diff options
author | Jack Yu <jack.yu@realtek.com> | 2021-03-29 08:53:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-16 18:20:00 +0200 |
commit | dcca646c4977d885af3466b454df97b9cb0e0d26 (patch) | |
tree | 2ec450020ed670c1473beb24b40770d6fa0be30e /sound/soc/codecs/rt715.h | |
parent | ASoC: rt715: modification for code simplicity (diff) | |
download | linux-dcca646c4977d885af3466b454df97b9cb0e0d26.tar.xz linux-dcca646c4977d885af3466b454df97b9cb0e0d26.zip |
ASoC: rt715: add main capture switch and main capture volume
Add main capture switch and main capture volume control.
Main capture control has its own channel value respectivelly.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link: https://lore.kernel.org/r/dfd43a8db04e4d52a889d6f5c1262173@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt715.h')
-rw-r--r-- | sound/soc/codecs/rt715.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt715.h b/sound/soc/codecs/rt715.h index 009a8266f606..72c320bd35cb 100644 --- a/sound/soc/codecs/rt715.h +++ b/sound/soc/codecs/rt715.h @@ -22,6 +22,8 @@ struct rt715_priv { struct sdw_bus_params params; bool hw_init; bool first_hw_init; + unsigned int kctl_8ch_switch_ori[8]; + unsigned int kctl_8ch_vol_ori[8]; }; struct sdw_stream_data { |