Home
last modified time | relevance | path

Searched refs:AIC31XX_DACSETUP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic31xx.c59 { AIC31XX_DACSETUP, 0x14 },
273 static SOC_ENUM_SINGLE_DECL(ldac_in_enum, AIC31XX_DACSETUP, 4, ldac_in_text);
275 static SOC_ENUM_SINGLE_DECL(rdac_in_enum, AIC31XX_DACSETUP, 2, rdac_in_text);
307 static SOC_ENUM_SINGLE_DECL(vol_soft_step_mode_enum, AIC31XX_DACSETUP, 0,
418 case WIDGET_BIT(AIC31XX_DACSETUP, 7): in aic31xx_dapm_power_event()
421 case WIDGET_BIT(AIC31XX_DACSETUP, 6): in aic31xx_dapm_power_event()
545 AIC31XX_DACSETUP, 7, 0, aic31xx_dapm_power_event,
549 AIC31XX_DACSETUP, 6, 0, aic31xx_dapm_power_event,
H A Dtlv320aic31xx.h85 #define AIC31XX_DACSETUP AIC31XX_REG(0, 63) /* DAC channel setup register */ macro