Commit cad377ac authored by Takashi Iwai's avatar Takashi Iwai

ALSA: pcm - Fix a typo in error messages

Fix a typo in error messages; forgotten after a copy&paste error.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 85122ea4
...@@ -194,7 +194,7 @@ static inline int snd_pcm_update_hw_ptr_post(struct snd_pcm_substream *substream ...@@ -194,7 +194,7 @@ static inline int snd_pcm_update_hw_ptr_post(struct snd_pcm_substream *substream
do { \ do { \
if (xrun_debug(substream)) { \ if (xrun_debug(substream)) { \
if (printk_ratelimit()) { \ if (printk_ratelimit()) { \
snd_printd("hda_codec: " fmt, ##args); \ snd_printd("PCM: " fmt, ##args); \
} \ } \
dump_stack_on_xrun(substream); \ dump_stack_on_xrun(substream); \
} \ } \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment