diff options
author | Mark Brown <broonie@kernel.org> | 2021-06-25 15:08:03 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-25 15:08:03 +0200 |
commit | 192664528154a84fab4e6d820f9cb2e2e0835544 (patch) | |
tree | 4fd7c74097fc474150317fb04245460f0992af17 /sound/soc/codecs/rt711-sdw.h | |
parent | Merge remote-tracking branch 'asoc/for-5.13' into asoc-linus (diff) | |
parent | ASoC: qcom: lpass-cpu: mark IRQ_CLEAR register as volatile and readable (diff) | |
download | linux-192664528154a84fab4e6d820f9cb2e2e0835544.tar.xz linux-192664528154a84fab4e6d820f9cb2e2e0835544.zip |
Merge remote-tracking branch 'asoc/for-5.14' into asoc-next
Diffstat (limited to 'sound/soc/codecs/rt711-sdw.h')
-rw-r--r-- | sound/soc/codecs/rt711-sdw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt711-sdw.h b/sound/soc/codecs/rt711-sdw.h index 43b2b984b29c..6acf9858330d 100644 --- a/sound/soc/codecs/rt711-sdw.h +++ b/sound/soc/codecs/rt711-sdw.h @@ -267,7 +267,9 @@ static const struct reg_default rt711_reg_defaults[] = { { 0x8393, 0x00 }, { 0x7319, 0x00 }, { 0x8399, 0x00 }, + { 0x752008, 0xa807 }, { 0x752009, 0x1029 }, + { 0x75200b, 0x7770 }, { 0x752011, 0x007a }, { 0x75201a, 0x8003 }, { 0x752045, 0x5289 }, |