diff options
author | Mark Brown <broonie@kernel.org> | 2021-06-25 16:08:01 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-25 16:08:01 +0300 |
commit | c073a58a7ec59145f8a0b87403d559645bfd9edb (patch) | |
tree | 769095ab7e460656d6d9169c113893efb7e557b6 /sound/soc/codecs/rt715-sdca.h | |
parent | 13311e74253fe64329390df80bed3f07314ddd61 (diff) | |
parent | a7a0a2feb957e446b2bcf732f245ba04fc8b6314 (diff) | |
download | linux-c073a58a7ec59145f8a0b87403d559645bfd9edb.tar.xz |
Merge remote-tracking branch 'asoc/for-5.13' into asoc-linus
Diffstat (limited to 'sound/soc/codecs/rt715-sdca.h')
-rw-r--r-- | sound/soc/codecs/rt715-sdca.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt715-sdca.h b/sound/soc/codecs/rt715-sdca.h index 85ce4d95e5eb..90881b455ece 100644 --- a/sound/soc/codecs/rt715-sdca.h +++ b/sound/soc/codecs/rt715-sdca.h @@ -27,7 +27,7 @@ struct rt715_sdca_priv { enum sdw_slave_status status; struct sdw_bus_params params; bool hw_init; - bool first_init; + bool first_hw_init; int l_is_unmute; int r_is_unmute; int hw_sdw_ver; @@ -81,6 +81,7 @@ struct rt715_sdca_kcontrol_private { #define RT715_AD_FUNC_EN 0x36 #define RT715_REV_1 0x37 #define RT715_SDW_INPUT_SEL 0x39 +#define RT715_DFLL_VAD 0x44 #define RT715_EXT_DMIC_CLK_CTRL2 0x54 /* Index (NID:61h) */ |