Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dtas5805m.c186 struct tas5805m_priv *tas5805m = in tas5805m_refresh() local
188 struct regmap *rm = tas5805m->regmap; in tas5805m_refresh()
191 tas5805m->is_muted, tas5805m->vol[0], tas5805m->vol[1]); in tas5805m_refresh()
201 set_dsp_scale(rm, 0x24, tas5805m->vol[0]); in tas5805m_refresh()
202 set_dsp_scale(rm, 0x28, tas5805m->vol[1]); in tas5805m_refresh()
206 (tas5805m->is_muted ? DCTRL2_MUTE : 0) | in tas5805m_refresh()
226 struct tas5805m_priv *tas5805m = in tas5805m_vol_get() local
229 ucontrol->value.integer.value[0] = tas5805m->vol[0]; in tas5805m_vol_get()
230 ucontrol->value.integer.value[1] = tas5805m->vol[1]; in tas5805m_vol_get()
244 struct tas5805m_priv *tas5805m = in tas5805m_vol_put() local
[all …]
DMakefile253 snd-soc-tas5805m-objs := tas5805m.o
610 obj-$(CONFIG_SND_SOC_TAS5805M) += snd-soc-tas5805m.o