WM9081_EQ_1
eq1 = snd_soc_component_read(component, WM9081_EQ_1) & WM9081_EQ_ENA;
snd_soc_component_write(component, WM9081_EQ_1, 0);
snd_soc_component_write(component, WM9081_EQ_1 + i, s->config[i]);
snd_soc_component_write(component, WM9081_EQ_1, eq1);
case WM9081_EQ_1:
SOC_SINGLE("EQ Switch", WM9081_EQ_1, 0, 1, 0),
SOC_SINGLE_TLV("EQ1 Volume", WM9081_EQ_1, 11, 24, 0, eq_tlv),
SOC_SINGLE_TLV("EQ2 Volume", WM9081_EQ_1, 6, 24, 0, eq_tlv),
SOC_SINGLE_TLV("EQ3 Volume", WM9081_EQ_1, 1, 24, 0, eq_tlv),