Searched refs:M98088_REG_49_CFG_LEVEL (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
H A D | max98088.h | 79 #define M98088_REG_49_CFG_LEVEL 0x49 macro 167 /* M98088_REG_49_CFG_LEVEL */
|
H A D | max98088.c | 744 SOC_SINGLE("EQ1 Switch", M98088_REG_49_CFG_LEVEL, 0, 1, 0), 745 SOC_SINGLE("EQ2 Switch", M98088_REG_49_CFG_LEVEL, 1, 1, 0), 1687 save = snd_soc_read(codec, M98088_REG_49_CFG_LEVEL); max98088_setup_eq1() 1688 snd_soc_update_bits(codec, M98088_REG_49_CFG_LEVEL, M98088_EQ1EN, 0); max98088_setup_eq1() 1699 snd_soc_update_bits(codec, M98088_REG_49_CFG_LEVEL, M98088_EQ1EN, save); max98088_setup_eq1() 1734 save = snd_soc_read(codec, M98088_REG_49_CFG_LEVEL); max98088_setup_eq2() 1735 snd_soc_update_bits(codec, M98088_REG_49_CFG_LEVEL, M98088_EQ2EN, 0); max98088_setup_eq2() 1746 snd_soc_update_bits(codec, M98088_REG_49_CFG_LEVEL, M98088_EQ2EN, max98088_setup_eq2()
|
Completed in 59 milliseconds