diff options
| author | Shuming Fan <shumingf@realtek.com> | 2026-08-24 18:39:36 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-24 14:06:11 +0100 |
| commit | 60e73c07b3fc12958a63de77b482d18bda413a6a (patch) | |
| tree | 57d05c12bba6330bed4998554ead62f912a46fa4 | |
| parent | 72cc574aa3791aa4f05d247b4e884cdbd135819a (diff) | |
| download | linux-60e73c07b3fc12958a63de77b482d18bda413a6a.tar.gz linux-60e73c07b3fc12958a63de77b482d18bda413a6a.zip | |
ASoC: rt766: add RT766/RT767 VA1 device IDs
This patch adds the RT766/RT767 VA1 device IDs, which support SoundWire v1.3.
Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link: https://patch.msgid.link/20260824103936.3524080-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/rt766-sdca-sdw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt766-sdca-sdw.c b/sound/soc/codecs/rt766-sdca-sdw.c index 5d60c3bcc6cd..8e76bf725ccc 100644 --- a/sound/soc/codecs/rt766-sdca-sdw.c +++ b/sound/soc/codecs/rt766-sdca-sdw.c @@ -233,6 +233,8 @@ static void rt766_sdca_sdw_remove(struct sdw_slave *slave) static const struct sdw_device_id rt766_sdca_id[] = { SDW_SLAVE_ENTRY_EXT(0x025d, 0x766, 0x3, 0x1, 0), SDW_SLAVE_ENTRY_EXT(0x025d, 0x767, 0x3, 0x1, 0), + SDW_SLAVE_ENTRY_EXT(0x025d, 0x766, 0x4, 0x1, 0), + SDW_SLAVE_ENTRY_EXT(0x025d, 0x767, 0x4, 0x1, 0), {}, }; MODULE_DEVICE_TABLE(sdw, rt766_sdca_id); |
