Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt1015p.c29 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
114 rt1015p = devm_kzalloc(&pdev->dev, sizeof(*rt1015p), GFP_KERNEL); in rt1015p_platform_probe()
[all …]
H A DMakefile180 snd-soc-rt1015p-objs := rt1015p.o
507 obj-$(CONFIG_SND_SOC_RT1015P) += snd-soc-rt1015p.o