From: Mark Brown Date: Wed, 6 May 2009 09:36:34 +0000 (+0100) Subject: ASoC: Fix file patterns for PXA sound drivers X-Git-Tag: v2.6.31-rc5~1^2~13^2~29^2~51 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=bec4c99e8637b5b8bd4b0513eacb51da25885e3b;p=~andy%2Flinux ASoC: Fix file patterns for PXA sound drivers 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 --- diff --git a/MAINTAINERS b/MAINTAINERS index 3cf4f0d8c79..17c8ec119d4 100644 --- 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