asoc: codecs: Add variant entry support for wcd937x and wcd938x

Add variant entry support for wcd937x and wcd938x codecs to
differentiate between wcd9370/80 and wcd9375/85 variants.

Change-Id: Ife20d14462a0b0968e0458471af3823872592e10
Signed-off-by: Aditya Bavanari <abavanar@codeaurora.org>
This commit is contained in:
Aditya Bavanari
2019-07-08 18:30:19 +05:30
rodzic f57dd4262b
commit d37e02049c
4 zmienionych plików z 116 dodań i 2 usunięć

Wyświetl plik

@@ -94,6 +94,7 @@ struct wcd938x_priv {
/* Entry for version info */
struct snd_info_entry *entry;
struct snd_info_entry *version_entry;
struct snd_info_entry *variant_entry;
int flyback_cur_det_disable;
int ear_rx_path;
};