]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: codecs: Update device_id tables for Realtek
authorMark Brown <broonie@kernel.org>
Tue, 4 Mar 2025 14:43:55 +0000 (14:43 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 4 Mar 2025 14:43:55 +0000 (14:43 +0000)
commit24056de9976dfc33801d2574c1672d91f840277a
tree0da6d173d31c5b5617925f5c03095ab1ca599538
parentee3cce59b1cecad7edd2022a443c8607faa9a4ad
parent739db0529c2a3ac5a0dc3e5a76a46ce80735dcfa
ASoC: codecs: Update device_id tables for Realtek

Merge series from Cezary Rojewski <cezary.rojewski@intel.com>:

The series aims to streamline the formatting for ACPI IDs so that a
single pattern can be used to identify the device.

Work implicitly suggested by Andy Shevchenko - reading and learning from
number of his reviews on the Linux mailing lists.

Several formats do exists, however, after technical discussion PCI-based
format has been selected as the recommended one. For Realtek devices, it
is going to be 10ECxxxx where 10EC unambiguously identifies Realtek
company whereas the following 4 hexes specify the PART_ID i.e.: the
device.

While at it, there shall be no comma after the terminator entry and
initializing fields with 0 for statically defined structs is redundant.
18 files changed:
sound/soc/codecs/rt1011.c
sound/soc/codecs/rt1015.c
sound/soc/codecs/rt1016.c
sound/soc/codecs/rt1305.c
sound/soc/codecs/rt1308.c
sound/soc/codecs/rt274.c
sound/soc/codecs/rt286.c
sound/soc/codecs/rt298.c
sound/soc/codecs/rt5640.c
sound/soc/codecs/rt5645.c
sound/soc/codecs/rt5651.c
sound/soc/codecs/rt5659.c
sound/soc/codecs/rt5660.c
sound/soc/codecs/rt5663.c
sound/soc/codecs/rt5665.c
sound/soc/codecs/rt5668.c
sound/soc/codecs/rt5670.c
sound/soc/codecs/rt5677.c