/linux-4.4.14/include/sound/ |
D | pcm.h | 340 struct snd_pcm_runtime { struct 399 void (*private_free)(struct snd_pcm_runtime *runtime); argument 450 struct snd_pcm_runtime *runtime; 664 static inline ssize_t bytes_to_samples(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_samples() 674 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames() 684 static inline ssize_t samples_to_bytes(struct snd_pcm_runtime *runtime, ssize_t size) in samples_to_bytes() 694 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes() 704 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes) in frame_aligned() 715 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_buffer_bytes() 725 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_lib_period_bytes() [all …]
|
D | vx_core.h | 108 void (*dma_write)(struct vx_core *chip, struct snd_pcm_runtime *runtime, 110 void (*dma_read)(struct vx_core *chip, struct snd_pcm_runtime *runtime, 288 static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_write() 294 static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pseudo_dma_read()
|
D | pcm_drm_eld.h | 4 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
|
D | pcm_iec958.h | 6 int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
|
D | pcm-indirect.h | 51 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_playback_transfer() 117 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect_capture_transfer()
|
D | soc-dpcm.h | 99 struct snd_pcm_runtime *runtime;
|
D | wss.h | 115 int (*rate_constraint) (struct snd_pcm_runtime *runtime);
|
D | ac97_codec.h | 655 int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime *runtime);
|
/linux-4.4.14/sound/soc/nuc900/ |
D | nuc900-pcm.c | 50 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_update_dma_register() 68 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_start() 79 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_stop() 147 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_prepare() 209 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_getposition() 223 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_pointer() 239 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_open() 257 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_close() 268 struct snd_pcm_runtime *runtime = substream->runtime; in nuc900_dma_mmap()
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctpcm.c | 107 static void ct_atc_pcm_free_substream(struct snd_pcm_runtime *runtime) in ct_atc_pcm_free_substream() 122 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_open() 211 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_prepare() 232 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_trigger() 258 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_pointer() 273 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_open() 323 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_prepare() 340 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_trigger() 363 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_pointer()
|
D | cttimer.c | 70 struct snd_pcm_runtime *runtime = substream->runtime; in ct_systimer_callback() 102 struct snd_pcm_runtime *runtime = ti->substream->runtime; in ct_systimer_start()
|
/linux-4.4.14/sound/soc/blackfin/ |
D | bf5xx-ac97-pcm.c | 58 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_mmap_copy() 84 struct snd_pcm_runtime *runtime = pcm->runtime; in bf5xx_dma_irq() 132 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_hw_free() 151 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_prepare() 183 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_trigger() 222 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_pointer() 247 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_open() 274 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_mmap() 286 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_copy()
|
D | bf5xx-i2s-pcm.c | 88 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_prepare() 114 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_trigger() 144 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_pointer() 179 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_open() 219 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_mmap() 232 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_copy() 289 struct snd_pcm_runtime *runtime = substream->runtime; in bf5xx_pcm_silence()
|
/linux-4.4.14/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 80 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_hw_params() 95 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_prepare() 114 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_trigger() 151 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_pointer() 175 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_open() 204 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_close() 217 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_mmap()
|
D | fsl_asrc_dma.c | 51 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_complete() 65 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_prepare_and_submit() 105 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_trigger() 140 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_params() 256 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_free() 276 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_startup() 300 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_shutdown() 319 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_pcm_pointer()
|
D | fsl_dma.c | 387 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_dma_open() 540 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_dma_hw_params() 703 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_dma_pointer() 767 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_dma_hw_free() 800 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_dma_close()
|
D | mpc5200_dma.h | 22 struct snd_pcm_runtime *runtime;
|
D | mpc5200_dma.c | 115 struct snd_pcm_runtime *runtime = substream->runtime; in psc_dma_trigger() 213 struct snd_pcm_runtime *runtime = substream->runtime; in psc_dma_open()
|
D | fsl_asrc.c | 451 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dai_hw_params() 505 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dai_hw_free() 517 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dai_trigger()
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 199 struct snd_pcm_runtime *runtime; in snd_pcm_info() 478 static int period_to_usecs(struct snd_pcm_runtime *runtime) in period_to_usecs() 514 struct snd_pcm_runtime *runtime; in snd_pcm_hw_params() 634 struct snd_pcm_runtime *runtime; in snd_pcm_hw_free() 662 struct snd_pcm_runtime *runtime; in snd_pcm_sw_params() 730 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_status() 829 struct snd_pcm_runtime *runtime; in snd_pcm_channel_info() 865 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_trigger_tstamp() 1033 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_pre_start() 1059 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_post_start() [all …]
|
D | pcm_lib.c | 55 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_silence() 174 struct snd_pcm_runtime *runtime = substream->runtime; in xrun() 206 struct snd_pcm_runtime *runtime) in snd_pcm_update_state() 239 struct snd_pcm_runtime *runtime = substream->runtime; in update_audio_tstamp() 281 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_update_hw_ptr0() 521 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_set_sync() 1139 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, in snd_pcm_hw_rule_add() 1198 int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask() 1220 int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask64() 1244 int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var) in snd_pcm_hw_constraint_integer() [all …]
|
D | pcm_memory.c | 334 struct snd_pcm_runtime *runtime; in snd_pcm_lib_malloc_pages() 386 struct snd_pcm_runtime *runtime; in snd_pcm_lib_free_pages() 407 struct snd_pcm_runtime *runtime; in _snd_pcm_lib_alloc_vmalloc_buffer() 434 struct snd_pcm_runtime *runtime; in snd_pcm_lib_free_vmalloc_buffer()
|
D | pcm_iec958.c | 27 int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs, in snd_pcm_create_iec958_consumer()
|
D | pcm_drm_eld.c | 83 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld) in snd_pcm_hw_constraint_eld()
|
D | pcm_compat.c | 110 static snd_pcm_uframes_t recalculate_boundary(struct snd_pcm_runtime *runtime) in recalculate_boundary() 325 struct snd_pcm_runtime *runtime; in snd_pcm_ioctl_hw_params_compat() 490 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_ioctl_sync_ptr_compat() 578 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_ioctl_sync_ptr_x32()
|
D | pcm.c | 386 struct snd_pcm_runtime *runtime; in snd_pcm_substream_proc_hw_params_read() 423 struct snd_pcm_runtime *runtime; in snd_pcm_substream_proc_sw_params_read() 451 struct snd_pcm_runtime *runtime; in snd_pcm_substream_proc_status_read() 488 struct snd_pcm_runtime *runtime; in snd_pcm_xrun_injection_write() 909 struct snd_pcm_runtime *runtime; in snd_pcm_attach_substream() 1005 struct snd_pcm_runtime *runtime; in snd_pcm_detach_substream()
|
D | pcm_timer.c | 35 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_timer_resolution_change()
|
D | pcm_dmaengine.c | 187 struct snd_pcm_runtime *runtime = substream->runtime; in snd_dmaengine_pcm_trigger()
|
D | pcm_misc.c | 474 int snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime) in snd_pcm_limit_hw_rates()
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_pcm.c | 80 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_block_change() 108 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_trigger_up() 190 struct snd_pcm_runtime *runtime; in snd_gf1_pcm_interrupt_wave() 362 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_copy() 393 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_silence() 422 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_hw_params() 469 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_hw_free() 490 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_prepare() 504 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_trigger() 529 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_pointer() [all …]
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emupcm.c | 95 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_pointer() 290 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_pcm_init_voice() 412 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_params() 439 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_free() 469 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_hw_free() 498 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_prepare() 526 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_prepare() 593 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_capture_prepare() 639 struct snd_pcm_runtime *runtime; in snd_emu10k1_playback_invalidate_cache() 677 struct snd_pcm_runtime *runtime; in snd_emu10k1_playback_prepare_voice() [all …]
|
D | p16v.c | 166 static void snd_p16v_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_p16v_pcm_free_substream() 179 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_open_playback_channel() 227 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_open_capture_channel() 341 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_prepare_playback() 403 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_prepare_capture() 469 struct snd_pcm_runtime *runtime; in snd_p16v_pcm_trigger_playback() 523 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_trigger_capture() 553 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_pointer_playback() 578 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_pointer_capture()
|
D | emu10k1x.c | 358 static void snd_emu10k1x_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_emu10k1x_pcm_free_substream() 386 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_playback_open() 419 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_hw_params() 435 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_hw_free() 456 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_prepare() 486 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_trigger() 523 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_pointer() 567 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_open_capture() 600 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_hw_params_capture() 618 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1x_pcm_hw_free_capture() [all …]
|
D | memory.c | 303 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_alloc_pages()
|
/linux-4.4.14/sound/firewire/tascam/ |
D | amdtp-tascam.c | 45 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s32() 70 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s16() 95 struct snd_pcm_runtime *runtime = pcm->runtime; in read_pcm_s32() 134 struct snd_pcm_runtime *runtime) in amdtp_tscm_add_pcm_hw_constraints()
|
D | tascam-pcm.c | 40 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_init_hw_params() 190 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_capture_prepare() 207 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_playback_prepare()
|
D | tascam.h | 119 struct snd_pcm_runtime *runtime);
|
/linux-4.4.14/sound/soc/samsung/ |
D | idma.c | 73 struct snd_pcm_runtime *runtime = substream->runtime; in idma_enqueue() 150 struct snd_pcm_runtime *runtime = substream->runtime; in idma_hw_params() 228 struct snd_pcm_runtime *runtime = substream->runtime; in idma_pointer() 246 struct snd_pcm_runtime *runtime = substream->runtime; in idma_mmap() 290 struct snd_pcm_runtime *runtime = substream->runtime; in idma_open() 316 struct snd_pcm_runtime *runtime = substream->runtime; in idma_close()
|
D | h1940_uda1380.c | 66 struct snd_pcm_runtime *runtime = substream->runtime; in h1940_startup()
|
D | rx1950_uda1380.c | 135 struct snd_pcm_runtime *runtime = substream->runtime; in rx1950_startup()
|
D | s3c24xx_uda134x.c | 63 struct snd_pcm_runtime *runtime = substream->runtime; in s3c24xx_uda134x_startup()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 567 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_plugin_clear() 582 struct snd_pcm_runtime *runtime = plugin->plug->runtime; in snd_pcm_plugin_insert() 597 struct snd_pcm_runtime *runtime = plugin->plug->runtime; in snd_pcm_plugin_append() 613 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_bytes() 630 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_alsa_frames() 638 snd_pcm_uframes_t get_hw_ptr_period(struct snd_pcm_runtime *runtime) in get_hw_ptr_period() 714 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_period_size() 840 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_change_params() 1114 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_prepare() 1132 struct snd_pcm_runtime *runtime; in snd_pcm_oss_make_ready() [all …]
|
/linux-4.4.14/sound/sh/ |
D | sh_dac_audio.c | 117 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sh_dac_pcm_open() 158 struct snd_pcm_runtime *runtime = chip->substream->runtime; in snd_sh_dac_pcm_prepare() 192 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sh_dac_pcm_copy() 219 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sh_dac_pcm_silence() 317 struct snd_pcm_runtime *runtime = chip->substream->runtime; in sh_dac_audio_timer()
|
D | aica.c | 239 struct snd_pcm_runtime *runtime; in aica_dma_transfer() 277 struct snd_pcm_runtime *runtime; in run_spu_dma() 309 struct snd_pcm_runtime *runtime; in aica_period_elapsed() 336 struct snd_pcm_runtime *runtime; in spu_begin_dma() 354 struct snd_pcm_runtime *runtime; in snd_aicapcm_pcm_open()
|
/linux-4.4.14/sound/drivers/vx/ |
D | vx_pcm.c | 60 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pcm_read_per_bytes() 167 struct snd_pcm_runtime *runtime) in vx_set_format() 528 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_open() 625 struct snd_pcm_runtime *runtime, in vx_pcm_playback_transfer_chunk() 663 struct snd_pcm_runtime *runtime, in vx_update_pipe_position() 695 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_transfer() 715 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_update() 785 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_pointer() 814 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_prepare() 919 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_capture_open() [all …]
|
/linux-4.4.14/sound/soc/xtensa/ |
D | xtfpga-i2s.c | 80 struct snd_pcm_runtime *runtime, 134 struct xtfpga_i2s *i2s, struct snd_pcm_runtime *runtime, \ 373 struct snd_pcm_runtime *runtime = substream->runtime; in xtfpga_pcm_open() 394 struct snd_pcm_runtime *runtime = substream->runtime; in xtfpga_pcm_hw_params() 433 struct snd_pcm_runtime *runtime = substream->runtime; in xtfpga_pcm_trigger() 460 struct snd_pcm_runtime *runtime = substream->runtime; in xtfpga_pcm_pointer()
|
/linux-4.4.14/sound/drivers/ |
D | aloop.c | 200 struct snd_pcm_runtime *runtime, *cruntime; in loopback_check_format() 257 struct snd_pcm_runtime *runtime = substream->runtime; in loopback_trigger() 309 struct snd_pcm_runtime *runtime) in params_change_substream() 311 struct snd_pcm_runtime *dst_runtime; in params_change_substream() 323 struct snd_pcm_runtime *runtime = substream->runtime; in params_change() 340 struct snd_pcm_runtime *runtime = substream->runtime; in loopback_prepare() 379 struct snd_pcm_runtime *runtime = dpcm->substream->runtime; in clear_capture_buf() 407 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf() 553 struct snd_pcm_runtime *runtime = substream->runtime; in loopback_pointer() 587 static void loopback_runtime_free(struct snd_pcm_runtime *runtime) in loopback_runtime_free() [all …]
|
D | dummy.c | 117 int (*playback_constraints)(struct snd_pcm_runtime *runtime); 118 int (*capture_constraints)(struct snd_pcm_runtime *runtime); 149 static int emu10k1_playback_constraints(struct snd_pcm_runtime *runtime) in emu10k1_playback_constraints() 296 struct snd_pcm_runtime *runtime = substream->runtime; in dummy_systimer_prepare() 429 struct snd_pcm_runtime *runtime = substream->runtime; in dummy_hrtimer_pointer() 443 struct snd_pcm_runtime *runtime = substream->runtime; in dummy_hrtimer_prepare() 564 struct snd_pcm_runtime *runtime = substream->runtime; in dummy_pcm_open()
|
D | pcm-indirect2.c | 43 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect2_stat() 250 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect2_playback_transfer() 418 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_indirect2_capture_transfer()
|
D | ml403-ac97cr.c | 624 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_pcm_playback_prepare() 658 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_pcm_capture_prepare() 707 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_playback_open() 725 struct snd_pcm_runtime *runtime; in snd_ml403_ac97cr_capture_open()
|
/linux-4.4.14/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_pcm.c | 50 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_trigger() 123 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_prepare() 229 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_capture_open()
|
/linux-4.4.14/sound/pci/aw2/ |
D | aw2-alsa.c | 397 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_playback_open() 413 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_capture_open() 446 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_prepare_playback() 475 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_prepare_capture() 560 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_pointer_playback() 579 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_pointer_capture()
|
/linux-4.4.14/sound/isa/sb/ |
D | sb8_main.c | 108 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_playback_prepare() 225 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_playback_trigger() 258 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_capture_prepare() 362 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_capture_trigger() 384 struct snd_pcm_runtime *runtime; in snd_sb8dsp_interrupt() 495 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_open()
|
D | sb16_main.c | 53 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_prepare() 101 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare() 152 static void snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_open() 183 static void snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_open() 263 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb16_playback_prepare() 333 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb16_capture_prepare() 520 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb16_playback_open() 595 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb16_capture_open()
|
D | emu8000_pcm.c | 231 struct snd_pcm_runtime *runtime = subs->runtime; in emu8k_pcm_open()
|
/linux-4.4.14/drivers/media/pci/cobalt/ |
D | cobalt-alsa-pcm.c | 115 struct snd_pcm_runtime *runtime; in cobalt_alsa_announce_pcm_data() 221 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cobalt_pcm_capture_open() 263 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pcm_alloc_vmalloc_buffer() 363 struct snd_pcm_runtime *runtime; in cobalt_alsa_pb_pcm_data() 431 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cobalt_pcm_playback_open()
|
/linux-4.4.14/sound/firewire/ |
D | amdtp-stream.h | 87 struct snd_pcm_runtime; 163 struct snd_pcm_runtime *runtime);
|
D | amdtp-am824.c | 159 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s32() 185 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s16() 211 struct snd_pcm_runtime *runtime = pcm->runtime; in read_pcm_s32() 288 struct snd_pcm_runtime *runtime) in amdtp_am824_add_pcm_hw_constraints()
|
D | amdtp-am824.h | 42 struct snd_pcm_runtime *runtime);
|
D | isight.c | 90 struct snd_pcm_runtime *runtime = isight->pcm->runtime; in isight_update_pointers() 111 struct snd_pcm_runtime *runtime; in isight_samples() 140 struct snd_pcm_runtime *runtime; in isight_dropped_samples()
|
D | amdtp-stream.c | 139 struct snd_pcm_runtime *runtime) in amdtp_stream_add_pcm_hw_constraints()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-alsa-pcm.c | 77 struct snd_pcm_runtime *runtime; in cx18_alsa_announce_pcm_data() 152 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx18_pcm_capture_open() 234 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pcm_alloc_vmalloc_buffer()
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 65 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usX2Y_usbpcm_urb_capt_retire() 94 static inline int usX2Y_iso_frames_per_buffer(struct snd_pcm_runtime *runtime, in usX2Y_iso_frames_per_buffer() 116 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usX2Y_hwdep_urb_play_prepare() 358 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_usbpcm_hw_free() 483 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_usbpcm_prepare() 566 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_usbpcm_open() 582 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_usbpcm_close()
|
D | usbusx2yaudio.c | 74 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usX2Y_urb_capt_retire() 133 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usX2Y_urb_play_prepare() 184 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usX2Y_urb_play_retire() 795 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_pcm_hw_free() 828 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_pcm_prepare() 885 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_pcm_open() 901 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usX2Y_pcm_close()
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | src.c | 242 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_convert_rate() 264 struct snd_pcm_runtime *runtime) in rsnd_src_get_ssi_rate() 289 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_set_convert_rate() 448 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_set_convert_timing_gen1() 745 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_set_convert_rate_gen2() 804 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_set_convert_timing_gen2() 904 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_reconvert_update()
|
D | core.c | 223 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_get_adinr_bit() 245 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_get_adinr_chan() 273 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_get_dalign() 384 struct snd_pcm_runtime *runtime = substream->runtime; in rsnd_dai_pointer_offset() 398 struct snd_pcm_runtime *runtime = substream->runtime; in rsnd_dai_pointer_update() 432 struct snd_pcm_runtime *runtime = substream->runtime; in rsnd_dai_stream_init() 915 struct snd_pcm_runtime *runtime = substream->runtime; in rsnd_pcm_open() 944 struct snd_pcm_runtime *runtime = substream->runtime; in rsnd_pointer()
|
D | ssi.c | 129 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_ssi_master_clk_start() 286 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_ssi_init() 443 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in __rsnd_ssi_interrupt()
|
D | rsnd.h | 593 struct snd_pcm_runtime *runtime);
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | amdtp-dot.c | 158 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s32() 184 struct snd_pcm_runtime *runtime = pcm->runtime; in write_pcm_s16() 210 struct snd_pcm_runtime *runtime = pcm->runtime; in read_pcm_s32() 323 struct snd_pcm_runtime *runtime) in amdtp_dot_add_pcm_hw_constraints()
|
D | digi00x.h | 120 struct snd_pcm_runtime *runtime);
|
D | digi00x-pcm.c | 249 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_capture_prepare() 266 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_playback_prepare()
|
/linux-4.4.14/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 215 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_pcm_hw_params() 270 struct snd_pcm_runtime *rtd = substream->runtime; in atmel_pcm_trigger() 336 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_pcm_pointer() 353 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_pcm_open()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-alsa-pcm.c | 78 struct snd_pcm_runtime *runtime; in ivtv_alsa_announce_pcm_data() 153 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ivtv_pcm_capture_open() 241 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pcm_alloc_vmalloc_buffer()
|
/linux-4.4.14/sound/arm/ |
D | pxa2xx-pcm-lib.c | 98 struct snd_pcm_runtime *runtime = substream->runtime; in __pxa2xx_pcm_open() 143 struct snd_pcm_runtime *runtime = substream->runtime; in pxa2xx_pcm_mmap()
|
D | pxa2xx-ac97.c | 76 struct snd_pcm_runtime *runtime = substream->runtime; in pxa2xx_ac97_pcm_startup() 106 struct snd_pcm_runtime *runtime = substream->runtime; in pxa2xx_ac97_pcm_prepare()
|
D | pxa2xx-pcm.c | 37 struct snd_pcm_runtime *runtime = substream->runtime; in pxa2xx_pcm_open()
|
D | aaci.c | 404 struct snd_pcm_runtime *runtime = substream->runtime; in aaci_pcm_open() 548 struct snd_pcm_runtime *runtime = substream->runtime; in aaci_pcm_prepare() 562 struct snd_pcm_runtime *runtime = substream->runtime; in aaci_pcm_pointer() 725 struct snd_pcm_runtime *runtime = substream->runtime; in aaci_pcm_capture_prepare()
|
/linux-4.4.14/sound/mips/ |
D | sgio2audio.c | 369 struct snd_pcm_runtime *runtime = chip->channel[ch].substream->runtime; in snd_sgio2audio_dma_pull_frag() 417 struct snd_pcm_runtime *runtime = chip->channel[ch].substream->runtime; in snd_sgio2audio_dma_push_frag() 557 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sgio2audio_playback1_open() 567 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sgio2audio_playback2_open() 578 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sgio2audio_capture_open() 588 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sgio2audio_pcm_close() 613 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sgio2audio_pcm_prepare()
|
D | au1x00.c | 157 struct snd_pcm_runtime *runtime = substream->runtime; in au1000_setup_dma_link() 360 struct snd_pcm_runtime *runtime = substream->runtime; in snd_au1000_playback_prepare() 374 struct snd_pcm_runtime *runtime = substream->runtime; in snd_au1000_capture_prepare() 410 struct snd_pcm_runtime *runtime = substream->runtime; in snd_au1000_pointer()
|
D | hal2.c | 532 struct snd_pcm_runtime *runtime = substream->runtime; in hal2_playback_open() 555 struct snd_pcm_runtime *runtime = substream->runtime; in hal2_playback_prepare() 623 struct snd_pcm_runtime *runtime = substream->runtime; in hal2_capture_open() 647 struct snd_pcm_runtime *runtime = substream->runtime; in hal2_capture_prepare()
|
/linux-4.4.14/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 108 struct snd_pcm_runtime *runtime = substream->runtime; in kirkwood_dma_open() 190 struct snd_pcm_runtime *runtime = substream->runtime; in kirkwood_dma_hw_params() 206 struct snd_pcm_runtime *runtime = substream->runtime; in kirkwood_dma_prepare()
|
D | kirkwood-i2s.c | 237 struct snd_pcm_runtime *runtime = substream->runtime; in kirkwood_i2s_play_trigger()
|
/linux-4.4.14/sound/pci/ca0106/ |
D | ca0106_main.c | 490 static void snd_ca0106_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_ca0106_pcm_free_substream() 566 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_open_playback_channel() 614 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_close_playback() 659 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_open_capture_channel() 699 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_close_capture() 758 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_prepare_playback() 871 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_prepare_capture() 963 struct snd_pcm_runtime *runtime; in snd_ca0106_pcm_trigger_playback() 1030 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_trigger_capture() 1058 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_pointer_playback() [all …]
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-pcm.c | 78 struct snd_pcm_runtime *runtime = substream->runtime; in omap_pcm_hw_params() 157 struct snd_pcm_runtime *runtime = substream->runtime; in omap_pcm_mmap()
|
D | n810.c | 99 struct snd_pcm_runtime *runtime = substream->runtime; in n810_startup()
|
D | rx51.c | 106 struct snd_pcm_runtime *runtime = substream->runtime; in rx51_startup()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 149 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_init_hw_params() 306 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_capture_prepare() 318 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_playback_prepare()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_pcm.c | 112 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_init_hw_params() 277 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_capture_prepare() 290 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_playback_prepare()
|
/linux-4.4.14/sound/atmel/ |
D | ac97c.c | 113 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_ac97c_prepare_dma() 178 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_ac97c_playback_open() 197 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_ac97c_capture_open() 320 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_ac97c_playback_prepare() 411 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_ac97c_capture_prepare() 592 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_ac97c_playback_pointer() 612 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_ac97c_capture_pointer() 660 struct snd_pcm_runtime *runtime; in atmel_ac97c_interrupt()
|
D | abdac.c | 123 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_abdac_prepare_dma() 271 struct snd_pcm_runtime *runtime = substream->runtime; in atmel_abdac_pointer()
|
/linux-4.4.14/sound/hda/ |
D | hdac_stream.c | 142 struct snd_pcm_runtime *runtime; in snd_hdac_stream_setup() 366 struct snd_pcm_runtime *runtime = substream->runtime; in snd_hdac_stream_setup_periods() 443 struct snd_pcm_runtime *runtime; in snd_hdac_stream_set_params() 523 struct snd_pcm_runtime *runtime = azx_dev->substream->runtime; in snd_hdac_stream_timecounter_init()
|
/linux-4.4.14/drivers/gpu/drm/bridge/ |
D | dw_hdmi-ahb-audio.c | 217 struct snd_pcm_runtime *runtime) in dw_hdmi_create_cs() 327 struct snd_pcm_runtime *runtime = substream->runtime; in dw_hdmi_open() 407 struct snd_pcm_runtime *runtime = substream->runtime; in dw_hdmi_prepare() 510 struct snd_pcm_runtime *runtime = substream->runtime; in dw_hdmi_pointer()
|
/linux-4.4.14/sound/pci/ |
D | sis7019.c | 451 struct snd_pcm_runtime *runtime = substream->runtime; in sis_alloc_timing_voice() 486 struct snd_pcm_runtime *runtime = substream->runtime; in sis_playback_open() 507 struct snd_pcm_runtime *runtime = substream->runtime; in sis_substream_close() 528 struct snd_pcm_runtime *runtime = substream->runtime; in sis_pcm_playback_prepare() 663 struct snd_pcm_runtime *runtime = substream->runtime; in sis_pcm_pointer() 675 struct snd_pcm_runtime *runtime = substream->runtime; in sis_capture_open() 731 struct snd_pcm_runtime *runtime = substream->runtime; in sis_prepare_timing_voice() 832 struct snd_pcm_runtime *runtime = substream->runtime; in sis_pcm_capture_prepare()
|
D | als4000.c | 319 static int snd_als4000_get_format(struct snd_pcm_runtime *runtime) in snd_als4000_get_format() 386 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als4000_capture_prepare() 413 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als4000_playback_prepare() 638 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als4000_playback_open() 657 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als4000_capture_open()
|
D | als300.c | 372 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als300_playback_open() 401 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als300_capture_open() 443 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als300_playback_prepare() 472 struct snd_pcm_runtime *runtime = substream->runtime; in snd_als300_capture_prepare()
|
D | bt87x.c | 392 static int snd_bt87x_set_digital_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime) in snd_bt87x_set_digital_hw() 402 static int snd_bt87x_set_analog_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime) in snd_bt87x_set_analog_hw() 424 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bt87x_pcm_open() 492 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bt87x_prepare() 548 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bt87x_pointer()
|
D | ad1889.c | 324 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_playback_open() 336 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_capture_open() 364 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_playback_prepare() 414 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_capture_prepare()
|
D | rme32.c | 656 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme32_playback_hw_params() 711 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme32_capture_hw_params() 831 static void snd_rme32_set_buffer_constraint(struct rme32 *rme32, struct snd_pcm_runtime *runtime) in snd_rme32_set_buffer_constraint() 847 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme32_playback_spdif_open() 890 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme32_capture_spdif_open() 929 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme32_playback_adat_open() 964 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme32_capture_adat_open()
|
D | es1938.c | 465 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1938_rate_set() 626 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1938_capture_prepare() 674 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1938_playback1_prepare() 711 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1938_playback2_prepare() 847 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1938_capture_copy() 932 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1938_capture_open() 947 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1938_playback_open()
|
D | cs4281.c | 735 struct snd_pcm_runtime *runtime, in snd_cs4281_mode() 812 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4281_playback_prepare() 824 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4281_capture_prepare() 836 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4281_pointer() 903 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4281_playback_open() 922 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4281_capture_open()
|
D | es1968.c | 888 struct snd_pcm_runtime *runtime) in snd_es1968_calc_bob_rate() 1004 struct snd_pcm_runtime *runtime) in snd_es1968_playback_setup() 1152 struct snd_pcm_runtime *runtime) in snd_es1968_capture_setup() 1223 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1968_pcm_prepare() 1480 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1968_hw_params() 1505 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1968_hw_free() 1552 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1968_playback_open() 1589 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1968_capture_open()
|
D | rme96.c | 982 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme96_playback_hw_params() 1045 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme96_capture_hw_params() 1162 struct snd_pcm_runtime *runtime) in rme96_set_buffer_size_constraint() 1184 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme96_playback_spdif_open() 1221 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme96_capture_spdif_open() 1253 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme96_playback_adat_open() 1285 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme96_capture_adat_open()
|
D | via82xx.c | 978 struct snd_pcm_runtime *runtime) in via686_setup_format() 995 struct snd_pcm_runtime *runtime = substream->runtime; in snd_via686_playback_prepare() 1007 struct snd_pcm_runtime *runtime = substream->runtime; in snd_via686_capture_prepare() 1041 struct snd_pcm_runtime *runtime = substream->runtime; in snd_via8233_playback_prepare() 1083 struct snd_pcm_runtime *runtime = substream->runtime; in snd_via8233_multi_prepare() 1132 struct snd_pcm_runtime *runtime = substream->runtime; in snd_via8233_capture_prepare() 1181 struct snd_pcm_runtime *runtime = substream->runtime; in snd_via82xx_pcm_open()
|
D | fm801.c | 448 struct snd_pcm_runtime *runtime = substream->runtime; in snd_fm801_playback_prepare() 481 struct snd_pcm_runtime *runtime = substream->runtime; in snd_fm801_capture_prepare() 630 struct snd_pcm_runtime *runtime = substream->runtime; in snd_fm801_playback_open() 651 struct snd_pcm_runtime *runtime = substream->runtime; in snd_fm801_capture_open()
|
D | sonicvibes.c | 712 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sonicvibes_playback_prepare() 736 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sonicvibes_capture_prepare() 820 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sonicvibes_playback_open() 832 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sonicvibes_capture_open()
|
D | ens1370.c | 888 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ensoniq_playback1_prepare() 936 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ensoniq_playback2_prepare() 976 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ensoniq_capture_prepare() 1131 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ensoniq_playback1_open() 1154 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ensoniq_playback2_open() 1177 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ensoniq_capture_open()
|
D | intel8x0.c | 945 struct snd_pcm_runtime *runtime = substream->runtime; in snd_intel8x0_hw_params() 996 struct snd_pcm_runtime *runtime) in snd_intel8x0_setup_pcm_out() 1053 struct snd_pcm_runtime *runtime = substream->runtime; in snd_intel8x0_pcm_prepare() 1176 struct snd_pcm_runtime *runtime = substream->runtime; in snd_intel8x0_pcm_open() 1196 struct snd_pcm_runtime *runtime = substream->runtime; in snd_intel8x0_playback_open() 2669 struct snd_pcm_runtime *runtime = ichdev->substream->runtime; in intel8x0_suspend() 2727 struct snd_pcm_runtime *runtime = ichdev->substream->runtime; in intel8x0_resume()
|
D | maestro3.c | 1153 struct snd_pcm_runtime *runtime = subs->runtime; in snd_m3_pcm_setup1() 1236 struct snd_pcm_runtime *runtime) in snd_m3_pcm_setup2() 1428 struct snd_pcm_runtime *runtime = subs->runtime; in snd_m3_pcm_prepare() 1789 struct snd_pcm_runtime *runtime = subs->runtime; in snd_m3_playback_open() 1813 struct snd_pcm_runtime *runtime = subs->runtime; in snd_m3_capture_open()
|
D | cmipci.c | 787 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cmipci_pcm_prepare() 1337 struct snd_pcm_runtime *runtime = rec->substream->runtime; in snd_cmipci_silence_hack() 1667 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cmipci_playback_open() 1693 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cmipci_capture_open() 1717 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cmipci_playback2_open() 1755 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cmipci_playback_spdif_open() 1782 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cmipci_capture_spdif_open()
|
D | atiixp_modem.c | 613 struct snd_pcm_runtime *runtime = substream->runtime; in snd_atiixp_pcm_pointer() 861 struct snd_pcm_runtime *runtime = substream->runtime; in snd_atiixp_pcm_open()
|
D | intel8x0m.c | 602 struct snd_pcm_runtime *runtime = substream->runtime; in snd_intel8x0m_pcm_prepare() 644 struct snd_pcm_runtime *runtime = substream->runtime; in snd_intel8x0m_pcm_open()
|
D | azt3328.c | 1458 struct snd_pcm_runtime *runtime = substream->runtime; in snd_azf3328_pcm_prepare() 1482 struct snd_pcm_runtime *runtime = substream->runtime; in snd_azf3328_pcm_trigger() 2048 struct snd_pcm_runtime *runtime = substream->runtime; in snd_azf3328_pcm_open()
|
D | atiixp.c | 664 struct snd_pcm_runtime *runtime = substream->runtime; in snd_atiixp_pcm_pointer() 1036 struct snd_pcm_runtime *runtime = substream->runtime; in snd_atiixp_pcm_open()
|
/linux-4.4.14/sound/usb/line6/ |
D | playback.c | 204 struct snd_pcm_runtime *runtime = in submit_audio_out_urb() 329 struct snd_pcm_runtime *runtime = substream->runtime; in audio_out_callback() 369 struct snd_pcm_runtime *runtime = substream->runtime; in snd_line6_playback_open()
|
D | capture.c | 92 struct snd_pcm_runtime *runtime = substream->runtime; in line6_capture_copy() 214 struct snd_pcm_runtime *runtime = substream->runtime; in snd_line6_capture_open()
|
/linux-4.4.14/sound/usb/caiaq/ |
D | audio.c | 210 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usb_caiaq_pcm_prepare() 392 struct snd_pcm_runtime *rt = sub->runtime; in read_in_urb_mode0() 439 struct snd_pcm_runtime *rt = sub->runtime; in read_in_urb_mode2() 471 struct snd_pcm_runtime *rt = sub->runtime; in read_in_urb_mode3() 552 struct snd_pcm_runtime *rt = sub->runtime; in fill_out_urb_mode_0() 588 struct snd_pcm_runtime *rt = sub->runtime; in fill_out_urb_mode_3()
|
/linux-4.4.14/sound/parisc/ |
D | harmony.c | 411 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_playback_prepare() 441 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_capture_prepare() 470 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_playback_pointer() 499 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_capture_pointer() 529 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_playback_open() 548 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_capture_open()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 124 struct snd_pcm_runtime *runtime = substream->runtime; in init_hw_params() 307 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_capture_prepare() 324 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_playback_prepare()
|
/linux-4.4.14/sound/pci/trident/ |
D | trident_main.c | 765 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_control_mode() 823 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_allocate_pcm_mem() 857 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_allocate_evoice() 918 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_hw_free() 950 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_playback_prepare() 1053 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_capture_prepare() 1167 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_si7018_capture_hw_free() 1193 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_si7018_capture_prepare() 1264 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_foldback_prepare() 1407 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_spdif_prepare() [all …]
|
D | trident_memory.c | 194 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_alloc_sg_pages() 242 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_alloc_cont_pages()
|
/linux-4.4.14/sound/soc/codecs/ |
D | stac9766.c | 191 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_analog_prepare() 213 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_digital_prepare()
|
D | wm9712.c | 528 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_prepare() 546 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_aux_prepare()
|
D | uda134x.c | 144 struct snd_pcm_runtime *master_runtime; in uda134x_startup()
|
D | wm9713.c | 1012 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_hifi_prepare() 1031 struct snd_pcm_runtime *runtime = substream->runtime; in ac97_aux_prepare()
|
D | sti-sas.c | 390 struct snd_pcm_runtime *runtime = substream->runtime; in sti_sas_prepare()
|
/linux-4.4.14/sound/soc/sh/ |
D | dma-sh7760.c | 203 struct snd_pcm_runtime *runtime = substream->runtime; in camelot_prepare() 277 struct snd_pcm_runtime *runtime = substream->runtime; in camelot_pos()
|
D | siu_pcm.c | 218 struct snd_pcm_runtime *rt = substream->runtime; in siu_io_tasklet() 408 struct snd_pcm_runtime *rt = ss->runtime; in siu_pcm_prepare() 497 struct snd_pcm_runtime *rt = ss->runtime; in siu_pcm_pointer_dma()
|
D | siu_dai.c | 511 struct snd_pcm_runtime *rt = substream->runtime; in siu_dai_startup() 558 struct snd_pcm_runtime *rt = substream->runtime; in siu_dai_prepare()
|
D | fsi.c | 527 struct snd_pcm_runtime *runtime = substream->runtime; in fsi_stream_init() 1043 struct snd_pcm_runtime *runtime = substream->runtime; in fsi_pointer_update() 1111 struct snd_pcm_runtime *runtime = io->substream->runtime; in fsi_pio_get_area() 1725 struct snd_pcm_runtime *runtime = substream->runtime; in fsi_pcm_open()
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci_main.c | 360 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_pcm_capture_interrupt() 498 struct snd_pcm_runtime *runtime, in snd_ymfpci_pcm_init_voice() 641 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_playback_hw_params() 655 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_playback_hw_free() 679 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_playback_prepare() 718 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_capture_prepare() 762 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_playback_pointer() 774 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_capture_pointer() 892 static void snd_ymfpci_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_ymfpci_pcm_free_substream() 900 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ymfpci_playback_open_1() [all …]
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-pcm.c | 91 struct snd_pcm_runtime *runtime) in skl_set_pcm_constrains() 113 struct snd_pcm_runtime *runtime = substream->runtime; in skl_pcm_open() 163 struct snd_pcm_runtime *runtime = substream->runtime; in skl_get_format() 217 struct snd_pcm_runtime *runtime = substream->runtime; in skl_pcm_hw_params() 604 struct snd_pcm_runtime *runtime; in skl_platform_open()
|
/linux-4.4.14/sound/usb/ |
D | pcm.c | 783 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usb_pcm_prepare() 1084 static int snd_usb_pcm_check_knot(struct snd_pcm_runtime *runtime, in snd_usb_pcm_check_knot() 1130 static int setup_hw_info(struct snd_pcm_runtime *runtime, struct snd_usb_substream *subs) in setup_hw_info() 1222 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usb_pcm_open() 1268 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in retire_capture_urb() 1338 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in fill_playback_urb_dsd_dop() 1395 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in copy_to_urb() 1443 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in prepare_playback_urb() 1557 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in retire_playback_urb()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 105 struct snd_pcm_runtime *runtime; in cx231xx_audio_isocirq() 195 struct snd_pcm_runtime *runtime; in cx231xx_audio_bulkirq() 393 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pcm_alloc_vmalloc_buffer() 436 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx231xx_capture_open()
|
/linux-4.4.14/sound/pci/asihpi/ |
D | asihpi.c | 454 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_asihpi_pcm_hw_params() 518 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_asihpi_hw_free() 527 static void snd_card_asihpi_runtime_free(struct snd_pcm_runtime *runtime) in snd_card_asihpi_runtime_free() 536 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_asihpi_pcm_timer_start() 549 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_asihpi_pcm_timer_stop() 613 struct snd_pcm_runtime *runtime = s->runtime; in snd_card_asihpi_trigger() 761 struct snd_pcm_runtime *runtime; in snd_card_asihpi_timer_function() 980 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_asihpi_playback_prepare() 995 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_asihpi_playback_pointer() 1041 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_asihpi_playback_open() [all …]
|
/linux-4.4.14/drivers/media/usb/usbtv/ |
D | usbtv-audio.c | 54 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usbtv_pcm_open() 112 struct snd_pcm_runtime *runtime = substream->runtime; in usbtv_audio_urb_received()
|
/linux-4.4.14/sound/drivers/pcsp/ |
D | pcsp_lib.c | 48 struct snd_pcm_runtime *runtime; in pcsp_timer_update() 313 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcsp_playback_open()
|
/linux-4.4.14/sound/usb/hiface/ |
D | pcm.c | 263 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in hiface_pcm_playback() 359 struct snd_pcm_runtime *alsa_rt = alsa_sub->runtime; in hiface_pcm_open() 438 struct snd_pcm_runtime *alsa_rt = alsa_sub->runtime; in hiface_pcm_prepare()
|
/linux-4.4.14/sound/soc/qcom/ |
D | lpass-platform.c | 61 struct snd_pcm_runtime *runtime = substream->runtime; in lpass_platform_pcmops_open() 190 struct snd_pcm_runtime *runtime = substream->runtime; in lpass_platform_pcmops_prepare() 341 struct snd_pcm_runtime *runtime = substream->runtime; in lpass_platform_pcmops_mmap()
|
/linux-4.4.14/drivers/staging/most/aim-sound/ |
D | sound.c | 185 struct snd_pcm_runtime *const runtime = channel->substream->runtime; in copy_data() 276 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_open() 374 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_prepare()
|
/linux-4.4.14/sound/soc/sti/ |
D | uniperif_player.c | 243 struct snd_pcm_runtime *runtime) in uni_player_set_channel_status() 341 struct snd_pcm_runtime *runtime) in uni_player_prepare_iec958() 442 struct snd_pcm_runtime *runtime) in uni_player_prepare_pcm() 706 struct snd_pcm_runtime *runtime = substream->runtime; in uni_player_prepare()
|
D | uniperif_reader.c | 81 struct snd_pcm_runtime *runtime = substream->runtime; in uni_reader_prepare()
|
/linux-4.4.14/sound/usb/6fire/ |
D | pcm.c | 203 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_capture() 250 struct snd_pcm_runtime *alsa_rt = sub->instance->runtime; in usb6fire_pcm_playback() 394 struct snd_pcm_runtime *alsa_rt = alsa_sub->runtime; in usb6fire_pcm_open() 469 struct snd_pcm_runtime *alsa_rt = alsa_sub->runtime; in usb6fire_pcm_prepare()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 248 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_saa7134_capture_trigger() 512 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_saa7134_capture_prepare() 606 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_saa7134_capture_pointer() 657 static void snd_card_saa7134_runtime_free(struct snd_pcm_runtime *runtime) in snd_card_saa7134_runtime_free() 809 struct snd_pcm_runtime *runtime = substream->runtime; in snd_card_saa7134_capture_open()
|
/linux-4.4.14/sound/pci/ali5451/ |
D | ali5451.c | 1062 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_control_mode() 1152 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_playback_hw_params() 1188 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_playback_hw_free() 1215 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_playback_prepare() 1308 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_prepare() 1397 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_playback_pointer() 1418 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_pointer() 1482 static void snd_ali_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_ali_pcm_free_substream() 1497 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ali_open()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 174 struct snd_pcm_runtime *runtime = substream->runtime; in snd_tm6000_pcm_open() 213 struct snd_pcm_runtime *runtime; in tm6000_fillbuf()
|
/linux-4.4.14/sound/isa/es1688/ |
D | es1688_lib.c | 315 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1688_set_rate() 376 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1688_playback_prepare() 437 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1688_capture_prepare() 572 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1688_playback_open() 586 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es1688_capture_open()
|
/linux-4.4.14/sound/sparc/ |
D | amd7930.c | 584 struct snd_pcm_runtime *runtime = substream->runtime; in snd_amd7930_playback_prepare() 616 struct snd_pcm_runtime *runtime = substream->runtime; in snd_amd7930_capture_prepare() 692 struct snd_pcm_runtime *runtime = substream->runtime; in snd_amd7930_playback_open() 702 struct snd_pcm_runtime *runtime = substream->runtime; in snd_amd7930_capture_open()
|
D | cs4231.c | 213 static int snd_cs4231_xrate(struct snd_pcm_runtime *runtime) in snd_cs4231_xrate() 426 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4231_advance_dma() 908 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4231_playback_prepare() 1143 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4231_playback_open() 1164 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs4231_capture_open()
|
/linux-4.4.14/sound/isa/msnd/ |
D | msnd.c | 480 struct snd_pcm_runtime *runtime = substream->runtime; in snd_msnd_playback_open() 586 struct snd_pcm_runtime *runtime = substream->runtime; in snd_msnd_capture_open() 644 struct snd_pcm_runtime *runtime = substream->runtime; in snd_msnd_capture_pointer()
|
/linux-4.4.14/sound/pci/nm256/ |
D | nm256.c | 432 struct snd_pcm_runtime *runtime = substream->runtime; in snd_nm256_set_format() 640 struct snd_pcm_runtime *runtime = substream->runtime; in snd_nm256_pcm_prepare() 702 struct snd_pcm_runtime *runtime = substream->runtime; in snd_nm256_playback_silence() 717 struct snd_pcm_runtime *runtime = substream->runtime; in snd_nm256_playback_copy() 736 struct snd_pcm_runtime *runtime = substream->runtime; in snd_nm256_capture_copy() 840 struct snd_pcm_runtime *runtime = substream->runtime; in snd_nm256_setup_stream()
|
/linux-4.4.14/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 96 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs5535audio_playback_open() 355 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs5535audio_capture_open()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-pcm.c | 83 struct snd_pcm_runtime *runtime, in limit_channels_and_rates() 122 struct snd_pcm_runtime *runtime = substream->runtime; in init_hw_info()
|
/linux-4.4.14/sound/soc/ux500/ |
D | ux500_msp_dai.c | 309 struct snd_pcm_runtime *runtime = substream->runtime; in setup_msp_config() 466 struct snd_pcm_runtime *runtime = substream->runtime; in ux500_msp_dai_prepare() 503 struct snd_pcm_runtime *runtime = substream->runtime; in ux500_msp_dai_hw_params()
|
/linux-4.4.14/sound/soc/txx9/ |
D | txx9aclc.c | 55 struct snd_pcm_runtime *runtime = substream->runtime; in txx9aclc_pcm_hw_params() 86 struct snd_pcm_runtime *runtime = substream->runtime; in txx9aclc_pcm_prepare()
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-pcm.c | 217 struct snd_pcm_runtime *runtime = substream->runtime; in byt_notify_pointer() 240 struct snd_pcm_runtime *runtime = substream->runtime; in sst_byt_pcm_pointer()
|
/linux-4.4.14/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 235 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ad1816a_playback_prepare() 267 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ad1816a_capture_prepare() 448 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ad1816a_playback_open() 463 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ad1816a_capture_open()
|
/linux-4.4.14/sound/spi/ |
D | at73c213.c | 211 struct snd_pcm_runtime *runtime = substream->runtime; in snd_at73c213_pcm_open() 257 struct snd_pcm_runtime *runtime = substream->runtime; in snd_at73c213_pcm_prepare() 308 struct snd_pcm_runtime *runtime = substream->runtime; in snd_at73c213_pcm_pointer() 360 struct snd_pcm_runtime *runtime = chip->substream->runtime; in snd_at73c213_interrupt()
|
/linux-4.4.14/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 881 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_pb_trans_copy() 888 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_playback_transfer() 898 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_cp_trans_copy() 1095 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_playback_hw_params() 1199 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_playback_hw_free() 1223 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_playback_prepare() 1293 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_capture_hw_params() 1323 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_capture_hw_free() 1337 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cs46xx_capture_prepare() 1495 static void snd_cs46xx_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_cs46xx_pcm_free_substream() [all …]
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 326 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx23885_pcm_open() 488 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx23885_pointer()
|
/linux-4.4.14/sound/pcmcia/vx/ |
D | vxp_ops.c | 364 static void vxp_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_write() 403 static void vxp_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vxp_dma_read()
|
/linux-4.4.14/sound/soc/mediatek/ |
D | mtk-afe-pcm.c | 386 struct snd_pcm_runtime * const runtime = substream->runtime; in mtk_afe_i2s_prepare() 437 struct snd_pcm_runtime * const runtime = substream->runtime; in mtk_afe_hdmi_prepare() 545 struct snd_pcm_runtime *runtime = substream->runtime; in mtk_afe_dais_startup() 690 struct snd_pcm_runtime * const runtime = substream->runtime; in mtk_afe_dais_trigger()
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx_core.h | 134 int lx_stream_set_format(struct lx6464es *chip, struct snd_pcm_runtime *runtime,
|
D | lx6464es.c | 109 struct snd_pcm_runtime *runtime = substream->runtime; in lx_hardware_open() 136 struct snd_pcm_runtime *runtime = substream->runtime; in lx_hardware_start() 215 struct snd_pcm_runtime *runtime = substream->runtime; in lx_pcm_open()
|
/linux-4.4.14/sound/soc/pxa/ |
D | mmp-pcm.c | 125 struct snd_pcm_runtime *runtime = substream->runtime; in mmp_pcm_mmap()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 91 struct snd_pcm_runtime *runtime; in em28xx_audio_isocirq() 200 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pcm_alloc_vmalloc_buffer() 253 struct snd_pcm_runtime *runtime = substream->runtime; in snd_em28xx_capture_open()
|
/linux-4.4.14/sound/pci/ice1712/ |
D | ice1712.c | 589 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_playback_prepare() 622 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_playback_ds_prepare() 656 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_capture_prepare() 681 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_playback_pointer() 785 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_playback_open() 795 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_playback_ds_open() 810 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_capture_open() 1171 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_playback_pro_open() 1193 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ice1712_capture_pro_open()
|
D | ice1724.c | 1006 struct snd_pcm_runtime *runtime = substream->runtime; in set_rate_constraints() 1022 struct snd_pcm_runtime *runtime = substream->runtime; in constrain_rate_if_locked() 1042 struct snd_pcm_runtime *runtime = substream->runtime; in snd_vt1724_playback_pro_open() 1077 struct snd_pcm_runtime *runtime = substream->runtime; in snd_vt1724_capture_pro_open() 1224 struct snd_pcm_runtime *runtime = substream->runtime; in snd_vt1724_playback_spdif_open() 1261 struct snd_pcm_runtime *runtime = substream->runtime; in snd_vt1724_capture_spdif_open() 1410 struct snd_pcm_runtime *runtime = substream->runtime; in snd_vt1724_playback_indep_open()
|
D | juli.c | 184 struct snd_pcm_runtime *runtime = substream->runtime; in juli_spdif_in_open()
|
D | quartet.c | 968 struct snd_pcm_runtime *runtime = substream->runtime; in qtet_spdif_in_open()
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_pcm.c | 141 struct snd_pcm_runtime *runtime = substream->runtime; in snd_vortex_pcm_open() 326 struct snd_pcm_runtime *runtime = substream->runtime; in snd_vortex_pcm_prepare()
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-alsa.c | 461 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx25821_pcm_open() 630 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx25821_pointer()
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 474 struct snd_pcm_runtime *runtime = substream->runtime; in hsw_pcm_hw_params() 682 struct snd_pcm_runtime *runtime = substream->runtime; in hsw_pcm_trigger() 719 struct snd_pcm_runtime *runtime = substream->runtime; in hsw_notify_pointer() 785 struct snd_pcm_runtime *runtime = substream->runtime; in hsw_pcm_pointer()
|
/linux-4.4.14/sound/isa/ |
D | es18xx.c | 418 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es18xx_rate_set() 484 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es18xx_playback1_prepare() 583 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es18xx_capture_prepare() 649 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es18xx_playback2_prepare() 883 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es18xx_playback_open() 908 struct snd_pcm_runtime *runtime = substream->runtime; in snd_es18xx_capture_open()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_uac1.c | 159 struct snd_pcm_runtime *runtime = substream->runtime; in u_audio_playback()
|
/linux-4.4.14/sound/soc/au1x/ |
D | dbdma2.c | 198 struct snd_pcm_runtime *runtime = substream->runtime; in au1xpsc_pcm_hw_params()
|
D | dma.c | 65 struct snd_pcm_runtime *runtime = substream->runtime; in au1000_setup_dma_link()
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | snd-go7007.c | 76 struct snd_pcm_runtime *runtime = gosnd->substream->runtime; in parse_audio_stream_data()
|
/linux-4.4.14/sound/pci/lola/ |
D | lola_pcm.c | 228 struct snd_pcm_runtime *runtime = substream->runtime; in lola_pcm_open() 470 struct snd_pcm_runtime *runtime = substream->runtime; in lola_pcm_prepare()
|
/linux-4.4.14/sound/pci/vx222/ |
D | vx222_ops.c | 258 static void vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx2_dma_write() 297 static void vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx2_dma_read()
|
/linux-4.4.14/sound/ppc/ |
D | snd_ps3.c | 527 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ps3_pcm_open() 596 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ps3_pcm_prepare()
|
D | pmac.c | 215 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pmac_pcm_prepare() 588 struct snd_pcm_runtime *runtime = subs->runtime; in snd_pmac_pcm_open()
|
/linux-4.4.14/sound/pci/oxygen/ |
D | oxygen_pcm.c | 136 struct snd_pcm_runtime *runtime = substream->runtime; in oxygen_open() 625 struct snd_pcm_runtime *runtime = substream->runtime; in oxygen_pointer()
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 314 struct snd_pcm_runtime *runtime = substream->runtime; in sst_media_open() 584 struct snd_pcm_runtime *runtime; in sst_platform_open()
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart.c | 725 struct snd_pcm_runtime *runtime = subs->runtime; in snd_mixart_playback_open() 804 struct snd_pcm_runtime *runtime = subs->runtime; in snd_mixart_capture_open() 917 struct snd_pcm_runtime *runtime = subs->runtime; in snd_mixart_stream_pointer()
|
D | mixart_core.c | 485 struct snd_pcm_runtime *runtime = stream->substream->runtime; in snd_mixart_threaded_irq()
|
/linux-4.4.14/sound/pci/echoaudio/ |
D | echoaudio.c | 107 static void audiopipe_free(struct snd_pcm_runtime *runtime) in audiopipe_free() 274 struct snd_pcm_runtime *runtime; in pcm_open() 695 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_prepare() 739 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_trigger() 809 struct snd_pcm_runtime *runtime = substream->runtime; in pcm_pointer()
|
/linux-4.4.14/sound/isa/wss/ |
D | wss_lib.c | 83 static int snd_wss_xrate(struct snd_pcm_runtime *runtime) in snd_wss_xrate() 1018 struct snd_pcm_runtime *runtime = substream->runtime; in snd_wss_playback_prepare() 1061 struct snd_pcm_runtime *runtime = substream->runtime; in snd_wss_capture_prepare() 1503 struct snd_pcm_runtime *runtime = substream->runtime; in snd_wss_playback_open() 1546 struct snd_pcm_runtime *runtime = substream->runtime; in snd_wss_capture_open()
|
/linux-4.4.14/sound/soc/ |
D | soc-pcm.c | 158 struct snd_pcm_runtime *runtime = substream->runtime; in snd_soc_set_runtime_hwparams() 370 struct snd_pcm_runtime *runtime = substream->runtime; in soc_pcm_init_runtime_hw() 451 struct snd_pcm_runtime *runtime = substream->runtime; in soc_pcm_open() 1086 struct snd_pcm_runtime *runtime = substream->runtime; in soc_pcm_pointer() 1532 static void dpcm_init_runtime_hw(struct snd_pcm_runtime *runtime, in dpcm_init_runtime_hw() 1584 struct snd_pcm_runtime *runtime = substream->runtime; in dpcm_set_fe_runtime() 1622 struct snd_pcm_runtime *runtime = fe_substream->runtime; in dpcm_fe_dai_startup()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 424 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx88_pcm_open() 578 struct snd_pcm_runtime *runtime = substream->runtime; in snd_cx88_pointer()
|
/linux-4.4.14/sound/pci/riptide/ |
D | riptide.c | 1092 struct snd_pcm_runtime *runtime; in riptide_handleirq() 1361 struct snd_pcm_runtime *runtime = substream->runtime; in snd_riptide_pointer() 1456 struct snd_pcm_runtime *runtime = substream->runtime; in snd_riptide_prepare() 1605 struct snd_pcm_runtime *runtime = substream->runtime; in snd_riptide_playback_open() 1629 struct snd_pcm_runtime *runtime = substream->runtime; in snd_riptide_capture_open()
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 331 struct snd_pcm_runtime *runtime; in i2sbus_pcm_prepare() 642 struct snd_pcm_runtime *runtime; in handle_interrupt()
|
/linux-4.4.14/sound/pci/rme9652/ |
D | rme9652.c | 1941 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme9652_reset() 1954 struct snd_pcm_runtime *oruntime = other->runtime; in snd_rme9652_reset() 2264 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme9652_playback_open() 2324 struct snd_pcm_runtime *runtime = substream->runtime; in snd_rme9652_capture_open()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_controller.c | 161 struct snd_pcm_runtime *runtime = substream->runtime; in azx_pcm_prepare() 402 struct snd_pcm_runtime *runtime = substream->runtime; in azx_pcm_open()
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_pcm.c | 737 int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime *runtime) in snd_ac97_pcm_double_rate_rules()
|
/linux-4.4.14/sound/i2c/other/ |
D | ak4117.c | 459 struct snd_pcm_runtime *runtime = ak4117->substream ? ak4117->substream->runtime : NULL; in snd_ak4117_check_rate_and_errors()
|
D | ak4113.c | 540 struct snd_pcm_runtime *runtime = in snd_ak4113_check_rate_and_errors()
|
D | ak4114.c | 572 …struct snd_pcm_runtime *runtime = ak4114->capture_substream ? ak4114->capture_substream->runtime :… in snd_ak4114_check_rate_and_errors()
|
/linux-4.4.14/sound/i2c/ |
D | cs8427.c | 445 struct snd_pcm_runtime *runtime = chip->playback.substream ? in snd_cs8427_spdif_put()
|
/linux-4.4.14/sound/usb/misc/ |
D | ua101.c | 224 struct snd_pcm_runtime *runtime; in copy_playback_data() 328 struct snd_pcm_runtime *runtime; in copy_capture_data()
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr.c | 1020 struct snd_pcm_runtime *runtime = subs->runtime; in pcxhr_open() 1133 struct snd_pcm_runtime *runtime = subs->runtime; in pcxhr_stream_pointer()
|