asoc: wsa883x: Update comp offset code via mixer ctl

Update mixer ctl to control comp offset code.

Change-Id: I7d9611067e5abff898e9d7a4628c8f3987dc3fa9
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
Laxminath Kasam
2020-12-18 09:56:32 +05:30
parent 1469dc6bf6
commit 9526176960
2 changed files with 46 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ struct wsa883x_priv {
struct swr_port port[WSA883X_MAX_SWR_PORTS];
int global_pa_cnt;
int dev_mode;
int comp_offset;
struct mutex res_lock;
struct snd_info_entry *entry;
struct snd_info_entry *version_entry;