Skip to content

Commit cce73cf

Browse files
rfvirgilbroonie
authored andcommitted
MAINTAINERS: ASoC: Simplify references to Cirrus Logic include files
Change the references to Cirrus Logic files under include/sound to be a wildcard of all cs* and use X: to exclude the three cs* files that are not related to ASoC. This means that new Cirrus Logic files added to include/sound will be picked up automatically as an ASoC file without any changes to MAINTAINERS. New files are most likely to be for ASoC drivers now. It's also easier to manage than ranges of wildcarding for different sets of files. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://patch.msgid.link/20250423192714.22158-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 3b41574 commit cce73cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MAINTAINERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22664,10 +22664,10 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
2266422664
F: Documentation/devicetree/bindings/sound/
2266522665
F: Documentation/sound/soc/
2266622666
F: include/dt-bindings/sound/
22667-
F: include/sound/cs-amp-lib.h
22668-
F: include/sound/cs35l*
22669-
F: include/sound/cs4271.h
22670-
F: include/sound/cs42l*
22667+
F: include/sound/cs*
22668+
X: include/sound/cs4231-regs.h
22669+
X: include/sound/cs8403.h
22670+
X: include/sound/cs8427.h
2267122671
F: include/sound/madera-pdata.h
2267222672
F: include/sound/soc*
2267322673
F: include/sound/sof.h

0 commit comments

Comments
 (0)