]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: usb: qcom: Drop unused variables
authorTakashi Iwai <tiwai@suse.de>
Thu, 4 Jun 2026 15:19:17 +0000 (17:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 4 Jun 2026 15:26:04 +0000 (17:26 +0200)
commit5061b090db75c9fb98c8024779f771d92e5cf3a8
tree922b0467d36449cb71241f6ad4e53105781e27d7
parent64917f839d373df2573eb47f271df98f1daef7fa
ALSA: usb: qcom: Drop unused variables

Forgot to clean up the unused variables after the code refactoring,
which leads to compile warnings.

Reported-by: Mark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/aiGUoChmVKE-xwvC@sirena.org.uk
Fixes: f1f16e1809c8 ("ALSA: usb-audio: qcom: Use PAGE_ALIGN macro for buffer size calculation")
Link: https://patch.msgid.link/20260604151927.1227105-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/qcom/qc_audio_offload.c