diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-04-25 09:45:12 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-05-26 08:28:41 -0400 |
commit | 594ddced821dee39a548efe46d7f834bae013505 (patch) | |
tree | c0abaae51d84ef71127c3db3797130eb61701001 /sound/firewire/Kconfig | |
parent | aa02bb6e60783938d61eefe38346781a646800a6 (diff) |
ALSA: fireworks: Add hwdep interface
This interface is designed for mixer/control application. To use hwdep
interface, the 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 fb39f9cfdfbf..875af0217916 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -66,6 +66,7 @@ config SND_FIREWORKS | |||
66 | select SND_FIREWIRE_LIB | 66 | select SND_FIREWIRE_LIB |
67 | select SND_RAWMIDI | 67 | select SND_RAWMIDI |
68 | select SND_PCM | 68 | select SND_PCM |
69 | select SND_HWDEP | ||
69 | help | 70 | help |
70 | Say Y here to include support for FireWire devices based | 71 | Say Y here to include support for FireWire devices based |
71 | on Echo Digital Audio Fireworks board: | 72 | on Echo Digital Audio Fireworks board: |