Searched refs:snd_pcm_substream (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Dpxa2xx-pcm.h24 int (*startup)(struct snd_pcm_substream *);
25 void (*shutdown)(struct snd_pcm_substream *);
26 int (*prepare)(struct snd_pcm_substream *);
H A Dpxa2xx-pcm-lib.c37 int __pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream,
75 int __pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream)
87 int pxa2xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
121 pxa2xx_pcm_pointer(struct snd_pcm_substream *substream)
136 int __pxa2xx_pcm_prepare(struct snd_pcm_substream *substream)
154 struct snd_pcm_substream *substream = dev_id;
171 int __pxa2xx_pcm_open(struct snd_pcm_substream *substream)
220 int __pxa2xx_pcm_close(struct snd_pcm_substream *substream)
232 int pxa2xx_pcm_mmap(struct snd_pcm_substream *substream,
245 struct snd_pcm_substream *substrea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-pcm.h32 void (*set_threshold)(struct snd_pcm_substream *substream);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.h76 struct snd_pcm_substream *plug;
85 int snd_pcm_plugin_build(struct snd_pcm_substream *handle,
93 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames);
94 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size);
95 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size);
100 int snd_pcm_plugin_build_io(struct snd_pcm_substream *handle,
103 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *handle,
107 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *handle,
111 int snd_pcm_plugin_build_rate(struct snd_pcm_substream *handle,
115 int snd_pcm_plugin_build_route(struct snd_pcm_substream *handl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/s6000/
H A Ds6000-pcm.h16 struct snd_pcm_substream;
20 int (*trigger)(struct snd_pcm_substream *substream, int cmd, int after);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpxa2xx-lib.h16 extern int __pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream,
18 extern int __pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream);
19 extern int pxa2xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd);
20 extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream);
21 extern int __pxa2xx_pcm_prepare(struct snd_pcm_substream *substream);
23 extern int __pxa2xx_pcm_open(struct snd_pcm_substream *substream);
24 extern int __pxa2xx_pcm_close(struct snd_pcm_substream *substream);
25 extern int pxa2xx_pcm_mmap(struct snd_pcm_substream *substream,
H A Dpcm.h61 struct snd_pcm_substream;
64 int (*open)(struct snd_pcm_substream *substream);
65 int (*close)(struct snd_pcm_substream *substream);
66 int (*ioctl)(struct snd_pcm_substream * substream,
68 int (*hw_params)(struct snd_pcm_substream *substream,
70 int (*hw_free)(struct snd_pcm_substream *substream);
71 int (*prepare)(struct snd_pcm_substream *substream);
72 int (*trigger)(struct snd_pcm_substream *substream, int cmd);
73 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
74 int (*copy)(struct snd_pcm_substream *substrea
366 struct snd_pcm_substream { struct
[all...]
H A Dsoc-dai.h21 struct snd_pcm_substream;
173 int (*startup)(struct snd_pcm_substream *,
175 void (*shutdown)(struct snd_pcm_substream *,
177 int (*hw_params)(struct snd_pcm_substream *,
179 int (*hw_free)(struct snd_pcm_substream *,
181 int (*prepare)(struct snd_pcm_substream *,
183 int (*trigger)(struct snd_pcm_substream *, int,
189 snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
238 const struct snd_pcm_substream *ss)
245 const struct snd_pcm_substream *s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Durb.h18 int snd_usb_substream_playback_trigger(struct snd_pcm_substream *substream, int cmd);
19 int snd_usb_substream_capture_trigger(struct snd_pcm_substream *substream, int cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Daudio.h19 int (*startup)(struct snd_pcm_substream *, void *);
20 void (*shutdown)(struct snd_pcm_substream *, void *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dcapture.h27 extern int snd_line6_capture_trigger(struct snd_pcm_substream *substream,
H A Dplayback.h25 extern int snd_line6_playback_trigger(struct snd_pcm_substream *substream,
H A Dpcm.h218 extern int snd_line6_trigger(struct snd_pcm_substream *substream, int cmd);
219 extern int snd_line6_prepare(struct snd_pcm_substream *substream);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dpcm-indirect2.h31 /* struct snd_pcm_substream, struct snd_pcm_runtime, snd_pcm_uframes_t */
115 typedef size_t (*snd_pcm_indirect2_copy_t) (struct snd_pcm_substream *substream,
118 typedef size_t (*snd_pcm_indirect2_zero_t) (struct snd_pcm_substream *substream,
122 void snd_pcm_indirect2_stat(struct snd_pcm_substream *substream,
127 snd_pcm_indirect2_pointer(struct snd_pcm_substream *substream,
130 snd_pcm_indirect2_playback_interrupt(struct snd_pcm_substream *substream,
135 snd_pcm_indirect2_capture_interrupt(struct snd_pcm_substream *substream,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/atmel/
H A Datmel-pcm.h73 struct snd_pcm_substream *substream;
74 void (*dma_intr_handler)(u32, struct snd_pcm_substream *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_timer.c32 void snd_pcm_timer_resolution_change(struct snd_pcm_substream *substream)
65 struct snd_pcm_substream *substream;
73 struct snd_pcm_substream *substream;
82 struct snd_pcm_substream *substream;
105 struct snd_pcm_substream *substream = timer->private_data;
109 void snd_pcm_timer_init(struct snd_pcm_substream *substream)
135 void snd_pcm_timer_done(struct snd_pcm_substream *substream)
H A Dpcm_memory.c50 static int preallocate_pcm_pages(struct snd_pcm_substream *substream, size_t size)
80 static void snd_pcm_lib_preallocate_dma_free(struct snd_pcm_substream *substream)
99 int snd_pcm_lib_preallocate_free(struct snd_pcm_substream *substream)
121 struct snd_pcm_substream *substream;
141 struct snd_pcm_substream *substream = entry->private_data;
153 struct snd_pcm_substream *substream = entry->private_data;
165 struct snd_pcm_substream *substream = entry->private_data;
204 static inline void preallocate_info_init(struct snd_pcm_substream *substream)
237 static int snd_pcm_lib_preallocate_pages1(struct snd_pcm_substream *substream,
269 int snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substrea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctvmem.h42 struct snd_pcm_substream;
53 struct ct_vm_block *(*map)(struct ct_vm *, struct snd_pcm_substream *,
H A Dcttimer.h12 struct snd_pcm_substream;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc5200_dma.h27 struct snd_pcm_substream *stream;
77 to_psc_dma_stream(struct snd_pcm_substream *substream, struct psc_dma *psc_dma)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/
H A Dsoundbus.h107 struct snd_pcm_substream *substream);
112 struct snd_pcm_substream *substream);
122 struct snd_pcm_substream *substream);
127 struct snd_pcm_substream *substream);
132 struct snd_pcm_substream *substream);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-alsa-pcm.c75 struct snd_pcm_substream *substream;
148 static int snd_cx18_pcm_capture_open(struct snd_pcm_substream *substream)
196 static int snd_cx18_pcm_capture_close(struct snd_pcm_substream *substream)
218 static int snd_cx18_pcm_ioctl(struct snd_pcm_substream *substream,
225 static int snd_pcm_alloc_vmalloc_buffer(struct snd_pcm_substream *subs,
246 static int snd_cx18_pcm_hw_params(struct snd_pcm_substream *substream,
258 static int snd_cx18_pcm_hw_free(struct snd_pcm_substream *substream)
274 static int snd_cx18_pcm_prepare(struct snd_pcm_substream *substream)
284 static int snd_cx18_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
290 snd_pcm_uframes_t snd_cx18_pcm_pointer(struct snd_pcm_substream *substrea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/blackfin/
H A Dbf5xx-tdm-pcm.c53 struct snd_pcm_substream *pcm = data;
71 static int bf5xx_pcm_hw_params(struct snd_pcm_substream *substream,
80 static int bf5xx_pcm_hw_free(struct snd_pcm_substream *substream)
87 static int bf5xx_pcm_prepare(struct snd_pcm_substream *substream)
110 static int bf5xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
138 static snd_pcm_uframes_t bf5xx_pcm_pointer(struct snd_pcm_substream *substream)
155 static int bf5xx_pcm_open(struct snd_pcm_substream *substream)
177 static int bf5xx_pcm_copy(struct snd_pcm_substream *substream, int channel,
212 static int bf5xx_pcm_silence(struct snd_pcm_substream *substream,
237 struct snd_pcm_substream *substrea
[all...]
H A Dbf5xx-i2s-pcm.c48 struct snd_pcm_substream *pcm = data;
68 static int bf5xx_pcm_hw_params(struct snd_pcm_substream *substream,
77 static int bf5xx_pcm_hw_free(struct snd_pcm_substream *substream)
84 static int bf5xx_pcm_prepare(struct snd_pcm_substream *substream)
104 static int bf5xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
133 static snd_pcm_uframes_t bf5xx_pcm_pointer(struct snd_pcm_substream *substream)
150 static int bf5xx_pcm_open(struct snd_pcm_substream *substream)
175 static int bf5xx_pcm_mmap(struct snd_pcm_substream *substream,
200 struct snd_pcm_substream *substream = pcm->streams[stream].substream;
228 struct snd_pcm_substream *substrea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-pcm-fiq.c44 struct snd_pcm_substream *substream;
52 struct snd_pcm_substream *substream = iprtd->substream;
90 static int snd_imx_pcm_hw_params(struct snd_pcm_substream *substream,
108 static int snd_imx_pcm_prepare(struct snd_pcm_substream *substream)
128 static int snd_imx_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
161 static snd_pcm_uframes_t snd_imx_pcm_pointer(struct snd_pcm_substream *substream)
188 static int snd_imx_open(struct snd_pcm_substream *substream)
216 static int snd_imx_close(struct snd_pcm_substream *substream)
249 struct snd_pcm_substream *substream =
257 struct snd_pcm_substream *substrea
[all...]

Completed in 354 milliseconds

1234567891011>>