Searched refs:snd_cx18_card (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-alsa-mixer.h23 int __init snd_cx18_mixer_create(struct snd_cx18_card *cxsc);
H A Dcx18-alsa-pcm.h23 int __init snd_cx18_pcm_create(struct snd_cx18_card *cxsc);
26 void cx18_alsa_announce_pcm_data(struct snd_cx18_card *card, u8 *pcm_data,
H A Dcx18-alsa.h24 struct snd_cx18_card { struct
39 static inline void snd_cx18_lock(struct snd_cx18_card *cxsc)
45 static inline void snd_cx18_unlock(struct snd_cx18_card *cxsc)
H A Dcx18-alsa-main.c65 struct snd_cx18_card *to_snd_cx18_card(struct v4l2_device *v4l2_dev)
71 struct snd_cx18_card *p_to_snd_cx18_card(struct v4l2_device **v4l2_dev)
73 return container_of(v4l2_dev, struct snd_cx18_card, v4l2_dev);
76 static void snd_cx18_card_free(struct snd_cx18_card *cxsc)
99 struct snd_cx18_card **cxsc)
101 *cxsc = kzalloc(sizeof(struct snd_cx18_card), GFP_KERNEL);
114 static int snd_cx18_card_set_names(struct snd_cx18_card *cxsc)
138 struct snd_cx18_card *cxsc;
222 CX18_ALSA_ERR("%s: struct snd_cx18_card * already exists\n",
228 CX18_ALSA_ERR("%s: failed to create struct snd_cx18_card\
[all...]
H A Dcx18-alsa-pcm.c72 void cx18_alsa_announce_pcm_data(struct snd_cx18_card *cxsc, u8 *pcm_data,
150 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
198 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
260 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
276 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
294 struct snd_cx18_card *cxsc = snd_pcm_substream_chip(substream);
323 int snd_cx18_pcm_create(struct snd_cx18_card *cxsc)
H A Dcx18-alsa-mixer.c87 struct snd_cx18_card *cxsc = snd_kcontrol_chip(kctl);
107 struct snd_cx18_card *cxsc = snd_kcontrol_chip(kctl);
151 int __init snd_cx18_mixer_create(struct snd_cx18_card *cxsc)
H A Dcx18-driver.h578 struct snd_cx18_card *alsa; /* ALSA interface for PCM capture stream */
579 void (*pcm_announce_callback)(struct snd_cx18_card *card, u8 *pcm_data,

Completed in 160 milliseconds