mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
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>
This commit is contained in:
parent
155699ccab
commit
a166f80343
@ -464,7 +464,7 @@ static int snd_card_asihpi_pcm_hw_params(struct snd_pcm_substream *substream,
|
||||
return -ENOMEM;
|
||||
}
|
||||
|
||||
err = hpi_stream_get_info_ex(dpcm->h_stream, NULL,
|
||||
hpi_stream_get_info_ex(dpcm->h_stream, NULL,
|
||||
&dpcm->hpi_buffer_attached, NULL, NULL, NULL);
|
||||
}
|
||||
bytes_per_sec = params_rate(params) * params_channels(params);
|
||||
|
Loading…
Reference in New Issue
Block a user