| /kernel/linux/linux-6.6/sound/core/ |
| D | pcm_native.c | 36 #define trace_hw_mask_param(substream, type, index, prev, curr) argument 37 #define trace_hw_interval_param(substream, type, index, prev, curr) argument 108 void snd_pcm_stream_lock(struct snd_pcm_substream *substream) in snd_pcm_stream_lock() 120 void snd_pcm_stream_unlock(struct snd_pcm_substream *substream) in snd_pcm_stream_unlock() 134 void snd_pcm_stream_lock_irq(struct snd_pcm_substream *substream) in snd_pcm_stream_lock_irq() 141 static void snd_pcm_stream_lock_nested(struct snd_pcm_substream *substream) in snd_pcm_stream_lock_nested() 157 void snd_pcm_stream_unlock_irq(struct snd_pcm_substream *substream) in snd_pcm_stream_unlock_irq() 164 unsigned long _snd_pcm_stream_lock_irqsave(struct snd_pcm_substream *substream) in _snd_pcm_stream_lock_irqsave() 175 unsigned long _snd_pcm_stream_lock_irqsave_nested(struct snd_pcm_substream *substream) in _snd_pcm_stream_lock_irqsave_nested() 195 void snd_pcm_stream_unlock_irqrestore(struct snd_pcm_substream *substream, in snd_pcm_stream_unlock_irqrestore() [all …]
|
| D | pcm_dmaengine.c | 30 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 148 static int dmaengine_pcm_prepare_and_submit(struct snd_pcm_substream *substream) in dmaengine_pcm_prepare_and_submit() 187 int snd_dmaengine_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_dmaengine_pcm_trigger() 233 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer_no_residue() 249 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer() 305 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, in snd_dmaengine_pcm_open() [all …]
|
| D | pcm_memory.c | 103 static int preallocate_pcm_pages(struct snd_pcm_substream *substream, in preallocate_pcm_pages() 134 void snd_pcm_lib_preallocate_free(struct snd_pcm_substream *substream) in snd_pcm_lib_preallocate_free() 147 struct snd_pcm_substream *substream; in snd_pcm_lib_preallocate_free_for_all() local 164 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_proc_read() local 176 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_max_proc_read() local 188 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_proc_write() local 237 static inline void preallocate_info_init(struct snd_pcm_substream *substream) in preallocate_info_init() 257 static inline void preallocate_info_init(struct snd_pcm_substream *substream) in preallocate_info_init() 265 static int preallocate_pages(struct snd_pcm_substream *substream, in preallocate_pages() 305 struct snd_pcm_substream *substream; in preallocate_pages_for_all() local [all …]
|
| D | pcm_timer.c | 19 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()
|
| D | pcm_local.h | 36 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()
|
| /kernel/linux/linux-5.10/sound/core/ |
| D | pcm_native.c | 36 #define trace_hw_mask_param(substream, type, index, prev, curr) argument 37 #define trace_hw_interval_param(substream, type, index, prev, curr) argument 108 void snd_pcm_stream_lock(struct snd_pcm_substream *substream) in snd_pcm_stream_lock() 120 void snd_pcm_stream_unlock(struct snd_pcm_substream *substream) in snd_pcm_stream_unlock() 134 void snd_pcm_stream_lock_irq(struct snd_pcm_substream *substream) in snd_pcm_stream_lock_irq() 141 static void snd_pcm_stream_lock_nested(struct snd_pcm_substream *substream) in snd_pcm_stream_lock_nested() 157 void snd_pcm_stream_unlock_irq(struct snd_pcm_substream *substream) in snd_pcm_stream_unlock_irq() 164 unsigned long _snd_pcm_stream_lock_irqsave(struct snd_pcm_substream *substream) in _snd_pcm_stream_lock_irqsave() 182 void snd_pcm_stream_unlock_irqrestore(struct snd_pcm_substream *substream, in snd_pcm_stream_unlock_irqrestore() 193 static int snd_pcm_ops_ioctl(struct snd_pcm_substream *substream, in snd_pcm_ops_ioctl() [all …]
|
| D | pcm_dmaengine.c | 30 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() 52 int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream, in snd_hwparams_to_dma_slave_config() 105 const struct snd_pcm_substream *substream, in snd_dmaengine_pcm_set_config_from_dai_data() 134 struct snd_pcm_substream *substream = arg; in dmaengine_pcm_dma_complete() local 145 static int dmaengine_pcm_prepare_and_submit(struct snd_pcm_substream *substream) in dmaengine_pcm_prepare_and_submit() 184 int snd_dmaengine_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_dmaengine_pcm_trigger() 228 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer_no_residue() 242 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer() 298 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, in snd_dmaengine_pcm_open() [all …]
|
| D | pcm_memory.c | 98 static int preallocate_pcm_pages(struct snd_pcm_substream *substream, size_t size) in preallocate_pcm_pages() 123 static void snd_pcm_lib_preallocate_dma_free(struct snd_pcm_substream *substream) in snd_pcm_lib_preallocate_dma_free() 134 void snd_pcm_lib_preallocate_free(struct snd_pcm_substream *substream) in snd_pcm_lib_preallocate_free() 147 struct snd_pcm_substream *substream; in snd_pcm_lib_preallocate_free_for_all() local 165 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_proc_read() local 177 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_max_proc_read() local 189 struct snd_pcm_substream *substream = entry->private_data; in snd_pcm_lib_preallocate_proc_write() local 233 static inline void preallocate_info_init(struct snd_pcm_substream *substream) in preallocate_info_init() 259 static void preallocate_pages(struct snd_pcm_substream *substream, in preallocate_pages() 285 struct snd_pcm_substream *substream; in preallocate_pages_for_all() local [all …]
|
| D | pcm_timer.c | 19 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()
|
| /kernel/linux/linux-5.10/sound/arm/ |
| D | pxa2xx-pcm-lib.c | 32 int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream, in pxa2xx_pcm_hw_params() 63 int pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream) in pxa2xx_pcm_hw_free() 70 int pxa2xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in pxa2xx_pcm_trigger() 77 pxa2xx_pcm_pointer(struct snd_pcm_substream *substream) in pxa2xx_pcm_pointer() 83 int pxa2xx_pcm_prepare(struct snd_pcm_substream *substream) in pxa2xx_pcm_prepare() 89 int pxa2xx_pcm_open(struct snd_pcm_substream *substream) in pxa2xx_pcm_open() 128 int pxa2xx_pcm_close(struct snd_pcm_substream *substream) in pxa2xx_pcm_close() 134 int pxa2xx_pcm_mmap(struct snd_pcm_substream *substream, in pxa2xx_pcm_mmap() 145 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in pxa2xx_pcm_preallocate_dma_buffer() local 161 struct snd_pcm_substream *substream; in pxa2xx_pcm_free_dma_buffers() local [all …]
|
| /kernel/linux/linux-6.6/sound/arm/ |
| D | pxa2xx-pcm-lib.c | 32 int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream, in pxa2xx_pcm_hw_params() 61 int pxa2xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in pxa2xx_pcm_trigger() 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() [all …]
|
| /kernel/linux/linux-5.10/sound/pci/oxygen/ |
| D | oxygen_pcm.c | 115 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() 209 static int oxygen_multich_open(struct snd_pcm_substream *substream) in oxygen_multich_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() [all …]
|
| /kernel/linux/linux-6.6/sound/pci/oxygen/ |
| D | oxygen_pcm.c | 115 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() 209 static int oxygen_multich_open(struct snd_pcm_substream *substream) in oxygen_multich_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() [all …]
|
| /kernel/linux/linux-5.10/sound/firewire/tascam/ |
| D | tascam-pcm.c | 11 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 …]
|
| /kernel/linux/linux-6.6/sound/firewire/tascam/ |
| D | tascam-pcm.c | 11 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 …]
|
| /kernel/linux/linux-6.6/sound/soc/sof/intel/ |
| D | hda-dai-ops.c | 44 hda_link_stream_assign(struct hdac_bus *bus, struct snd_pcm_substream *substream) in hda_link_stream_assign() 119 struct snd_pcm_substream *substream) in hda_get_hext_stream() 126 struct snd_pcm_substream *substream) in hda_ipc4_get_hext_stream() 146 struct snd_pcm_substream *substream) in hda_assign_hext_stream() 168 struct snd_pcm_substream *substream) in hda_release_hext_stream() 193 struct snd_pcm_substream *substream, in hda_codec_dai_set_stream() 204 struct snd_pcm_substream *substream, in hda_calc_stream_format() 227 struct snd_pcm_substream *substream) in hda_get_hlink() 237 struct snd_pcm_substream *substream, in generic_calc_stream_format() 254 struct snd_pcm_substream *substream, in dmic_calc_stream_format() [all …]
|
| /kernel/linux/linux-5.10/sound/firewire/dice/ |
| D | dice-pcm.c | 14 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() 335 static int capture_trigger(struct snd_pcm_substream *substream, int cmd) in capture_trigger() [all …]
|
| /kernel/linux/linux-6.6/sound/firewire/dice/ |
| D | dice-pcm.c | 14 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() 335 static int capture_trigger(struct snd_pcm_substream *substream, int cmd) in capture_trigger() [all …]
|
| /kernel/linux/linux-5.10/sound/pci/emu10k1/ |
| D | emupcm.c | 78 static snd_pcm_uframes_t snd_emu10k1_efx_playback_pointer(struct snd_pcm_substream *substream) in snd_emu10k1_efx_playback_pointer() 275 struct snd_pcm_substream *substream = evoice->epcm->substream; in snd_emu10k1_pcm_init_voice() local 393 static int snd_emu10k1_playback_hw_params(struct snd_pcm_substream *substream, in snd_emu10k1_playback_hw_params() 429 static int snd_emu10k1_playback_hw_free(struct snd_pcm_substream *substream) in snd_emu10k1_playback_hw_free() 459 static int snd_emu10k1_efx_playback_hw_free(struct snd_pcm_substream *substream) in snd_emu10k1_efx_playback_hw_free() 488 static int snd_emu10k1_playback_prepare(struct snd_pcm_substream *substream) in snd_emu10k1_playback_prepare() 516 static int snd_emu10k1_efx_playback_prepare(struct snd_pcm_substream *substream) in snd_emu10k1_efx_playback_prepare() 572 static int snd_emu10k1_capture_prepare(struct snd_pcm_substream *substream) in snd_emu10k1_capture_prepare() 658 struct snd_pcm_substream *substream; in snd_emu10k1_playback_prepare_voice() local 681 struct snd_pcm_substream *substream; in snd_emu10k1_playback_trigger_voice() local [all …]
|
| /kernel/linux/linux-5.10/sound/drivers/pcsp/ |
| D | pcsp_lib.c | 32 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()
|
| /kernel/linux/linux-6.6/sound/drivers/pcsp/ |
| D | pcsp_lib.c | 32 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()
|
| /kernel/linux/linux-5.10/sound/pci/ctxfi/ |
| D | ctpcm.c | 115 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() 198 static int ct_pcm_playback_prepare(struct snd_pcm_substream *substream) in ct_pcm_playback_prepare() 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() [all …]
|
| /kernel/linux/linux-6.6/sound/pci/ctxfi/ |
| D | ctpcm.c | 115 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() 198 static int ct_pcm_playback_prepare(struct snd_pcm_substream *substream) in ct_pcm_playback_prepare() 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() [all …]
|
| /kernel/linux/linux-6.6/sound/firewire/motu/ |
| D | motu-pcm.c | 96 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() 307 static snd_pcm_uframes_t capture_pointer(struct snd_pcm_substream *substream) in capture_pointer() [all …]
|
| /kernel/linux/linux-5.10/sound/firewire/motu/ |
| D | motu-pcm.c | 96 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() 307 static snd_pcm_uframes_t capture_pointer(struct snd_pcm_substream *substream) in capture_pointer() [all …]
|