aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/Kconfig
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2014-12-08 10:10:38 -0500
committerTakashi Iwai <tiwai@suse.de>2014-12-10 04:45:53 -0500
commit69dcf3e47a39f8f42e35245289691ca8321b46f1 (patch)
tree4233a3109db03138df5a162d153f2c1568cedd4e /sound/firewire/Kconfig
parent8fc01fc0674e3ea7fdd13bd3d138793619227f89 (diff)
ALSA: dice: Add support for capturing PCM samples
This commit adds a support for capturing PCM samples. When opposite PCM substream is already running, available sampling rate is limited at current one. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Acked-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r--sound/firewire/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig
index 2a5b9a6cb6f8..093286087bb0 100644
--- a/sound/firewire/Kconfig
+++ b/sound/firewire/Kconfig
@@ -20,9 +20,6 @@ config SND_DICE
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
21 chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces. 21 chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
22 22
23 At the moment, this driver supports playback only. If you
24 want to use devices that support capturing, use FFADO instead.
25
26 To compile this driver as a module, choose M here: the module 23 To compile this driver as a module, choose M here: the module
27 will be called snd-dice. 24 will be called snd-dice.
28 25