diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-12-08 10:10:49 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-12-10 04:50:00 -0500 |
commit | 8985f4ac1c42bd25799f294f4e87fa73064673c7 (patch) | |
tree | 04f57545162b29abfc8a6b0c2d2833721b4bcc78 /sound/firewire/Kconfig | |
parent | 05588d340a128ff5c7b768c517150e31842a78aa (diff) |
ALSA: oxfw: Add hwdep interface
This interface is designed for mixer/control application. By using this
interface, an application can get information about firewire node, can
lock/unlock kernel streaming and can get notification at starting/stopping
kernel streaming.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index 6364e5b90a00..ecec547782b2 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -26,6 +26,7 @@ config SND_DICE | |||
26 | config SND_OXFW | 26 | config SND_OXFW |
27 | tristate "Oxford Semiconductor FW970/971 chipset support" | 27 | tristate "Oxford Semiconductor FW970/971 chipset support" |
28 | select SND_FIREWIRE_LIB | 28 | select SND_FIREWIRE_LIB |
29 | select SND_HWDEP | ||
29 | help | 30 | help |
30 | Say Y here to include support for FireWire devices based on | 31 | Say Y here to include support for FireWire devices based on |
31 | Oxford Semiconductor FW970/971 chipset. | 32 | Oxford Semiconductor FW970/971 chipset. |