diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 12:08:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-04 12:08:25 -0400 |
commit | b77279bc2e81545b20824da701b349272a78e4e7 (patch) | |
tree | d8f3a8ddf544cf201f8bdcb587cf360571487e5c /sound/firewire/Kconfig | |
parent | 15b588303155b22edd559672905db8e59a44ef9a (diff) | |
parent | 16088cb6c02d0b766b9b8d7edff98da7f1c93205 (diff) |
Merge tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into next
Pull sound updates from Takashi Iwai:
"At this time, majority of changes come from ASoC world while we got a
few new drivers in other places for FireWire and USB. There have been
lots of ASoC core cleanups / refactoring, but very little visible to
external users.
ASoC:
- Support for specifying aux CODECs in DT
- Removal of the deprecated mux and enum macros
- More moves towards full componentisation
- Removal of some unused I/O code
- Lots of cleanups, fixes and enhancements to the davinci, Freescale,
Haswell and Realtek drivers
- Several drivers exposed directly in Kconfig for use with
simple-card
- GPIO descriptor support for jacks
- More updates and fixes to the Freescale SSI, Intel and rsnd drivers
- New drivers for Cirrus CS42L56, Realtek RT5639, RT5642 and RT5651
and ST STA350, Analog Devices ADAU1361, ADAU1381, ADAU1761 and
ADAU1781, and Realtek RT5677
HD-audio:
- Clean up Dell headset quirks
- Noise fixes for Dell and Sony laptops
- Thinkpad T440 dock fix
- Realtek codec updates (ALC293,ALC233,ALC3235)
- Tegra HD-audio HDMI support
FireWire-audio:
- FireWire audio stack enhancement (AMDTP, MIDI), support for
incoming isochronous stream and duplex streams with timestamp
synchronization
- BeBoB-based devices support
- Fireworks-based device support
USB-audio:
- Behringer BCD2000 USB device support
Misc:
- Clean up of a few old drivers, atmel, fm801, etc"
* tag 'sound-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (480 commits)
ASoC: Fix wrong argument for card remove callbacks
ASoC: free jack GPIOs before the sound card is freed
ALSA: firewire-lib: Remove a comment about restriction of asynchronous operation
ASoC: cache: Fix error code when not using ASoC level cache
ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup
ALSA: hda/realtek - Correction of fixup codes for PB V7900 laptop
ALSA: firewire-lib: Use IEC 61883-6 compliant labels for Raw Audio data
ASoC: add RT5677 CODEC driver
ASoC: intel: The Baytrail/MAX98090 driver depends on I2C
ASoC: rt5640: Add the function "get_clk_info" to RL6231 shared support
ASoC: rt5640: Add the function of the PLL clock calculation to RL6231 shared support
ASoC: rt5640: Add RL6231 class device shared support for RT5640, RT5645 and RT5651
ASoC: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
ASoC: Add helper functions to cast from DAPM context to CODEC/platform
ALSA: bebob: sizeof() vs ARRAY_SIZE() typo
ASoC: wm9713: correct mono out PGA sources
ALSA: synth: emux: soundfont.c: Cleaning up memory leak
ASoC: fsl: Remove dependencies of boards for SND_SOC_EUKREA_TLV320
ASoC: fsl-ssi: Use regmap
ASoC: fsl-ssi: reorder and document fsl_ssi_private
...
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r-- | sound/firewire/Kconfig | 63 |
1 files changed, 57 insertions, 6 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index b3e274fe4a77..775ef2efc296 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -9,12 +9,12 @@ if SND_FIREWIRE && FIREWIRE | |||
9 | 9 | ||
10 | config SND_FIREWIRE_LIB | 10 | config SND_FIREWIRE_LIB |
11 | tristate | 11 | tristate |
12 | depends on SND_PCM | 12 | select SND_PCM |
13 | select SND_RAWMIDI | ||
13 | 14 | ||
14 | config SND_DICE | 15 | config SND_DICE |
15 | tristate "DICE-based DACs (EXPERIMENTAL)" | 16 | tristate "DICE-based DACs (EXPERIMENTAL)" |
16 | select SND_HWDEP | 17 | select SND_HWDEP |
17 | select SND_PCM | ||
18 | select SND_FIREWIRE_LIB | 18 | select SND_FIREWIRE_LIB |
19 | help | 19 | help |
20 | Say Y here to include support for many DACs based on the DICE | 20 | Say Y here to include support for many DACs based on the DICE |
@@ -28,7 +28,6 @@ config SND_DICE | |||
28 | 28 | ||
29 | config SND_FIREWIRE_SPEAKERS | 29 | config SND_FIREWIRE_SPEAKERS |
30 | tristate "FireWire speakers" | 30 | tristate "FireWire speakers" |
31 | select SND_PCM | ||
32 | select SND_FIREWIRE_LIB | 31 | select SND_FIREWIRE_LIB |
33 | help | 32 | help |
34 | Say Y here to include support for the Griffin FireWave Surround | 33 | Say Y here to include support for the Griffin FireWave Surround |
@@ -39,7 +38,6 @@ config SND_FIREWIRE_SPEAKERS | |||
39 | 38 | ||
40 | config SND_ISIGHT | 39 | config SND_ISIGHT |
41 | tristate "Apple iSight microphone" | 40 | tristate "Apple iSight microphone" |
42 | select SND_PCM | ||
43 | select SND_FIREWIRE_LIB | 41 | select SND_FIREWIRE_LIB |
44 | help | 42 | help |
45 | Say Y here to include support for the front and rear microphones | 43 | Say Y here to include support for the front and rear microphones |
@@ -50,8 +48,6 @@ config SND_ISIGHT | |||
50 | 48 | ||
51 | config SND_SCS1X | 49 | config SND_SCS1X |
52 | tristate "Stanton Control System 1 MIDI" | 50 | tristate "Stanton Control System 1 MIDI" |
53 | select SND_PCM | ||
54 | select SND_RAWMIDI | ||
55 | select SND_FIREWIRE_LIB | 51 | select SND_FIREWIRE_LIB |
56 | help | 52 | help |
57 | Say Y here to include support for the MIDI ports of the Stanton | 53 | Say Y here to include support for the MIDI ports of the Stanton |
@@ -61,4 +57,59 @@ config SND_SCS1X | |||
61 | To compile this driver as a module, choose M here: the module | 57 | To compile this driver as a module, choose M here: the module |
62 | will be called snd-scs1x. | 58 | will be called snd-scs1x. |
63 | 59 | ||
60 | config SND_FIREWORKS | ||
61 | tristate "Echo Fireworks board module support" | ||
62 | select SND_FIREWIRE_LIB | ||
63 | select SND_HWDEP | ||
64 | help | ||
65 | Say Y here to include support for FireWire devices based | ||
66 | on Echo Digital Audio Fireworks board: | ||
67 | * Mackie Onyx 400F/1200F | ||
68 | * Echo AudioFire12/8(until 2009 July) | ||
69 | * Echo AudioFire2/4/Pre8/8(since 2009 July) | ||
70 | * Echo Fireworks 8/HDMI | ||
71 | * Gibson Robot Interface Pack/GoldTop | ||
72 | |||
73 | To compile this driver as a module, choose M here: the module | ||
74 | will be called snd-fireworks. | ||
75 | |||
76 | config SND_BEBOB | ||
77 | tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware" | ||
78 | select SND_FIREWIRE_LIB | ||
79 | select SND_HWDEP | ||
80 | help | ||
81 | Say Y here to include support for FireWire devices based | ||
82 | on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware: | ||
83 | * Edirol FA-66/FA-101 | ||
84 | * PreSonus FIREBOX/FIREPOD/FP10/Inspire1394 | ||
85 | * BridgeCo RDAudio1/Audio5 | ||
86 | * Mackie Onyx 1220/1620/1640 (Firewire I/O Card) | ||
87 | * Mackie d.2 (Firewire Option) | ||
88 | * Stanton FinalScratch 2 (ScratchAmp) | ||
89 | * Tascam IF-FW/DM | ||
90 | * Behringer XENIX UFX 1204/1604 | ||
91 | * Behringer Digital Mixer X32 series (X-UF Card) | ||
92 | * Apogee Rosetta 200/400 (X-FireWire card) | ||
93 | * Apogee DA/AD/DD-16X (X-FireWire card) | ||
94 | * Apogee Ensemble | ||
95 | * ESI Quotafire610 | ||
96 | * AcousticReality eARMasterOne | ||
97 | * CME MatrixKFW | ||
98 | * Phonic Helix Board 12 MkII/18 MkII/24 MkII | ||
99 | * Phonic Helix Board 12 Universal/18 Universal/24 Universal | ||
100 | * Lynx Aurora 8/16 (LT-FW) | ||
101 | * ICON FireXon | ||
102 | * PrismSound Orpheus/ADA-8XR | ||
103 | * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW | ||
104 | * Terratec EWS MIC2/EWS MIC4 | ||
105 | * Terratec Aureon 7.1 Firewire | ||
106 | * Yamaha GO44/GO46 | ||
107 | * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO | ||
108 | * M-Audio Firewire410/AudioPhile/Solo | ||
109 | * M-Audio Ozonic/NRV10/ProfireLightBridge | ||
110 | * M-Audio Firewire 1814/ProjectMix IO | ||
111 | |||
112 | To compile this driver as a module, choose M here: the module | ||
113 | will be called snd-bebob. | ||
114 | |||
64 | endif # SND_FIREWIRE | 115 | endif # SND_FIREWIRE |