Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt9123p.c32 struct rt9123p_priv *rt9123p = snd_soc_component_get_drvdata(comp); in rt9123p_daiops_trigger() local
34 if (!rt9123p->enable) in rt9123p_daiops_trigger()
41 mdelay(rt9123p->enable_delay); in rt9123p_daiops_trigger()
42 if (rt9123p->enable_switch) { in rt9123p_daiops_trigger()
43 gpiod_set_value(rt9123p->enable, 1); in rt9123p_daiops_trigger()
50 gpiod_set_value(rt9123p->enable, 0); in rt9123p_daiops_trigger()
64 struct rt9123p_priv *rt9123p = snd_soc_component_get_drvdata(comp); in rt9123p_enable_event() local
67 rt9123p->enable_switch = 1; in rt9123p_enable_event()
69 rt9123p->enable_switch = 0; in rt9123p_enable_event()
121 struct rt9123p_priv *rt9123p; in rt9123p_platform_probe() local
[all …]