diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2015-09-30 09:39:21 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-09-30 15:36:56 +0200 |
commit | 660dd3d52ead45b8e60dcf966daf304de2121a28 (patch) | |
tree | 0c2a7adb65ad0651a1a890b1c0e7653da9470f2f /sound/firewire/Kconfig | |
parent | 0120d0f1fe3bbf6c6a450056be56a70c409cf7a3 (diff) | |
download | linux-660dd3d52ead45b8e60dcf966daf304de2121a28.tar.bz2 |
ALSA: firewire-digi00x: add hwdep interface
This commit adds hwdep interface so as the other sound drivers for units
on IEEE 1394 bus have.
This interface is designed for mixer/control applications. 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>
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 74f17a8263db..e61445e2ceaa 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig @@ -123,6 +123,7 @@ config SND_BEBOB config SND_FIREWIRE_DIGI00X tristate "Digidesign Digi 002/003 family support" select SND_FIREWIRE_LIB + select SND_HWDEP help Say Y here to include support for Digidesign Digi 002/003 family. * Digi 002 Console |