Searched full:tas5805m (Results 1 – 6 of 6) sorted by relevance
/openbmc/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 | 276 snd-soc-tas5805m-objs := tas5805m.o 662 obj-$(CONFIG_SND_SOC_TAS5805M) += snd-soc-tas5805m.o
|
H A D | Kconfig | 1825 tristate "Texas Instruments TAS5805M speaker amplifier" 1828 Enable support for Texas Instruments TAS5805M Class-D
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | tas5805m.yaml | 4 $id: http://devicetree.org/schemas/sound/tas5805m.yaml# 7 title: TAS5805M audio amplifier 13 The TAS5805M is a class D audio amplifier with a built-in DSP. 18 - ti,tas5805m 45 tas5805m: tas5805m@2c { 47 compatible = "ti,tas5805m";
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |