mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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: f1f16e1809 ("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>
This commit is contained in:
parent
64917f839d
commit
5061b090db
|
|
@ -1042,8 +1042,6 @@ static int uaudio_transfer_buffer_setup(struct snd_usb_substream *subs,
|
|||
u32 len = xfer_buf_len;
|
||||
bool dma_coherent;
|
||||
dma_addr_t xfer_buf_dma_sysdev;
|
||||
u32 remainder;
|
||||
u32 mult;
|
||||
int ret;
|
||||
|
||||
dma_coherent = dev_is_dma_coherent(subs->dev->bus->sysdev);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user