Home
last modified time | relevance | path

Searched defs:substream (Results 1 – 25 of 839) sorted by relevance

12345678910>>...34

/linux-6.3-rc2/sound/core/
A Dpcm_native.c709 #define is_oss_stream(substream) false argument
1754 struct snd_pcm_substream *substream; in snd_pcm_suspend_all() local
2731 struct snd_pcm_substream *substream; in snd_pcm_open_substream() local
2781 struct snd_pcm_substream *substream; in snd_pcm_open_file() local
2889 struct snd_pcm_substream *substream; in snd_pcm_release() local
3469 struct snd_pcm_substream *substream; in snd_pcm_read() local
3494 struct snd_pcm_substream *substream; in snd_pcm_write() local
3518 struct snd_pcm_substream *substream; in snd_pcm_readv() local
3555 struct snd_pcm_substream *substream; in snd_pcm_writev() local
3591 struct snd_pcm_substream *substream; in snd_pcm_poll() local
[all …]
A Dpcm_dmaengine.c30 const struct snd_pcm_substream *substream) in substream_to_prtd()
35 struct dma_chan *snd_dmaengine_pcm_get_chan(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_get_chan()
54 int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream, in snd_hwparams_to_dma_slave_config()
107 const struct snd_pcm_substream *substream, in snd_dmaengine_pcm_set_config_from_dai_data()
137 struct snd_pcm_substream *substream = arg; in dmaengine_pcm_dma_complete() local
187 int snd_dmaengine_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_dmaengine_pcm_trigger()
305 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, in snd_dmaengine_pcm_open()
344 int snd_dmaengine_pcm_open_request_chan(struct snd_pcm_substream *substream, in snd_dmaengine_pcm_open_request_chan()
358 int snd_dmaengine_pcm_close(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_close()
378 int snd_dmaengine_pcm_close_release_chan(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_close_release_chan()
[all …]
A Dpcm_memory.c75 static int preallocate_pcm_pages(struct snd_pcm_substream *substream, in preallocate_pcm_pages()
106 void snd_pcm_lib_preallocate_free(struct snd_pcm_substream *substream) in snd_pcm_lib_preallocate_free()
119 struct snd_pcm_substream *substream; in snd_pcm_lib_preallocate_free_for_all() local
136 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_proc_read() local
148 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_max_proc_read() local
160 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_proc_write() local
237 static int preallocate_pages(struct snd_pcm_substream *substream, in preallocate_pages()
277 struct snd_pcm_substream *substream; in preallocate_pages_for_all() local
298 void snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream, in snd_pcm_lib_preallocate_pages()
458 int snd_pcm_lib_free_pages(struct snd_pcm_substream *substream) in snd_pcm_lib_free_pages()
[all …]
A Drawmidi.c306 struct snd_rawmidi_substream *substream; in assign_substream() local
335 struct snd_rawmidi_substream *substream, in open_substream()
541 struct snd_rawmidi_substream *substream, in close_substream()
668 struct snd_rawmidi_substream *substream; in __snd_rawmidi_info_select() local
1111 int snd_rawmidi_receive(struct snd_rawmidi_substream *substream, in snd_rawmidi_receive()
1243 struct snd_rawmidi_substream *substream; in snd_rawmidi_read() local
1581 struct snd_rawmidi_substream *substream; in snd_rawmidi_write() local
1691 struct snd_rawmidi_substream *substream; in snd_rawmidi_proc_info_read() local
1786 struct snd_rawmidi_substream *substream; in snd_rawmidi_alloc_substreams() local
1884 struct snd_rawmidi_substream *substream; in snd_rawmidi_free_substreams() local
[all …]
A Dpcm_timer.c19 void snd_pcm_timer_resolution_change(struct snd_pcm_substream *substream) in snd_pcm_timer_resolution_change()
54 struct snd_pcm_substream *substream; in snd_pcm_timer_resolution() local
62 struct snd_pcm_substream *substream; in snd_pcm_timer_start() local
71 struct snd_pcm_substream *substream; in snd_pcm_timer_stop() local
94 struct snd_pcm_substream *substream = timer->private_data; in snd_pcm_timer_free() local
98 void snd_pcm_timer_init(struct snd_pcm_substream *substream) in snd_pcm_timer_init()
124 void snd_pcm_timer_done(struct snd_pcm_substream *substream) in snd_pcm_timer_done()
A Dpcm_local.h36 snd_pcm_avail(struct snd_pcm_substream *substream) in snd_pcm_avail()
45 snd_pcm_hw_avail(struct snd_pcm_substream *substream) in snd_pcm_hw_avail()
59 snd_pcm_timer_resolution_change(struct snd_pcm_substream *substream) {} in snd_pcm_timer_resolution_change()
60 static inline void snd_pcm_timer_init(struct snd_pcm_substream *substream) {} in snd_pcm_timer_init()
61 static inline void snd_pcm_timer_done(struct snd_pcm_substream *substream) {} in snd_pcm_timer_done()
76 static inline void snd_pcm_dma_buffer_sync(struct snd_pcm_substream *substream, in snd_pcm_dma_buffer_sync()
/linux-6.3-rc2/sound/pci/oxygen/
A Doxygen_pcm.c115 oxygen_substream_channel(struct snd_pcm_substream *substream) in oxygen_substream_channel()
120 static int oxygen_open(struct snd_pcm_substream *substream, in oxygen_open()
189 static int oxygen_rec_a_open(struct snd_pcm_substream *substream) in oxygen_rec_a_open()
194 static int oxygen_rec_b_open(struct snd_pcm_substream *substream) in oxygen_rec_b_open()
199 static int oxygen_rec_c_open(struct snd_pcm_substream *substream) in oxygen_rec_c_open()
204 static int oxygen_spdif_open(struct snd_pcm_substream *substream) in oxygen_spdif_open()
214 static int oxygen_ac97_open(struct snd_pcm_substream *substream) in oxygen_ac97_open()
219 static int oxygen_close(struct snd_pcm_substream *substream) in oxygen_close()
302 static int oxygen_hw_params(struct snd_pcm_substream *substream, in oxygen_hw_params()
512 static int oxygen_hw_free(struct snd_pcm_substream *substream) in oxygen_hw_free()
[all …]
/linux-6.3-rc2/sound/arm/
A Dpxa2xx-pcm-lib.c32 int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream, in pxa2xx_pcm_hw_params()
68 pxa2xx_pcm_pointer(struct snd_pcm_substream *substream) in pxa2xx_pcm_pointer()
74 int pxa2xx_pcm_prepare(struct snd_pcm_substream *substream) in pxa2xx_pcm_prepare()
80 int pxa2xx_pcm_open(struct snd_pcm_substream *substream) in pxa2xx_pcm_open()
119 int pxa2xx_pcm_close(struct snd_pcm_substream *substream) in pxa2xx_pcm_close()
150 struct snd_pcm_substream *substream) in pxa2xx_soc_pcm_open()
157 struct snd_pcm_substream *substream) in pxa2xx_soc_pcm_close()
164 struct snd_pcm_substream *substream, in pxa2xx_soc_pcm_hw_params()
172 struct snd_pcm_substream *substream) in pxa2xx_soc_pcm_prepare()
179 struct snd_pcm_substream *substream, int cmd) in pxa2xx_soc_pcm_trigger()
[all …]
/linux-6.3-rc2/sound/pci/emu10k1/
A Demupcm.c276 struct snd_pcm_substream *substream = evoice->epcm->substream; in snd_emu10k1_pcm_init_voice() local
660 struct snd_pcm_substream *substream; in snd_emu10k1_playback_prepare_voice() local
683 struct snd_pcm_substream *substream; in snd_emu10k1_playback_trigger_voice() local
724 struct snd_pcm_substream *substream, in snd_emu10k1_playback_mangle_extra()
1112 static int snd_emu10k1_playback_open(struct snd_pcm_substream *substream) in snd_emu10k1_playback_open()
1170 static int snd_emu10k1_capture_open(struct snd_pcm_substream *substream) in snd_emu10k1_capture_open()
1197 static int snd_emu10k1_capture_close(struct snd_pcm_substream *substream) in snd_emu10k1_capture_close()
1384 struct snd_pcm_substream *substream; in snd_emu10k1_pcm() local
1417 struct snd_pcm_substream *substream; in snd_emu10k1_pcm_multi() local
1552 struct snd_pcm_substream *substream = private_data; in snd_emu10k1_fx8010_playback_irq() local
[all …]
/linux-6.3-rc2/sound/firewire/tascam/
A Dtascam-pcm.c11 struct snd_pcm_substream *substream) in pcm_init_hw_params()
43 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
107 static int pcm_close(struct snd_pcm_substream *substream) in pcm_close()
116 static int pcm_hw_params(struct snd_pcm_substream *substream, in pcm_hw_params()
138 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free()
154 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare()
171 static int pcm_playback_prepare(struct snd_pcm_substream *substream) in pcm_playback_prepare()
188 static int pcm_capture_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_capture_trigger()
206 static int pcm_playback_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_playback_trigger()
238 static int pcm_capture_ack(struct snd_pcm_substream *substream) in pcm_capture_ack()
[all …]
/linux-6.3-rc2/sound/firewire/dice/
A Ddice-pcm.c14 struct snd_pcm_substream *substream = rule->private; in dice_rate_constraint() local
52 struct snd_pcm_substream *substream = rule->private; in dice_channels_constraint() local
126 struct snd_pcm_substream *substream) in init_hw_info()
164 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
254 static int pcm_close(struct snd_pcm_substream *substream) in pcm_close()
263 static int pcm_hw_params(struct snd_pcm_substream *substream, in pcm_hw_params()
290 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free()
306 static int capture_prepare(struct snd_pcm_substream *substream) in capture_prepare()
320 static int playback_prepare(struct snd_pcm_substream *substream) in playback_prepare()
387 static int capture_ack(struct snd_pcm_substream *substream) in capture_ack()
[all …]
/linux-6.3-rc2/sound/drivers/pcsp/
A Dpcsp_lib.c32 struct snd_pcm_substream *substream; in pcsp_call_pcm_elapsed() local
48 struct snd_pcm_substream *substream; in pcsp_timer_update() local
90 struct snd_pcm_substream *substream; in pcsp_pointer_update() local
200 static int snd_pcsp_playback_close(struct snd_pcm_substream *substream) in snd_pcsp_playback_close()
211 static int snd_pcsp_playback_hw_params(struct snd_pcm_substream *substream, in snd_pcsp_playback_hw_params()
219 static int snd_pcsp_playback_hw_free(struct snd_pcm_substream *substream) in snd_pcsp_playback_hw_free()
229 static int snd_pcsp_playback_prepare(struct snd_pcm_substream *substream) in snd_pcsp_playback_prepare()
251 static int snd_pcsp_trigger(struct snd_pcm_substream *substream, int cmd) in snd_pcsp_trigger()
271 static snd_pcm_uframes_t snd_pcsp_playback_pointer(struct snd_pcm_substream in snd_pcsp_playback_pointer()
304 static int snd_pcsp_playback_open(struct snd_pcm_substream *substream) in snd_pcsp_playback_open()
/linux-6.3-rc2/sound/pci/ctxfi/
A Dctpcm.c115 static int ct_pcm_playback_open(struct snd_pcm_substream *substream) in ct_pcm_playback_open()
163 static int ct_pcm_playback_close(struct snd_pcm_substream *substream) in ct_pcm_playback_close()
176 static int ct_pcm_hw_params(struct snd_pcm_substream *substream, in ct_pcm_hw_params()
187 static int ct_pcm_hw_free(struct snd_pcm_substream *substream) in ct_pcm_hw_free()
220 ct_pcm_playback_trigger(struct snd_pcm_substream *substream, int cmd) in ct_pcm_playback_trigger()
245 ct_pcm_playback_pointer(struct snd_pcm_substream *substream) in ct_pcm_playback_pointer()
261 static int ct_pcm_capture_open(struct snd_pcm_substream *substream) in ct_pcm_capture_open()
304 static int ct_pcm_capture_close(struct snd_pcm_substream *substream) in ct_pcm_capture_close()
311 static int ct_pcm_capture_prepare(struct snd_pcm_substream *substream) in ct_pcm_capture_prepare()
329 ct_pcm_capture_trigger(struct snd_pcm_substream *substream, int cmd) in ct_pcm_capture_trigger()
[all …]
/linux-6.3-rc2/sound/firewire/motu/
A Dmotu-pcm.c96 struct snd_pcm_substream *substream) in init_hw_info()
130 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
198 static int pcm_close(struct snd_pcm_substream *substream) in pcm_close()
207 static int pcm_hw_params(struct snd_pcm_substream *substream, in pcm_hw_params()
229 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free()
245 static int capture_prepare(struct snd_pcm_substream *substream) in capture_prepare()
258 static int playback_prepare(struct snd_pcm_substream *substream) in playback_prepare()
272 static int capture_trigger(struct snd_pcm_substream *substream, int cmd) in capture_trigger()
289 static int playback_trigger(struct snd_pcm_substream *substream, int cmd) in playback_trigger()
320 static int capture_ack(struct snd_pcm_substream *substream) in capture_ack()
[all …]
/linux-6.3-rc2/sound/firewire/digi00x/
A Ddigi00x-pcm.c58 struct snd_pcm_substream *substream) in pcm_init_hw_params()
100 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
178 static int pcm_close(struct snd_pcm_substream *substream) in pcm_close()
187 static int pcm_hw_params(struct snd_pcm_substream *substream, in pcm_hw_params()
209 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free()
225 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare()
241 static int pcm_playback_prepare(struct snd_pcm_substream *substream) in pcm_playback_prepare()
259 static int pcm_capture_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_capture_trigger()
277 static int pcm_playback_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_playback_trigger()
309 static int pcm_capture_ack(struct snd_pcm_substream *substream) in pcm_capture_ack()
[all …]
/linux-6.3-rc2/sound/pci/cs5535audio/
A Dcs5535audio_pcm.c79 static int snd_cs5535audio_playback_open(struct snd_pcm_substream *substream) in snd_cs5535audio_playback_open()
98 static int snd_cs5535audio_playback_close(struct snd_pcm_substream *substream) in snd_cs5535audio_playback_close()
108 struct snd_pcm_substream *substream, in cs5535audio_build_dma_packets()
224 struct snd_pcm_substream *substream) in cs5535audio_clear_dma_packets()
231 static int snd_cs5535audio_hw_params(struct snd_pcm_substream *substream, in snd_cs5535audio_hw_params()
250 static int snd_cs5535audio_hw_free(struct snd_pcm_substream *substream) in snd_cs5535audio_hw_free()
268 static int snd_cs5535audio_playback_prepare(struct snd_pcm_substream *substream) in snd_cs5535audio_playback_prepare()
310 static snd_pcm_uframes_t snd_cs5535audio_pcm_pointer(struct snd_pcm_substream in snd_cs5535audio_pcm_pointer()
333 static int snd_cs5535audio_capture_open(struct snd_pcm_substream *substream) in snd_cs5535audio_capture_open()
352 static int snd_cs5535audio_capture_close(struct snd_pcm_substream *substream) in snd_cs5535audio_capture_close()
[all …]
/linux-6.3-rc2/sound/firewire/oxfw/
A Doxfw-pcm.c110 struct snd_pcm_substream *substream) in init_hw_params()
146 static int limit_to_current_params(struct snd_pcm_substream *substream) in limit_to_current_params()
170 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
228 static int pcm_close(struct snd_pcm_substream *substream) in pcm_close()
236 static int pcm_capture_hw_params(struct snd_pcm_substream *substream, in pcm_capture_hw_params()
283 static int pcm_capture_hw_free(struct snd_pcm_substream *substream) in pcm_capture_hw_free()
298 static int pcm_playback_hw_free(struct snd_pcm_substream *substream) in pcm_playback_hw_free()
314 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare()
329 static int pcm_playback_prepare(struct snd_pcm_substream *substream) in pcm_playback_prepare()
395 static int pcm_capture_ack(struct snd_pcm_substream *substream) in pcm_capture_ack()
[all …]
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-dai.c64 struct snd_pcm_substream *substream) in hda_link_stream_assign()
137 static int hda_link_dma_cleanup(struct snd_pcm_substream *substream, in hda_link_dma_cleanup()
248 static int hda_link_dma_prepare(struct snd_pcm_substream *substream) in hda_link_dma_prepare()
337 static int hda_dai_hw_params(struct snd_pcm_substream *substream, in hda_dai_hw_params()
538 static int hda_dai_hw_free(struct snd_pcm_substream *substream, in hda_dai_hw_free()
626 static int ssp_dai_startup(struct snd_pcm_substream *substream, in ssp_dai_startup()
640 static int ssp_dai_setup(struct snd_pcm_substream *substream, in ssp_dai_setup()
661 static int ssp_dai_hw_params(struct snd_pcm_substream *substream, in ssp_dai_hw_params()
669 static int ssp_dai_prepare(struct snd_pcm_substream *substream, in ssp_dai_prepare()
688 static int ssp_dai_hw_free(struct snd_pcm_substream *substream, in ssp_dai_hw_free()
[all …]
/linux-6.3-rc2/sound/core/oss/
A Dpcm_oss.c1575 struct snd_pcm_substream *substream; in snd_pcm_oss_reset() local
1597 struct snd_pcm_substream *substream; in snd_pcm_oss_post() local
1664 struct snd_pcm_substream *substream; in snd_pcm_oss_sync() local
1787 struct snd_pcm_substream *substream; in snd_pcm_oss_get_rate() local
1825 struct snd_pcm_substream *substream; in snd_pcm_oss_get_channels() local
1836 struct snd_pcm_substream *substream; in snd_pcm_oss_get_block_size() local
1847 struct snd_pcm_substream *substream; in snd_pcm_oss_get_formats() local
1923 struct snd_pcm_substream *substream; in snd_pcm_oss_get_format() local
2172 struct snd_pcm_substream *substream; in snd_pcm_oss_get_odelay() local
2196 struct snd_pcm_substream *substream; in snd_pcm_oss_get_ptr() local
[all …]
/linux-6.3-rc2/drivers/staging/vc04_services/bcm2835-audio/
A Dbcm2835-pcm.c55 struct snd_pcm_substream *substream = alsa_stream->substream; in bcm2835_playback_fifo() local
85 static int snd_bcm2835_playback_open_generic(struct snd_pcm_substream *substream, int spdif) in snd_bcm2835_playback_open_generic()
157 static int snd_bcm2835_playback_open(struct snd_pcm_substream *substream) in snd_bcm2835_playback_open()
162 static int snd_bcm2835_playback_spdif_open(struct snd_pcm_substream *substream) in snd_bcm2835_playback_spdif_open()
167 static int snd_bcm2835_playback_close(struct snd_pcm_substream *substream) in snd_bcm2835_playback_close()
195 static int snd_bcm2835_pcm_prepare(struct snd_pcm_substream *substream) in snd_bcm2835_pcm_prepare()
234 static void snd_bcm2835_pcm_transfer(struct snd_pcm_substream *substream, in snd_bcm2835_pcm_transfer()
244 static int snd_bcm2835_pcm_ack(struct snd_pcm_substream *substream) in snd_bcm2835_pcm_ack()
255 static int snd_bcm2835_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_bcm2835_pcm_trigger()
275 snd_bcm2835_pcm_pointer(struct snd_pcm_substream *substream) in snd_bcm2835_pcm_pointer()
/linux-6.3-rc2/sound/firewire/fireface/
A Dff-midi.c10 static int midi_capture_open(struct snd_rawmidi_substream *substream) in midi_capture_open()
16 static int midi_playback_open(struct snd_rawmidi_substream *substream) in midi_playback_open()
29 static int midi_capture_close(struct snd_rawmidi_substream *substream) in midi_capture_close()
35 static int midi_playback_close(struct snd_rawmidi_substream *substream) in midi_playback_close()
45 static void midi_capture_trigger(struct snd_rawmidi_substream *substream, in midi_capture_trigger()
62 static void midi_playback_trigger(struct snd_rawmidi_substream *substream, in midi_playback_trigger()
79 struct snd_rawmidi_substream *substream; in set_midi_substream_names() local
A Dff-pcm.c105 struct snd_pcm_substream *substream) in pcm_init_hw_params()
139 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
218 static int pcm_close(struct snd_pcm_substream *substream) in pcm_close()
227 static int pcm_hw_params(struct snd_pcm_substream *substream, in pcm_hw_params()
249 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free()
265 static int pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare()
282 static int pcm_playback_prepare(struct snd_pcm_substream *substream) in pcm_playback_prepare()
299 static int pcm_capture_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_capture_trigger()
317 static int pcm_playback_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_playback_trigger()
349 static int pcm_capture_ack(struct snd_pcm_substream *substream) in pcm_capture_ack()
[all …]
/linux-6.3-rc2/sound/firewire/bebob/
A Dbebob_pcm.c96 struct snd_pcm_substream *substream) in pcm_init_hw_params()
132 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open()
204 pcm_close(struct snd_pcm_substream *substream) in pcm_close()
211 static int pcm_hw_params(struct snd_pcm_substream *substream, in pcm_hw_params()
233 static int pcm_hw_free(struct snd_pcm_substream *substream) in pcm_hw_free()
250 pcm_capture_prepare(struct snd_pcm_substream *substream) in pcm_capture_prepare()
262 pcm_playback_prepare(struct snd_pcm_substream *substream) in pcm_playback_prepare()
275 pcm_capture_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_capture_trigger()
293 pcm_playback_trigger(struct snd_pcm_substream *substream, int cmd) in pcm_playback_trigger()
326 static int pcm_capture_ack(struct snd_pcm_substream *substream) in pcm_capture_ack()
[all …]
/linux-6.3-rc2/sound/soc/
A Dsoc-link.c37 #define soc_link_mark_push(rtd, substream, tgt) ((rtd)->mark_##tgt = substream) argument
38 #define soc_link_mark_pop(rtd, substream, tgt) ((rtd)->mark_##tgt = NULL) argument
39 #define soc_link_mark_match(rtd, substream, tgt) ((rtd)->mark_##tgt == substream) argument
68 int snd_soc_link_startup(struct snd_pcm_substream *substream) in snd_soc_link_startup()
84 void snd_soc_link_shutdown(struct snd_pcm_substream *substream, in snd_soc_link_shutdown()
100 int snd_soc_link_prepare(struct snd_pcm_substream *substream) in snd_soc_link_prepare()
112 int snd_soc_link_hw_params(struct snd_pcm_substream *substream, in snd_soc_link_hw_params()
129 void snd_soc_link_hw_free(struct snd_pcm_substream *substream, int rollback) in snd_soc_link_hw_free()
144 static int soc_link_trigger(struct snd_pcm_substream *substream, int cmd) in soc_link_trigger()
156 int snd_soc_link_trigger(struct snd_pcm_substream *substream, int cmd, in snd_soc_link_trigger()
/linux-6.3-rc2/sound/usb/line6/
A Dmidi.c17 #define line6_rawmidi_substream_midi(substream) \ argument
37 static void line6_midi_transmit(struct snd_rawmidi_substream *substream) in line6_midi_transmit()
148 static int line6_midi_output_open(struct snd_rawmidi_substream *substream) in line6_midi_output_open()
153 static int line6_midi_output_close(struct snd_rawmidi_substream *substream) in line6_midi_output_close()
158 static void line6_midi_output_trigger(struct snd_rawmidi_substream *substream, in line6_midi_output_trigger()
174 static void line6_midi_output_drain(struct snd_rawmidi_substream *substream) in line6_midi_output_drain()
184 static int line6_midi_input_open(struct snd_rawmidi_substream *substream) in line6_midi_input_open()
189 static int line6_midi_input_close(struct snd_rawmidi_substream *substream) in line6_midi_input_close()
194 static void line6_midi_input_trigger(struct snd_rawmidi_substream *substream, in line6_midi_input_trigger()

Completed in 64 milliseconds

12345678910>>...34