diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2013-10-15 18:26:05 (GMT) |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2013-10-20 20:07:57 (GMT) |
commit | b20be8de1b3972ccf9af72850b045214faa8d830 (patch) | |
tree | 4420dfd34eb1feb12caf9b8c5ed032174a6dc148 /sound/firewire/Kconfig | |
parent | a471fcde8c2c4b65f110bb4210af3513ee4deeb8 (diff) | |
download | linux-fsl-qoriq-b20be8de1b3972ccf9af72850b045214faa8d830.tar.xz |
ALSA: dice: restrict the driver to playback-only devices
At the moment, this driver supports only playback, while FFADO supports
(only) full-duplex devices. So, prevent conflicts by not claiming
devices that would be better handled by FFADO.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r-- | sound/firewire/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index 9153309..b3e274f 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig @@ -12,14 +12,16 @@ config SND_FIREWIRE_LIB depends on SND_PCM config SND_DICE - tristate "DICE devices (EXPERIMENTAL)" + tristate "DICE-based DACs (EXPERIMENTAL)" select SND_HWDEP select SND_PCM select SND_FIREWIRE_LIB help - Say Y here to include support for many FireWire audio interfaces - based on the DICE chip family (DICE-II/Jr/Mini) from TC Applied - Technologies. + Say Y here to include support for many DACs based on the DICE + chip family (DICE-II/Jr/Mini) from TC Applied Technologies. + + At the moment, this driver supports playback only. If you + want to use devices that support capturing, use FFADO instead. To compile this driver as a module, choose M here: the module will be called snd-dice. |