]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Use codec_info_list.is_amp directly in find_acpi_adr_device()
authorMark Brown <broonie@kernel.org>
Wed, 10 Jun 2026 11:06:09 +0000 (12:06 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 10 Jun 2026 11:06:09 +0000 (12:06 +0100)
commitfc10b96e964ee1a7e218720652efa4447f148649
treeb26e5aa46aff2fd01b1b2318644c360a2312a653
parent53cebeb017164254cde5e31c94d8deef9e4fff97
parent0305c084acf2ba9465acf6b5816bea441fe08b58
ASoC: Use codec_info_list.is_amp directly in find_acpi_adr_device()

Bard Liao <yung-chuan.liao@linux.intel.com> says:

This series sets is_amp to all amp type codecs in codec_info_list[].
So that we can use the flag directly instead of using a local flag to
check if the codec is an AMP type. The flag will be used to set
different name_prefix for amp and non-amp codecs.

Link: https://patch.msgid.link/20260605101805.121428-1-yung-chuan.liao@linux.intel.com
sound/soc/sdw_utils/soc_sdw_utils.c