linux/sound/soc/ux500
Kuninori Morimoto 4422df6782
ASoC: ux500: mop500_ab8500: convert to snd_soc_dapm_xxx()
This patch converts below functions.

dapm->dev					-> snd_soc_dapm_to_dev()
dapm->card					-> snd_soc_dapm_to_card()
dapm->component					-> snd_soc_dapm_to_component()

dapm_kcontrol_get_value()			-> snd_soc_dapm_kcontrol_get_value()

snd_soc_component_enable_pin()			-> snd_soc_dapm_enable_pin()
snd_soc_component_enable_pin_unlocked()		-> snd_soc_dapm_enable_pin_unlocked()
snd_soc_component_disable_pin()			-> snd_soc_dapm_disable_pin()
snd_soc_component_disable_pin_unlocked()	-> snd_soc_dapm_disable_pin_unlocked()
snd_soc_component_nc_pin()			-> snd_soc_dapm_nc_pin()
snd_soc_component_nc_pin_unlocked()		-> snd_soc_dapm_nc_pin_unlocked()
snd_soc_component_get_pin_status()		-> snd_soc_dapm_get_pin_status()
snd_soc_component_force_enable_pin()		-> snd_soc_dapm_force_enable_pin()
snd_soc_component_force_enable_pin_unlocked()	-> snd_soc_dapm_force_enable_pin_unlocked()
snd_soc_component_force_bias_level()		-> snd_soc_dapm_force_bias_level()
snd_soc_component_get_bias_level()		-> snd_soc_dapm_get_bias_level()
snd_soc_component_init_bias_level()		-> snd_soc_dapm_init_bias_level()
snd_soc_component_get_dapm()			-> snd_soc_component_to_dapm()

snd_soc_dapm_kcontrol_component()		-> snd_soc_dapm_kcontrol_to_component()
snd_soc_dapm_kcontrol_widget()			-> snd_soc_dapm_kcontrol_to_widget()
snd_soc_dapm_kcontrol_dapm()			-> snd_soc_dapm_kcontrol_to_dapm()
snd_soc_dapm_np_pin()				-> snd_soc_dapm_disable_pin()

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/87ms4ts8u3.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-11-17 00:18:48 +00:00
..
Kconfig ASoC: ux500: Standardize ASoC menu 2025-06-24 01:01:29 +01:00
Makefile ASoC: ux500: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:37 +09:00
mop500.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
mop500_ab8500.c ASoC: ux500: mop500_ab8500: convert to snd_soc_dapm_xxx() 2025-11-17 00:18:48 +00:00
mop500_ab8500.h ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/reference with SPDX" rules 2022-06-06 12:38:28 +01:00
ux500_msp_dai.c ASoC: ux500: Remove redundant casts 2024-11-07 15:23:29 +00:00
ux500_msp_dai.h ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/reference with SPDX" rules 2022-06-06 12:38:28 +01:00
ux500_msp_i2s.c ASoC: ux500: remove stedma40 references 2023-01-20 12:05:57 +00:00
ux500_msp_i2s.h ASoC: ux500: remove stedma40 references 2023-01-20 12:05:57 +00:00
ux500_pcm.c ASoC: ux500: convert not to use asoc_xxx() 2023-09-25 14:16:31 +02:00
ux500_pcm.h ASoC: ux500: Remove some leftover from the "Replace GPLv2 boilerplate/reference with SPDX" rules 2022-06-06 12:38:28 +01:00