mirror-linux/sound/soc/atmel
Kuninori Morimoto 6d2188983a
ASoC: atmel: tse850-pcm5142: 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/87v7jh8lrx.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-11-17 00:14:29 +00:00
..
Kconfig ASoC: atmel: Standardize ASoC menu 2025-06-24 01:01:25 +01:00
Makefile ASoC: atmel: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:15 +09:00
atmel-classd.c ASoC: atmel: atmel-classd: Use str_enabled_disabled() helper 2025-02-24 15:00:58 +00:00
atmel-classd.h
atmel-i2s.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
atmel-pcm-dma.c ASoC: atmel: convert not to use asoc_xxx() 2023-09-25 14:16:27 +02:00
atmel-pcm-pdc.c ASoC: atmel: convert not to use asoc_xxx() 2023-09-25 14:16:27 +02:00
atmel-pcm.h
atmel-pdmic.c ASoC: atmel: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component() 2025-10-20 02:42:15 +01:00
atmel-pdmic.h
atmel_ssc_dai.c ASoC: atmel: atmel_ssc_dai: Drop S24_LE support due to single channel limitation 2024-09-30 01:09:37 +02:00
atmel_ssc_dai.h
atmel_wm8904.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
mchp-i2s-mcc.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
mchp-pdmc.c ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream runtime is uninitialized 2024-09-24 13:34:28 +02:00
mchp-spdifrx.c ASoC: atmel: Remove redundant pm_runtime_mark_last_busy() calls 2025-07-04 19:28:18 +01:00
mchp-spdiftx.c ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name 2024-09-30 01:09:44 +02:00
mikroe-proto.c ASoC: atmel: use devm_snd_soc_register_card() 2024-01-22 00:06:03 +00:00
sam9g20_wm8731.c ASoC: atmel: sam9g20_wm8731: convert to snd_soc_dapm_xxx() 2025-11-17 00:14:28 +00:00
sam9x5_wm8731.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
tse850-pcm5142.c ASoC: atmel: tse850-pcm5142: convert to snd_soc_dapm_xxx() 2025-11-17 00:14:29 +00:00