Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic23.c71 TLV320AIC23_DIGT, 1, deemph_text);
117 SOC_SINGLE("Digital Playback Switch", TLV320AIC23_DIGT, 3, 1, 1),
412 reg = snd_soc_component_read(component, TLV320AIC23_DIGT); in tlv320aic23_mute()
419 snd_soc_component_write(component, TLV320AIC23_DIGT, reg); in tlv320aic23_mute()
551 snd_soc_component_write(component, TLV320AIC23_DIGT, TLV320AIC23_DEEMP_44K); in tlv320aic23_component_probe()
H A Dtlv320aic23.h24 #define TLV320AIC23_DIGT 0x05 macro