Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs35l34.c58 {CS35L34_AMP_DIG_VOL_CTL, 0x12},
154 case CS35L34_AMP_DIG_VOL_CTL: in cs35l34_readable_register()
387 ret = regmap_read(priv->regmap, CS35L34_AMP_DIG_VOL_CTL, in cs35l34_mclk_event()
752 regmap_update_bits(cs35l34->regmap, CS35L34_AMP_DIG_VOL_CTL, in cs35l34_probe()
756 regmap_update_bits(cs35l34->regmap, CS35L34_AMP_DIG_VOL_CTL, in cs35l34_probe()
H A Dcs35l34.h25 #define CS35L34_AMP_DIG_VOL_CTL 0x15 /* Amplifier Dig Volume Ctl */ macro