]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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
1  2 
sound/soc/sdw_utils/soc_sdw_utils.c

Simple merge