Skip to content

Commit 222b1f0

Browse files
povikjannau
authored andcommitted
ASoC: macaudio: Tweak "no audio route" message
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
1 parent 1733592 commit 222b1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/macaudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ static int macaudio_fe_hw_params(struct snd_pcm_substream *substream,
527527
}
528528

529529
if (!be) {
530-
dev_err(rtd->dev, "opening PCM device '%s' with no audio route configured (bad settings applied to the sound card)\n",
530+
dev_err(rtd->dev, "opening PCM device '%s' with no audio route configured by the user\n",
531531
rtd->dai_link->name);
532532
return -EINVAL;
533533
}

0 commit comments

Comments
 (0)