]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Add a new SoundWire enumeration helper
authorMark Brown <broonie@kernel.org>
Tue, 12 May 2026 10:47:14 +0000 (19:47 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 12 May 2026 10:47:14 +0000 (19:47 +0900)
commitca1063ae03dcbf893dcd196ff073f9e7b5df8ccf
tree06897cc96d923aa9e997d6151ba9c87166cf72b4
parentb613e2b4075038501fadc1c2d1a5c2ce0f801655
parentac6d4f298160bebf6979e63c2758414af5266f28
ASoC: Add a new SoundWire enumeration helper

Charles Keepax <ckeepax@opensource.cirrus.com> says:

Add a new SoundWire enumeration helper function, many drivers have
almost identical code in runtime resume so it makes sense to move this
to the core.

It is worth noting this is really step one of a larger process, there
are a few drivers that do more custom things and are not covered by this
series. But this series picks up the low hanging fruit and moves things
in a good direction.

The next step is to look at drivers that also wait at probe time, where
the unattached_request flag is not going to be valid.

Link: https://patch.msgid.link/20260512103022.1154645-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2783-sdw.c