Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -1
+2 -1
sound/soc/codecs/tas2783-sdw.c
··· 1280 1280 1281 1281 init_waitqueue_head(&tas_dev->fw_wait); 1282 1282 dev_set_drvdata(dev, tas_dev); 1283 - regmap = devm_regmap_init_sdw_mbq_cfg(peripheral, 1283 + regmap = devm_regmap_init_sdw_mbq_cfg(&peripheral->dev, 1284 + peripheral, 1284 1285 &tas_regmap, 1285 1286 &tas2783_mbq_cfg); 1286 1287 if (IS_ERR(regmap))