ASoC: lahaina: Fix compilation issue on GKI

Fix compilation issue on GKI.

Change-Id: Ic577eb8fde1492e71c2d4faf010aa165634ee511
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
This commit is contained in:
Sudheer Papothi
2020-02-11 00:09:53 +05:30
parent 0e5d51f7fd
commit 15ae299940

View File

@@ -172,10 +172,12 @@ enum {
AFE_LOOPBACK_TX_IDX_MAX, AFE_LOOPBACK_TX_IDX_MAX,
}; };
#if IS_ENABLED(CONFIG_AUDIO_QGKI)
static const char* wsa883x_devices[] = { static const char* wsa883x_devices[] = {
"wsa883x.202170221", "wsa883x.202170221",
"wsa883x.202170222", "wsa883x.202170222",
}; };
#endif /* CONFIG_AUDIO_QGKI */
struct msm_asoc_mach_data { struct msm_asoc_mach_data {
struct snd_info_entry *codec_root; struct snd_info_entry *codec_root;