From: Mark Brown Date: Tue, 21 Oct 2025 18:05:28 +0000 (+0100) Subject: ASoC: use snd_kcontrol_chip() instead of X-Git-Tag: v6.19-rc1~156^2~3^2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0fb9464295bca2aa92835d02147d3265a83689a;p=thirdparty%2Fkernel%2Flinux.git ASoC: use snd_kcontrol_chip() instead of Merge series from Kuninori Morimoto : We would like to hide struct snd_soc_dapm_context from driver. So we need cleanup code first. Current ASoC have very similar functions (A)(B). (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. This patch-set doesn't merge patches for each vender etc, because it makes backport difficult. --- e0fb9464295bca2aa92835d02147d3265a83689a