diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-07-28 16:01:20 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-07-28 16:06:56 +0200 |
commit | 9a11f1aa8e14798037d0c9ac134696fa3af6eb2a (patch) | |
tree | b097c2ff9d37b0a47e085a394c5785f848ac65b1 /Documentation/sound | |
parent | 1ba7a7c650bd8ee567e25d9b68e9081d131c70f6 (diff) | |
download | linux-9a11f1aa8e14798037d0c9ac134696fa3af6eb2a.tar.gz linux-9a11f1aa8e14798037d0c9ac134696fa3af6eb2a.tar.xz |
ALSA: hda - Reword information messages for BIOS auto-probing mode
The sentense "Unknown model for xxx, ..." makes people too nervous
and drives them to a direction to a wrong "fix" by giving any
mismatching model option.
Let's rephrase the messages to be more nice and easy (at least that
won't make people suspect conspiracies).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/HD-Audio.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/HD-Audio.txt b/Documentation/sound/alsa/HD-Audio.txt index 0b5b480708f8..7b8a5f947d1d 100644 --- a/Documentation/sound/alsa/HD-Audio.txt +++ b/Documentation/sound/alsa/HD-Audio.txt @@ -139,6 +139,10 @@ The driver checks PCI SSID and looks through the static configuration table until any matching entry is found. If you have a new machine, you may see a message like below: ------------------------------------------------------------------------ + hda_codec: ALC880: BIOS auto-probing. +------------------------------------------------------------------------ +Meanwhile, in the earlier versions, you would see a message like: +------------------------------------------------------------------------ hda_codec: Unknown model for ALC880, trying auto-probe from BIOS... ------------------------------------------------------------------------ Even if you see such a message, DON'T PANIC. Take a deep breath and |