Skip to content

Commit a166f80

Browse files
Zhu Juntiwai
authored andcommitted
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>
1 parent 155699c commit a166f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/asihpi/asihpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ static int snd_card_asihpi_pcm_hw_params(struct snd_pcm_substream *substream,
464464
return -ENOMEM;
465465
}
466466

467-
err = hpi_stream_get_info_ex(dpcm->h_stream, NULL,
467+
hpi_stream_get_info_ex(dpcm->h_stream, NULL,
468468
&dpcm->hpi_buffer_attached, NULL, NULL, NULL);
469469
}
470470
bytes_per_sec = params_rate(params) * params_channels(params);

0 commit comments

Comments
 (0)