Searched refs:M98095_088_CFG_LEVEL (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
H A Dmax98095.h154 #define M98095_088_CFG_LEVEL 0x88 macro
262 /* M98095_088_CFG_LEVEL */
H A Dmax98095.c760 SOC_SINGLE("EQ1 Switch", M98095_088_CFG_LEVEL, 0, 1, 0),
761 SOC_SINGLE("EQ2 Switch", M98095_088_CFG_LEVEL, 1, 1, 0),
763 SOC_SINGLE("Biquad1 Switch", M98095_088_CFG_LEVEL, 2, 1, 0),
764 SOC_SINGLE("Biquad2 Switch", M98095_088_CFG_LEVEL, 3, 1, 0),
1805 regsave = snd_soc_read(codec, M98095_088_CFG_LEVEL); max98095_put_eq_enum()
1806 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, 0); max98095_put_eq_enum()
1819 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, regsave); max98095_put_eq_enum()
1959 regsave = snd_soc_read(codec, M98095_088_CFG_LEVEL); max98095_put_bq_enum()
1960 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, 0); max98095_put_bq_enum()
1970 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, regsave); max98095_put_bq_enum()

Completed in 49 milliseconds