Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt9123p.c31 struct rt9123p_priv *rt9123p = snd_soc_component_get_drvdata(comp); in rt9123p_daiops_trigger() local
33 if (!rt9123p->enable) in rt9123p_daiops_trigger()
40 mdelay(rt9123p->enable_delay); in rt9123p_daiops_trigger()
41 if (rt9123p->enable_switch) { in rt9123p_daiops_trigger()
42 gpiod_set_value(rt9123p->enable, 1); in rt9123p_daiops_trigger()
49 gpiod_set_value(rt9123p->enable, 0); in rt9123p_daiops_trigger()
63 struct rt9123p_priv *rt9123p = snd_soc_component_get_drvdata(comp); in rt9123p_enable_event() local
66 rt9123p->enable_switch = 1; in rt9123p_enable_event()
68 rt9123p->enable_switch = 0; in rt9123p_enable_event()
120 struct rt9123p_priv *rt9123p; in rt9123p_platform_probe() local
[all …]