diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-04-25 09:45:24 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-05-26 08:31:50 -0400 |
commit | 25784ec2d0347b715e354d92151734afe1296f02 (patch) | |
tree | 6823c6edc1694370d2e0852d5a6cfdb32bea03c4 /sound/firewire/Kconfig | |
parent | 8ac98a3585ee7ad0c1bd03b098784a10e13bee21 (diff) |
ALSA: bebob: Add support for Focusrite Saffire/SaffirePro series
This commit allows this driver to support all of models which Focusrite
produces with DM1000/BeBoB. They are:
- Saffire
- Saffire LE
- SaffirePro 10 I/O
- SaffirePro 26 I/O
This commit adds Focusrite specific operations:
1. Get source of clock
2. Get/Set sampling frequency
3. Get metering information
The driver uses these functionalities to read/write specific address by async
transaction.
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 f8e484586221..605e44b14f83 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -112,6 +112,7 @@ config SND_BEBOB | |||
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 | * Yamaha GO44/GO46 |
115 | * Focusrite Saffire/Saffire LE/SaffirePro10 IO/SaffirePro26 IO | ||
115 | 116 | ||
116 | To compile this driver as a module, choose M here: the module | 117 | To compile this driver as a module, choose M here: the module |
117 | will be called snd-bebob. | 118 | will be called snd-bebob. |