Searched refs:M98095_088_CFG_LEVEL (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
A D | max98095.c | 489 SOC_SINGLE("EQ1 Switch", M98095_088_CFG_LEVEL, 0, 1, 0), 490 SOC_SINGLE("EQ2 Switch", M98095_088_CFG_LEVEL, 1, 1, 0), 492 SOC_SINGLE("Biquad1 Switch", M98095_088_CFG_LEVEL, 2, 1, 0), 493 SOC_SINGLE("Biquad2 Switch", M98095_088_CFG_LEVEL, 3, 1, 0), 1537 regsave = snd_soc_component_read(component, M98095_088_CFG_LEVEL); in max98095_put_eq_enum() 1538 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, 0); in max98095_put_eq_enum() 1551 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, regsave); in max98095_put_eq_enum() 1688 regsave = snd_soc_component_read(component, M98095_088_CFG_LEVEL); in max98095_put_bq_enum() 1689 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, 0); in max98095_put_bq_enum() 1699 snd_soc_component_update_bits(component, M98095_088_CFG_LEVEL, regmask, regsave); in max98095_put_bq_enum()
|
A D | max98095.h | 151 #define M98095_088_CFG_LEVEL 0x88 macro
|
Completed in 8 milliseconds