mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 20:40:52 +07:00
ALSA: ali5451: fix spelling mistake in "ali_capture_preapre"
trivial fix to spelling mistake in dev_warn message, "ali_capture_preapre" should be "ali_capture_prepare" Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ca169cc2f9
commit
0997e378be
@ -1339,7 +1339,7 @@ static int snd_ali_prepare(struct snd_pcm_substream *substream)
|
||||
rate = snd_ali_get_spdif_in_rate(codec);
|
||||
if (rate == 0) {
|
||||
dev_warn(codec->card->dev,
|
||||
"ali_capture_preapre: spdif rate detect err!\n");
|
||||
"ali_capture_prepare: spdif rate detect err!\n");
|
||||
rate = 48000;
|
||||
}
|
||||
spin_lock_irq(&codec->reg_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user