summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt715.h
diff options
context:
space:
mode:
authorJack Yu <jack.yu@realtek.com>2021-03-29 09:53:54 +0300
committerMark Brown <broonie@kernel.org>2021-04-16 19:20:00 +0300
commitdcca646c4977d885af3466b454df97b9cb0e0d26 (patch)
tree2ec450020ed670c1473beb24b40770d6fa0be30e /sound/soc/codecs/rt715.h
parenta48f928e13a01d60c9c2a7a7ffab3afd1f7337bf (diff)
downloadlinux-dcca646c4977d885af3466b454df97b9cb0e0d26.tar.xz
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.h2
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 {