diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-09-04 00:01:41 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-09-03 17:09:17 +0200 |
commit | 06f1449a2eaa9ec48b9f025e5e5449ffce4d5cec (patch) | |
tree | 0b81325f9056457953c5102af89e6cf790de6c15 | |
parent | 94044dfb0bcf270ee5cebd590cfa0c2a1a979687 (diff) | |
download | linux-stable-06f1449a2eaa9ec48b9f025e5e5449ffce4d5cec.tar.gz linux-stable-06f1449a2eaa9ec48b9f025e5e5449ffce4d5cec.tar.bz2 linux-stable-06f1449a2eaa9ec48b9f025e5e5449ffce4d5cec.zip |
MAINTAINERS: update entry for firewire audio drivers with UAPI header
The most of drivers in ALSA firewire stack supports common ioctl commands
to enable/disable packet streaming as well as some ioctl commands for
model-specific features. An UAPI header is exported to userspace.
This commit adds supplement for entry of ALSA firewire stack with a path
of the UAPI header.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4200194e69ea..6bd54ce6dc66 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6271,6 +6271,7 @@ L: alsa-devel@alsa-project.org (moderated for non-subscribers) T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git S: Maintained F: sound/firewire/ +F: include/uapi/sound/firewire.h FIREWIRE MEDIA DRIVERS (firedtv) M: Stefan Richter <stefanr@s5r6.in-berlin.de> |