Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drk3328_codec.c44 { DAC_INIT_CTRL2, 0x50 },
103 regmap_update_bits(rk3328->regmap, DAC_INIT_CTRL2, in rk3328_set_dai_fmt()
288 regmap_update_bits(rk3328->regmap, DAC_INIT_CTRL2, DAC_VDL_MASK, val); in rk3328_hw_params()
382 case DAC_INIT_CTRL2: in rk3328_codec_write_read_reg()
H A Drk3328_codec.h16 #define DAC_INIT_CTRL2 (0x04 << 2) macro