Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/codecs/
Dcx20442.c158 struct cx20442_priv *cx20442 = snd_soc_codec_get_drvdata(codec); in cx20442_write() local
168 if (!codec->hw_write || !cx20442->control_data) in cx20442_write()
197 if (codec->hw_write(cx20442->control_data, buf, len) != len) in cx20442_write()
244 struct cx20442_priv *cx20442; in v253_close() local
251 cx20442 = snd_soc_codec_get_drvdata(codec); in v253_close()
255 cx20442->control_data = NULL; in v253_close()
271 struct cx20442_priv *cx20442; in v253_receive() local
276 cx20442 = snd_soc_codec_get_drvdata(codec); in v253_receive()
278 if (!cx20442->control_data) { in v253_receive()
282 cx20442->control_data = tty; in v253_receive()
[all …]
DMakefile21 snd-soc-cx20442-objs := cx20442.o
127 obj-$(CONFIG_SND_SOC_CX20442) += snd-soc-cx20442.o