From cce73cf7cc56a04cf0dd1e1f93b4002c00751ebe Mon Sep 17 00:00:00 2001 From: Richard Fitzgerald Date: Wed, 23 Apr 2025 20:27:13 +0100 Subject: [PATCH] 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 Link: https://patch.msgid.link/20250423192714.22158-1-rf@opensource.cirrus.com Signed-off-by: Mark Brown --- MAINTAINERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ee4b262c82ab..6e1237af6ed4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22664,10 +22664,10 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git F: Documentation/devicetree/bindings/sound/ F: Documentation/sound/soc/ F: include/dt-bindings/sound/ -F: include/sound/cs-amp-lib.h -F: include/sound/cs35l* -F: include/sound/cs4271.h -F: include/sound/cs42l* +F: include/sound/cs* +X: include/sound/cs4231-regs.h +X: include/sound/cs8403.h +X: include/sound/cs8427.h F: include/sound/madera-pdata.h F: include/sound/soc* F: include/sound/sof.h -- 2.50.1