aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt9
-rw-r--r--Documentation/sound/alsa/Procfile.txt10
2 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 394d7d378dc7..2947b79eac8a 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -844,6 +844,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
844 3stack 3-stack model 844 3stack 3-stack model
845 toshiba Toshiba A205 845 toshiba Toshiba A205
846 acer Acer laptops 846 acer Acer laptops
847 acer-dmic Acer laptops with digital-mic
847 acer-aspire Acer Aspire One 848 acer-aspire Acer Aspire One
848 dell Dell OEM laptops (Vostro 1200) 849 dell Dell OEM laptops (Vostro 1200)
849 zepto Zepto laptops 850 zepto Zepto laptops
@@ -857,6 +858,8 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
857 quanta Quanta FL1 858 quanta Quanta FL1
858 eeepc-p703 ASUS Eeepc P703 P900A 859 eeepc-p703 ASUS Eeepc P703 P900A
859 eeepc-p901 ASUS Eeepc P901 S101 860 eeepc-p901 ASUS Eeepc P901 S101
861 fujitsu FSC Amilo
862 auto auto-config reading BIOS (default)
860 863
861 ALC662/663 864 ALC662/663
862 3stack-dig 3-stack (2-channel) with SPDIF 865 3stack-dig 3-stack (2-channel) with SPDIF
@@ -900,6 +903,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
900 6stack-dig-demo 6-jack digital for Intel demo board 903 6stack-dig-demo 6-jack digital for Intel demo board
901 acer Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc) 904 acer Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc)
902 acer-aspire Acer Aspire 9810 905 acer-aspire Acer Aspire 9810
906 acer-aspire-4930g Acer Aspire 4930G
903 medion Medion Laptops 907 medion Medion Laptops
904 medion-md2 Medion MD2 908 medion-md2 Medion MD2
905 targa-dig Targa/MSI 909 targa-dig Targa/MSI
@@ -915,6 +919,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
915 mitac Mitac 8252D 919 mitac Mitac 8252D
916 clevo-m720 Clevo M720 laptop series 920 clevo-m720 Clevo M720 laptop series
917 fujitsu-pi2515 Fujitsu AMILO Pi2515 921 fujitsu-pi2515 Fujitsu AMILO Pi2515
922 fujitsu-xa3530 Fujitsu AMILO XA3530
918 3stack-6ch-intel Intel DG33* boards 923 3stack-6ch-intel Intel DG33* boards
919 auto auto-config reading BIOS (default) 924 auto auto-config reading BIOS (default)
920 925
@@ -938,6 +943,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
938 lenovo Lenovo 3000 C200 943 lenovo Lenovo 3000 C200
939 dallas Dallas laptops 944 dallas Dallas laptops
940 hp HP TX1000 945 hp HP TX1000
946 asus-v1s ASUS V1Sn
941 auto auto-config reading BIOS (default) 947 auto auto-config reading BIOS (default)
942 948
943 CMI9880 949 CMI9880
@@ -979,9 +985,10 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
979 6stack 6-jack, separate surrounds (default) 985 6stack 6-jack, separate surrounds (default)
980 3stack 3-stack, shared surrounds 986 3stack 3-stack, shared surrounds
981 laptop 2-channel only (FSC V2060, Samsung M50) 987 laptop 2-channel only (FSC V2060, Samsung M50)
982 laptop-eapd 2-channel with EAPD (Samsung R65, ASUS A6J) 988 laptop-eapd 2-channel with EAPD (ASUS A6J)
983 laptop-automute 2-channel with EAPD and HP-automute (Lenovo N100) 989 laptop-automute 2-channel with EAPD and HP-automute (Lenovo N100)
984 ultra 2-channel with EAPD (Samsung Ultra tablet PC) 990 ultra 2-channel with EAPD (Samsung Ultra tablet PC)
991 samsung 2-channel with EAPD (Samsung R65)
985 992
986 AD1988/AD1988B/AD1989A/AD1989B 993 AD1988/AD1988B/AD1989A/AD1989B
987 6stack 6-jack 994 6stack 6-jack
diff --git a/Documentation/sound/alsa/Procfile.txt b/Documentation/sound/alsa/Procfile.txt
index f738b296440a..bba2dbb79d81 100644
--- a/Documentation/sound/alsa/Procfile.txt
+++ b/Documentation/sound/alsa/Procfile.txt
@@ -153,6 +153,16 @@ card*/codec#*
153 Shows the general codec information and the attribute of each 153 Shows the general codec information and the attribute of each
154 widget node. 154 widget node.
155 155
156card*/eld#*
157 Available for HDMI or DisplayPort interfaces.
158 Shows ELD(EDID Like Data) info retrieved from the attached HDMI sink,
159 and describes its audio capabilities and configurations.
160
161 Some ELD fields may be modified by doing `echo name hex_value > eld#*`.
162 Only do this if you are sure the HDMI sink provided value is wrong.
163 And if that makes your HDMI audio work, please report to us so that we
164 can fix it in future kernel releases.
165
156 166
157Sequencer Information 167Sequencer Information
158--------------------- 168---------------------