diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-12-09 00:10:38 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-10 10:45:53 +0100 |
commit | 69dcf3e47a39f8f42e35245289691ca8321b46f1 (patch) | |
tree | 4233a3109db03138df5a162d153f2c1568cedd4e /sound/firewire/Kconfig | |
parent | 8fc01fc0674e3ea7fdd13bd3d138793619227f89 (diff) | |
download | linux-69dcf3e47a39f8f42e35245289691ca8321b46f1.tar.bz2 |
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 Say Y here to include support for many DACs based on the DICE chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces. - 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. |