diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-12-08 10:10:38 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-10 04:45:53 -0500 |
commit | 69dcf3e47a39f8f42e35245289691ca8321b46f1 (patch) | |
tree | 4233a3109db03138df5a162d153f2c1568cedd4e /sound/firewire/Kconfig | |
parent | 8fc01fc0674e3ea7fdd13bd3d138793619227f89 (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/Kconfig | 3 |
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 | ||