linux/sound/soc/uniphier
Kuninori Morimoto 7e4cdef1ef
ASoC: uniphier: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component()
We have very similar name functions (A)(B). Both gets component from
snd_kcontrol, but (A) is used in callback functions which is registered
through snd_soc_add_component_controls(), (B) is used through
snd_soc_dapm_new_widgets().

	(A) snd_soc_kcontrol_component()
	(B) snd_soc_dapm_kcontrol_component()

(B) is using very picky way to get component but using it is necessary in
ASoC. But (A) is just wrapper function to snd_kcontrol_chip(), and directly
using it without wrapper is very common way on ALSA.
To reduce confusions of similar function, let's use common way on (A).

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87cy6qm7jk.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2025-10-20 02:44:30 +01:00
..
Kconfig ASoC: uniphier: Standardize ASoC menu 2025-06-24 01:01:42 +01:00
Makefile ASoC: uniphier: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:36 +09:00
aio-compress.c ALSA: compress_offload: Add 64-bit safe timestamp infrastructure 2025-09-08 09:33:24 +02:00
aio-core.c ASoC: uniphier: Handle regmap_write errors in aio_iecout_set_enable() 2024-10-23 00:07:04 +01:00
aio-cpu.c ASoC: uniphier: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component() 2025-10-20 02:44:30 +01:00
aio-dma.c ASoC: uniphier: Constify static snd_pcm_hardware 2024-05-07 00:00:22 +09:00
aio-ld11.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
aio-pxs2.c ASoC: Switch back to struct platform_driver::remove() 2024-09-09 18:26:49 +01:00
aio-reg.h
aio.h
evea.c ASoC: uniphier: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component() 2025-10-20 02:44:30 +01:00