Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: asihpi: Remove unused variable

the variable is never referenced in the code, just remove it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241126093245.3228-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Zhu Jun and committed by
Takashi Iwai
a166f803 155699cc

+1 -1
+1 -1
sound/pci/asihpi/asihpi.c
··· 464 464 return -ENOMEM; 465 465 } 466 466 467 - err = hpi_stream_get_info_ex(dpcm->h_stream, NULL, 467 + hpi_stream_get_info_ex(dpcm->h_stream, NULL, 468 468 &dpcm->hpi_buffer_attached, NULL, NULL, NULL); 469 469 } 470 470 bytes_per_sec = params_rate(params) * params_channels(params);