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

/linux-4.4.14/sound/soc/codecs/
H A Dmax98095.h154 #define M98095_088_CFG_LEVEL 0x88 macro
262 /* M98095_088_CFG_LEVEL */
H A Dmax98095.c492 SOC_SINGLE("EQ1 Switch", M98095_088_CFG_LEVEL, 0, 1, 0),
493 SOC_SINGLE("EQ2 Switch", M98095_088_CFG_LEVEL, 1, 1, 0),
495 SOC_SINGLE("Biquad1 Switch", M98095_088_CFG_LEVEL, 2, 1, 0),
496 SOC_SINGLE("Biquad2 Switch", M98095_088_CFG_LEVEL, 3, 1, 0),
1540 regsave = snd_soc_read(codec, M98095_088_CFG_LEVEL); max98095_put_eq_enum()
1541 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, 0); max98095_put_eq_enum()
1554 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, regsave); max98095_put_eq_enum()
1694 regsave = snd_soc_read(codec, M98095_088_CFG_LEVEL); max98095_put_bq_enum()
1695 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, 0); max98095_put_bq_enum()
1705 snd_soc_update_bits(codec, M98095_088_CFG_LEVEL, regmask, regsave); max98095_put_bq_enum()

Completed in 46 milliseconds