]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: compress: Pay attention if drivers error out retrieving pointers
authorMark Brown <broonie@kernel.org>
Wed, 1 Apr 2026 16:57:35 +0000 (17:57 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 2 Apr 2026 09:10:28 +0000 (11:10 +0200)
commit61327f3d817cb5820559ad4f8d0d9abed3d379b1
treefab7a48c2bef8fc7541fa0d0e8dd79f9627b8aa9
parentcf6c18cf83e48986ac40a053d09d3c33624135f6
ALSA: compress: Pay attention if drivers error out retrieving pointers

Currently we have a return code on the driver pointer operation but the
core ignores that. Let's start paying attention.

Reported-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260401-alsa-unconfigured-tstamp-v1-2-694c2cb5f71d@kernel.org
sound/core/compress_offload.c