diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2017-03-31 15:06:11 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-04-05 21:31:49 +0200 |
commit | f656edd5fb33d889561978b81ec2897087c2f4ca (patch) | |
tree | 5c023947956c83b1f27326f89a4039b7e24388e7 /sound/firewire/Kconfig | |
parent | ALSA: fireface: add support for PCM functionality (diff) | |
download | linux-f656edd5fb33d889561978b81ec2897087c2f4ca.tar.xz linux-f656edd5fb33d889561978b81ec2897087c2f4ca.zip |
ALSA: fireface: add hwdep interface
This commit adds hwdep interface so as the other drivers for audio and
music units on IEEE 1394 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 b75a82288f74..70f02eea4a3e 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig @@ -155,6 +155,7 @@ config SND_FIREWIRE_MOTU config SND_FIREFACE tristate "RME Fireface series support" select SND_FIREWIRE_LIB + select SND_HWDEP help Say Y here to include support for RME fireface series. |