Searched refs:cx20442 (Results 1 – 2 of 2) sorted by relevance
95 struct cx20442_priv *cx20442 = snd_soc_component_get_drvdata(component); in cx20442_read_reg_cache() local100 return cx20442->reg_cache; in cx20442_read_reg_cache()159 struct cx20442_priv *cx20442 = snd_soc_component_get_drvdata(component); in cx20442_write() local168 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() local251 cx20442 = snd_soc_component_get_drvdata(component); in v253_close()254 cx20442->tty = NULL; in v253_close()[all …]
65 snd-soc-cx20442-objs := cx20442.o325 obj-$(CONFIG_SND_SOC_CX20442) += snd-soc-cx20442.o