]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MAINTAINERS: ASoC: Simplify references to Cirrus Logic include files
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 23 Apr 2025 19:27:13 +0000 (20:27 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 24 Apr 2025 11:56:17 +0000 (12:56 +0100)
commitcce73cf7cc56a04cf0dd1e1f93b4002c00751ebe
treebd21283032256660c62d43b196f2ec2b23f70020
parent3b41574eea3922f98038fe161d30c16a13188dcc
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>
MAINTAINERS