Searched full:tas5805m (Results 1 – 4 of 4) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | tas5805m.c | 3 // Driver for the TAS5805M Audio Amplifier 188 static void tas5805m_refresh(struct tas5805m_priv *tas5805m) in tas5805m_refresh() argument 190 struct regmap *rm = tas5805m->regmap; in tas5805m_refresh() 192 dev_dbg(&tas5805m->i2c->dev, "refresh: is_muted=%d, vol=%d/%d\n", in tas5805m_refresh() 193 tas5805m->is_muted, tas5805m->vol[0], tas5805m->vol[1]); in tas5805m_refresh() 203 set_dsp_scale(rm, 0x24, tas5805m->vol[0]); in tas5805m_refresh() 204 set_dsp_scale(rm, 0x28, tas5805m->vol[1]); in tas5805m_refresh() 211 (tas5805m->is_muted ? DCTRL2_MUTE : 0) | in tas5805m_refresh() 231 struct tas5805m_priv *tas5805m = in tas5805m_vol_get() local 234 mutex_lock(&tas5805m->lock); in tas5805m_vol_get() [all …]
|
H A D | Makefile | 293 snd-soc-tas5805m-y := tas5805m.o 700 obj-$(CONFIG_SND_SOC_TAS5805M) += snd-soc-tas5805m.o
|
H A D | Kconfig | 1975 tristate "Texas Instruments TAS5805M speaker amplifier" 1978 Enable support for Texas Instruments TAS5805M Class-D
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | ti,tas5805m.yaml | 4 $id: http://devicetree.org/schemas/sound/ti,tas5805m.yaml# 7 title: TAS5805M audio amplifier 13 The TAS5805M is a class D audio amplifier with a built-in DSP. 18 - ti,tas5805m 47 tas5805m: tas5805m@2c { 49 compatible = "ti,tas5805m";
|