summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Povišer <povik+lin@cutebit.org>2022-09-01 13:34:15 +0200
committerMark Brown <broonie@kernel.org>2022-09-01 12:49:22 +0100
commit55e2bd9c41e800638676dce3f19dcfd16b309a08 (patch)
tree337caa781b000931173308a3394943af90acacde
parent7d2497b7fd3bf45706360bfe289f19d61d37f536 (diff)
downloadlinux-stable-55e2bd9c41e800638676dce3f19dcfd16b309a08.tar.gz
linux-stable-55e2bd9c41e800638676dce3f19dcfd16b309a08.tar.bz2
linux-stable-55e2bd9c41e800638676dce3f19dcfd16b309a08.zip
MAINTAINERS: Fix file pattern for ARM/APPLE MACHINE SOUND DRIVERS
This is what was meant of course. Fixes: 3df5d0d97289 ("ASoC: apple: mca: Start new platform driver") Signed-off-by: Martin Povišer <povik+lin@cutebit.org> Link: https://lore.kernel.org/r/20220901113415.27449-2-povik+lin@cutebit.org Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5f91a6b62f2f..895e8ace80dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1905,7 +1905,7 @@ L: asahi@lists.linux.dev
L: alsa-devel@alsa-project.org (moderated for non-subscribers)
S: Maintained
F: Documentation/devicetree/bindings/sound/apple,*
-F: drivers/sound/apple/*
+F: sound/soc/apple/*
ARM/ARTPEC MACHINE SUPPORT
M: Jesper Nilsson <jesper.nilsson@axis.com>