Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Drt1015p.c3 // rt1015p.c -- RT1015P ALSA SoC audio amplifier driver
29 struct rt1015p_priv *rt1015p = in rt1015p_daiops_trigger() local
32 if (!rt1015p->sdb) in rt1015p_daiops_trigger()
39 if (rt1015p->sdb_switch) { in rt1015p_daiops_trigger()
40 gpiod_set_value(rt1015p->sdb, 1); in rt1015p_daiops_trigger()
47 gpiod_set_value(rt1015p->sdb, 0); in rt1015p_daiops_trigger()
60 struct rt1015p_priv *rt1015p = in rt1015p_sdb_event() local
64 rt1015p->sdb_switch = 1; in rt1015p_sdb_event()
66 rt1015p->sdb_switch = 0; in rt1015p_sdb_event()
112 struct rt1015p_priv *rt1015p; in rt1015p_platform_probe() local
[all …]
DMakefile163 snd-soc-rt1015p-objs := rt1015p.o
472 obj-$(CONFIG_SND_SOC_RT1015P) += snd-soc-rt1015p.o
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Drealtek,rt1015p.yaml4 $id: http://devicetree.org/schemas/sound/realtek,rt1015p.yaml#
7 title: Realtek rt1015p codec devicetree bindings
13 Rt1015p is a rt1015 variant which does not support I2C and
18 const: realtek,rt1015p
35 rt1015p: rt1015p {
36 compatible = "realtek,rt1015p";
Dmt8183-da7219-max98357.txt6 "mediatek,mt8183_da7219_rt1015p" for RT1015P codec
/Linux-v5.10/sound/soc/mediatek/mt8183/
Dmt8183-da7219-max98357.c352 DAILINK_COMP_ARRAY(COMP_CODEC("rt1015p", "HiFi"),