ASoC: Support separate left and right channel dcs_codes values
[deliverable/linux.git] / sound / soc / codecs / wm8993.c
index 6e85b8869af7171882d5476137ed63004402bef1..f014e5676d20dd6e5f12a5b6024fc0b9710df820 100644 (file)
@@ -1433,7 +1433,8 @@ static int wm8993_probe(struct snd_soc_codec *codec)
        int ret, i, val;
 
        wm8993->hubs_data.hp_startup_mode = 1;
-       wm8993->hubs_data.dcs_codes = -2;
+       wm8993->hubs_data.dcs_codes_l = -2;
+       wm8993->hubs_data.dcs_codes_r = -2;
        wm8993->hubs_data.series_startup = 1;
 
        ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_I2C);
This page took 0.035529 seconds and 5 git commands to generate.