diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-03-13 07:49:49 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-03-22 04:37:20 -0500 |
commit | 9230d2148a0c53188c216b446cf17ea213ebca8a (patch) | |
tree | 167c6b63a384bb40e1778756c572683f8cfbcd55 /Documentation | |
parent | 0110f50b6eb7a833f0e1e4e9a58d04a03d58939c (diff) |
[ALSA] hda-codec - Fix support of laptops with AD1986A codec
Modules: Documentation,HDA Codec driver
Fix the support of laptops with AD1986A HD-audio codec.
Added new models '3stack' and 'laptop'. Currently, fixed for FSC V2060
and Samsung M50.
Also fixed the description of missing models in ALSA-Configuration.txt.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index c12dab05176a..1065beed8d75 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -737,6 +737,24 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
737 | allout 5-jack in back, 2-jack in front, SPDIF out | 737 | allout 5-jack in back, 2-jack in front, SPDIF out |
738 | auto auto-config reading BIOS (default) | 738 | auto auto-config reading BIOS (default) |
739 | 739 | ||
740 | AD1981 | ||
741 | basic 3-jack (default) | ||
742 | hp HP nx6320 | ||
743 | |||
744 | AD1986A | ||
745 | 6stack 6-jack, separate surrounds (default) | ||
746 | 3stack 3-stack, shared surrounds | ||
747 | laptop 2-channel only (FSC V2060, Samsung M50) | ||
748 | |||
749 | AD1988 | ||
750 | 6stack 6-jack | ||
751 | 6stack-dig ditto with SPDIF | ||
752 | 3stack 3-jack | ||
753 | 3stack-dig ditto with SPDIF | ||
754 | laptop 3-jack with hp-jack automute | ||
755 | laptop-dig ditto with SPDIF | ||
756 | auto auto-confgi reading BIOS (default) | ||
757 | |||
740 | If the default configuration doesn't work and one of the above | 758 | If the default configuration doesn't work and one of the above |
741 | matches with your device, report it together with the PCI | 759 | matches with your device, report it together with the PCI |
742 | subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel | 760 | subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel |