diff options
author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2020-01-24 15:36:24 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-27 17:52:10 +0000 |
commit | bd01cf38eedceb87d43f9205a75b259361e056ea (patch) | |
tree | 93b5b15d16d38982d5d8eeaeb01e6506b5c5033f /sound | |
parent | e3b9f5f4ef92801f62c58665283c61cece0af905 (diff) | |
download | linux-bd01cf38eedceb87d43f9205a75b259361e056ea.tar.gz linux-bd01cf38eedceb87d43f9205a75b259361e056ea.tar.bz2 linux-bd01cf38eedceb87d43f9205a75b259361e056ea.zip |
ASoC: intel: soc-acpi-intel-icl-match: fix rt715 ADR
Fix the part id of rt715 (typo with zero in the wrong place)
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200124213625.30186-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-icl-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-icl-match.c b/sound/soc/intel/common/soc-acpi-intel-icl-match.c index 67e9da4635f2..752733013d54 100644 --- a/sound/soc/intel/common/soc-acpi-intel-icl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-icl-match.c @@ -59,7 +59,7 @@ static const u64 rt1308_2_adr[] = { }; static const u64 rt715_3_adr[] = { - 0x000310025D715000 + 0x000310025D071500 }; static const struct snd_soc_acpi_link_adr icl_3_in_1_default[] = { |