aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-11 15:58:37 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-11 15:58:37 -0400
commit0a3fd051c7036ef71b58863f8e5da7c3dabd9d3f (patch)
tree43388a81494ded94008afff66777f9f6e8cb5484 /Documentation
parent57a44415beee38d1afcd8e1b5fad66f3414d2dac (diff)
parentc911d1e16dfc1f0338bbc245ff724322c0113395 (diff)
Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa
* 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa: (122 commits) [ALSA] version 1.0.14rc4 [ALSA] Add speaker pin sequencing to hda_codec.c:snd_hda_parse_pin_def_config() [ALSA] hda-codec - Add ALC861VD Lenovo support [ALSA] hda-codec - Fix connection list in generic parser [ALSA] usb-audio: work around wrong wMaxPacketSize on ESI M4U [ALSA] usb-audio: work around broken M-Audio MidiSport Uno firmware [ALSA] usb-audio: explicitly match Logitech QuickCam [ALSA] hda-codec - Fix a typo [ALSA] hda-codec - Fix ALC880 uniwill auto-mutes [ALSA] hda-codec - Fix AD1988 SPDIF playback route control [ALSA] wm8750 typo fix [ALSA] wavefront: only declare isapnp on CONFIG_PNP [ALSA] hda-codec - bug fixes for stac92xx HDA codecs. [ALSA] add MODULE_FIRMWARE entries [ALSA] do not depend on FW_LOADER when internal firmware images are used [ALSA] hda-codec - Fix resume of STAC92xx codecs [ALSA] usbaudio - Revert the minimal period size fix patch [ALSA] hda-codec - Add support for new HP DV series laptops [ALSA] usb-audio - Fix the minimum period size per transfer mode [ALSA] sound/pcmcia/vx/vxpocket.c: fix an if() condition ...
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt21
-rw-r--r--Documentation/sound/alsa/Bt87x.txt4
2 files changed, 22 insertions, 3 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 73e9a174b642..57b878cc393c 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -821,6 +821,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
821 6stack-dig 6-jack digital with SPDIF I/O 821 6stack-dig 6-jack digital with SPDIF I/O
822 arima Arima W820Di1 822 arima Arima W820Di1
823 macpro MacPro support 823 macpro MacPro support
824 w2jc ASUS W2JC
824 auto auto-config reading BIOS (default) 825 auto auto-config reading BIOS (default)
825 826
826 ALC883/888 827 ALC883/888
@@ -852,6 +853,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
852 3stack-dig 3-jack with SPDIF OUT 853 3stack-dig 3-jack with SPDIF OUT
853 6stack-dig 6-jack with SPDIF OUT 854 6stack-dig 6-jack with SPDIF OUT
854 3stack-660 3-jack (for ALC660VD) 855 3stack-660 3-jack (for ALC660VD)
856 lenovo Lenovo 3000 C200
855 auto auto-config reading BIOS (default) 857 auto auto-config reading BIOS (default)
856 858
857 CMI9880 859 CMI9880
@@ -909,6 +911,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
909 macbook Intel Mac Book 911 macbook Intel Mac Book
910 macbook-pro-v1 Intel Mac Book Pro 1st generation 912 macbook-pro-v1 Intel Mac Book Pro 1st generation
911 macbook-pro Intel Mac Book Pro 2nd generation 913 macbook-pro Intel Mac Book Pro 2nd generation
914 imac-intel Intel iMac
912 915
913 STAC9202/9250/9251 916 STAC9202/9250/9251
914 ref Reference board, base config 917 ref Reference board, base config
@@ -924,6 +927,10 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
924 vaio Setup for VAIO FE550G/SZ110 927 vaio Setup for VAIO FE550G/SZ110
925 vaio-ar Setup for VAIO AR 928 vaio-ar Setup for VAIO AR
926 929
930 The model name "genric" is treated as a special case. When this
931 model is given, the driver uses the generic codec parser without
932 "codec-patch". It's sometimes good for testing and debugging.
933
927 If the default configuration doesn't work and one of the above 934 If the default configuration doesn't work and one of the above
928 matches with your device, report it together with the PCI 935 matches with your device, report it together with the PCI
929 subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel 936 subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel
@@ -1278,6 +1285,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1278 port - port number or -1 (disable) 1285 port - port number or -1 (disable)
1279 irq - IRQ number or -1 (disable) 1286 irq - IRQ number or -1 (disable)
1280 pnp - PnP detection - 0 = disable, 1 = enable (default) 1287 pnp - PnP detection - 0 = disable, 1 = enable (default)
1288 uart_enter - Issue UART_ENTER command at open - bool, default = on
1281 1289
1282 This module supports multiple devices and PnP. 1290 This module supports multiple devices and PnP.
1283 1291
@@ -1692,6 +1700,17 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
1692 1700
1693 This module supports multiple devices, autoprobe and hotplugging. 1701 This module supports multiple devices, autoprobe and hotplugging.
1694 1702
1703 Module snd-usb-caiaq
1704 --------------------
1705
1706 Module for caiaq UB audio interfaces,
1707 * Native Instruments RigKontrol2
1708 * Native Instruments Kore Controller
1709 * Native Instruments Audio Kontrol 1
1710 * Native Instruments Audio 8 DJ
1711
1712 This module supports multiple devices, autoprobe and hotplugging.
1713
1695 Module snd-usb-usx2y 1714 Module snd-usb-usx2y
1696 -------------------- 1715 --------------------
1697 1716
@@ -2046,4 +2065,4 @@ Links and Addresses
2046 https://bugtrack.alsa-project.org/bugs/ 2065 https://bugtrack.alsa-project.org/bugs/
2047 2066
2048 ALSA Developers ML 2067 ALSA Developers ML
2049 mailto:alsa-devel@lists.sourceforge.net 2068 mailto:alsa-devel@alsa-project.org
diff --git a/Documentation/sound/alsa/Bt87x.txt b/Documentation/sound/alsa/Bt87x.txt
index 11edb2fd2a5a..f158cde8b065 100644
--- a/Documentation/sound/alsa/Bt87x.txt
+++ b/Documentation/sound/alsa/Bt87x.txt
@@ -36,8 +36,8 @@ recorded data is not right, try to specify the digital_rate option with
36other values than the default 32000 (often it's 44100 or 64000). 36other values than the default 32000 (often it's 44100 or 64000).
37 37
38If you have an unknown card, please mail the ID and board name to 38If you have an unknown card, please mail the ID and board name to
39<alsa-devel@lists.sf.net>, regardless of whether audio capture works or 39<alsa-devel@alsa-project.org>, regardless of whether audio capture works
40not, so that future versions of this driver know about your card. 40or not, so that future versions of this driver know about your card.
41 41
42 42
43Audio modes 43Audio modes