Home
last modified time | relevance | path

Searched full:sma1303 (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/codecs/
H A Dsma1303.c3 // sma1303.c -- sma1303 ALSA SoC Audio driver
28 #include "sma1303.h"
46 SMA1303, enumerator
238 static int sma1303_regmap_write(struct sma1303_priv *sma1303, in sma1303_regmap_write() argument
242 int cnt = sma1303->retry_cnt; in sma1303_regmap_write()
245 ret = regmap_write(sma1303->regmap, reg, val); in sma1303_regmap_write()
247 dev_err(sma1303->dev, in sma1303_regmap_write()
255 static int sma1303_regmap_update_bits(struct sma1303_priv *sma1303, in sma1303_regmap_update_bits() argument
259 int cnt = sma1303->retry_cnt; in sma1303_regmap_update_bits()
262 ret = regmap_update_bits_check(sma1303->regmap, reg, in sma1303_regmap_update_bits()
[all …]
H A Dsma1303.h3 * sma1303.h -- sma1303 ALSA SoC Audio driver
30 * SMA1303 Register Definition
33 /* SMA1303 Register Addresses */
106 /* SMA1303 Registers Bit Fields */
H A DMakefile281 snd-soc-sma1303-y := sma1303.o
692 obj-$(CONFIG_SND_SOC_SMA1303) += snd-soc-sma1303.o
H A DKconfig1872 tristate "Iron Device SMA1303 Audio Amplifier"
1875 Enable support for Iron Device SMA1303 Boosted Class-D amplifier
/linux/Documentation/devicetree/bindings/sound/
H A Dirondevice,sma1303.yaml4 $id: http://devicetree.org/schemas/sound/irondevice,sma1303.yaml#
7 title: Iron Device SMA1303 Audio Amplifier
13 SMA1303 digital class-D audio amplifier
22 - irondevice,sma1303
44 compatible = "irondevice,sma1303";