Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dcx20442.c95 struct cx20442_priv *cx20442 = snd_soc_component_get_drvdata(component); in cx20442_read_reg_cache() local
100 return cx20442->reg_cache; in cx20442_read_reg_cache()
159 struct cx20442_priv *cx20442 = snd_soc_component_get_drvdata(component); in cx20442_write() local
168 if (!cx20442->tty || !cx20442->tty->ops->write) in cx20442_write()
171 old = cx20442->reg_cache; in cx20442_write()
172 cx20442->reg_cache = value; in cx20442_write()
197 if (cx20442->tty->ops->write(cx20442->tty, buf, len) != len) in cx20442_write()
244 struct cx20442_priv *cx20442; in v253_close() local
251 cx20442 = snd_soc_component_get_drvdata(component); in v253_close()
254 cx20442->tty = NULL; in v253_close()
[all …]
DMakefile65 snd-soc-cx20442-objs := cx20442.o
325 obj-$(CONFIG_SND_SOC_CX20442) += snd-soc-cx20442.o