]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: tas2783: Fix build for SoundWire API update
authorMark Brown <broonie@kernel.org>
Wed, 29 Oct 2025 20:12:53 +0000 (20:12 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 29 Oct 2025 20:12:57 +0000 (20:12 +0000)
commite2ff7154813a3834692703852604b2099ecf043a
tree990ed49b265ce400b32023698dd4abddf3d71378
parenteda4a53f8fe021328c468175a02da8d7ad155494
ASoC: tas2783: Fix build for SoundWire API update

In parallel with this driver being introduced there was an update in commit
013a3a66f25a ("regmap: sdw-mbq: Don't assume the regmap device is the
SoundWire slave") which changed the API for devm_regmap_init_sdw_mbq_cfg()
resulting in a build break. Update to fix that.

Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2783-sdw.c