ASoC: soc-component: Add notify control helper function
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 12 May 2023 12:28:30 +0000 (13:28 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 15 May 2023 11:11:17 +0000 (20:11 +0900)
commitace9ed54bd874f2c63723b13b1747f6463e2587e
tree81ed70a944b8737f980ba418f6b4e89e6978ccc1
parent1946dda47c8807517ccaa8caf8ee7de3498db531
ASoC: soc-component: Add notify control helper function

Add a function to allow ASoC drivers to easily notify an ALSA control
change. This function will automatically add any component naming
prefix into the control name.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com
Link: https://lore.kernel.org/r/20230512122838.243002-3-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org
include/sound/soc-component.h
sound/soc/soc-component.c