diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-04-25 09:45:23 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-05-26 08:31:38 -0400 |
commit | 8ac98a3585ee7ad0c1bd03b098784a10e13bee21 (patch) | |
tree | 1c3e50c3f56e828959e9a9b623c1c49b99b7cc6f /sound/firewire/Kconfig | |
parent | 326b9cacf4932588156a920d67aab8b7b69d7a40 (diff) |
ALSA: bebob: Add support for Yamaha GO series
This commit allows this driver to support all of models which Yamaha produced
with DM1000/BeBoB. They are:
- GO44
- GO46
This commit adds Yamaha specific operations. To get source of clock, AV/C Audio
Subunit command is used.
I note that their appearances are similar to some models of TerraTec; 'Go44' is
similar to 'PHASE 24 FW' and 'GO46' is similar to 'PHASE X24 FW'. But their
combination of Audio/Music subunits is a bit different.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r-- | sound/firewire/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index b1a1d7d8384a..f8e484586221 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -111,6 +111,7 @@ config SND_BEBOB | |||
111 | * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW | 111 | * TerraTec PHASE 24 FW/PHASE X24 FW/PHASE 88 Rack FW |
112 | * Terratec EWS MIC2/EWS MIC4 | 112 | * Terratec EWS MIC2/EWS MIC4 |
113 | * Terratec Aureon 7.1 Firewire | 113 | * Terratec Aureon 7.1 Firewire |
114 | * Yamaha GO44/GO46 | ||
114 | 115 | ||
115 | To compile this driver as a module, choose M here: the module | 116 | To compile this driver as a module, choose M here: the module |
116 | will be called snd-bebob. | 117 | will be called snd-bebob. |