diff options
| author | Mark Brown <broonie@kernel.org> | 2025-12-19 16:13:57 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-12-19 16:13:57 +0300 |
| commit | dc8d1ba537c0bb4da91695b473dbe9a404f7ed7e (patch) | |
| tree | 8453d0b01a7642a9ace33e7e6692189228939215 /include | |
| parent | 20c24c1b28310c08b2a76fd14e5600cb64343005 (diff) | |
| parent | 02e7af5b6423d2dbf82f852572f2fa8c00aafb19 (diff) | |
| download | linux-dc8d1ba537c0bb4da91695b473dbe9a404f7ed7e.tar.xz | |
ASoC: Intel: add support for TAS2563 amplifier
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:
Add support for TAS2563 amplifier on Intel platforms.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc-acpi-intel-ssp-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc-acpi-intel-ssp-common.h b/include/sound/soc-acpi-intel-ssp-common.h index b4597c8dac78..fdb2fce42115 100644 --- a/include/sound/soc-acpi-intel-ssp-common.h +++ b/include/sound/soc-acpi-intel-ssp-common.h @@ -37,6 +37,9 @@ #define RT5682_ACPI_HID "10EC5682" #define RT5682S_ACPI_HID "RTL5682" +/* Texas Instruments */ +#define TAS2563_ACPI_HID "TXNW2563" + enum snd_soc_acpi_intel_codec { CODEC_NONE, @@ -63,6 +66,7 @@ enum snd_soc_acpi_intel_codec { CODEC_RT1015P, CODEC_RT1019P, CODEC_RT1308, + CODEC_TAS2563, }; enum snd_soc_acpi_intel_codec |
