projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c198d81
)
ASoC: Fix file patterns for PXA sound drivers
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 6 May 2009 09:36:34 +0000
(10:36 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 8 May 2009 11:00:13 +0000
(12:00 +0100)
The file matches for PXA sound drivers missed the generic AC97 support
and were overly specific within sound/soc/pxa, omitting all machine
drivers and the SSP driver.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
MAINTAINERS
patch
|
blob
|
blame
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index 3cf4f0d8c79a1550bc572f0e8b1aa37a0fd14808..17c8ec119d4f81917b63336f6bcbd9835af4ad97 100644
(file)
--- a/
MAINTAINERS
+++ b/
MAINTAINERS
@@
-4544,7
+4544,8
@@
F: drivers/pcmcia/pxa2xx*
F: drivers/spi/pxa2xx*
F: drivers/usb/gadget/pxa2*
F: include/sound/pxa2xx-lib.h
-F: sound/soc/pxa/pxa2xx*
+F: sound/arm/pxa*
+F: sound/soc/pxa
PXA168 SUPPORT
P: Eric Miao