| /OK3568_Linux_fs/kernel/sound/x86/ |
| H A D | intel_hdmi_audio.c | 169 struct snd_pcm_substream *substream; in had_substream_get() local 281 static int had_prog_status_reg(struct snd_pcm_substream *substream, in had_prog_status_reg() 348 static int had_init_audio_ctrl(struct snd_pcm_substream *substream, in had_init_audio_ctrl() 589 static void had_prog_dip(struct snd_pcm_substream *substream, in had_prog_dip() 869 static void had_prog_bd(struct snd_pcm_substream *substream, in had_prog_bd() 899 static void had_init_ringbuf(struct snd_pcm_substream *substream, in had_init_ringbuf() 928 static void had_advance_ringbuf(struct snd_pcm_substream *substream, in had_advance_ringbuf() 944 static int had_process_ringbuf(struct snd_pcm_substream *substream, in had_process_ringbuf() 985 struct snd_pcm_substream *substream; in had_process_buffer_done() local 1045 struct snd_pcm_substream *substream; in had_process_buffer_underrun() local [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_lib.c | 27 #define trace_hwptr(substream, pos, in_interrupt) argument 28 #define trace_xrun(substream) argument 29 #define trace_hw_ptr_error(substream, reason) argument 30 #define trace_applptr(substream, prev, curr) argument 31 #define trace_applptr_start(substream, frame) argument 46 void snd_pcm_playback_silence(struct snd_pcm_substream *substream, snd_pcm_uframes_t new_hw_ptr) in snd_pcm_playback_silence() 113 void snd_pcm_debug_name(struct snd_pcm_substream *substream, in snd_pcm_debug_name() 131 #define xrun_debug(substream, mask) \ argument 134 #define xrun_debug(substream, mask) 0 argument 137 #define dump_stack_on_xrun(substream) do { \ argument [all …]
|
| /OK3568_Linux_fs/kernel/sound/firewire/tascam/ |
| H A D | tascam-midi.c | 10 static int midi_capture_open(struct snd_rawmidi_substream *substream) in midi_capture_open() 16 static int midi_playback_open(struct snd_rawmidi_substream *substream) in midi_playback_open() 25 static int midi_capture_close(struct snd_rawmidi_substream *substream) in midi_capture_close() 31 static int midi_playback_close(struct snd_rawmidi_substream *substream) in midi_playback_close() 36 static void midi_playback_drain(struct snd_rawmidi_substream *substream) in midi_playback_drain()
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/mt2701/ |
| H A D | mt2701-afe-pcm.c | 108 static int mt2701_afe_i2s_startup(struct snd_pcm_substream *substream, in mt2701_afe_i2s_startup() 143 static void mt2701_afe_i2s_shutdown(struct snd_pcm_substream *substream, in mt2701_afe_i2s_shutdown() 231 static int mt2701_afe_i2s_prepare(struct snd_pcm_substream *substream, in mt2701_afe_i2s_prepare() 287 static int mt2701_btmrg_startup(struct snd_pcm_substream *substream, in mt2701_btmrg_startup() 303 static int mt2701_btmrg_hw_params(struct snd_pcm_substream *substream, in mt2701_btmrg_hw_params() 345 static void mt2701_btmrg_shutdown(struct snd_pcm_substream *substream, in mt2701_btmrg_shutdown() 365 static int mt2701_simple_fe_startup(struct snd_pcm_substream *substream, in mt2701_simple_fe_startup() 384 static int mt2701_simple_fe_hw_params(struct snd_pcm_substream *substream, in mt2701_simple_fe_hw_params() 401 static int mt2701_dlm_fe_startup(struct snd_pcm_substream *substream, in mt2701_dlm_fe_startup() 427 static void mt2701_dlm_fe_shutdown(struct snd_pcm_substream *substream, in mt2701_dlm_fe_shutdown() [all …]
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | dummy.c | 98 #define get_dummy_ops(substream) \ argument 233 struct snd_pcm_substream *substream; member 261 static int dummy_systimer_start(struct snd_pcm_substream *substream) in dummy_systimer_start() 271 static int dummy_systimer_stop(struct snd_pcm_substream *substream) in dummy_systimer_stop() 280 static int dummy_systimer_prepare(struct snd_pcm_substream *substream) in dummy_systimer_prepare() 312 dummy_systimer_pointer(struct snd_pcm_substream *substream) in dummy_systimer_pointer() 324 static int dummy_systimer_create(struct snd_pcm_substream *substream) in dummy_systimer_create() 338 static void dummy_systimer_free(struct snd_pcm_substream *substream) in dummy_systimer_free() 364 struct snd_pcm_substream *substream; member 386 static int dummy_hrtimer_start(struct snd_pcm_substream *substream) in dummy_hrtimer_start() [all …]
|
| /OK3568_Linux_fs/kernel/sound/isa/wavefront/ |
| H A D | wavefront_midi.c | 90 get_wavefront_midi (struct snd_rawmidi_substream *substream) in get_wavefront_midi() 229 static int snd_wavefront_midi_input_open(struct snd_rawmidi_substream *substream) in snd_wavefront_midi_input_open() 253 static int snd_wavefront_midi_output_open(struct snd_rawmidi_substream *substream) in snd_wavefront_midi_output_open() 277 static int snd_wavefront_midi_input_close(struct snd_rawmidi_substream *substream) in snd_wavefront_midi_input_close() 300 static int snd_wavefront_midi_output_close(struct snd_rawmidi_substream *substream) in snd_wavefront_midi_output_close() 322 static void snd_wavefront_midi_input_trigger(struct snd_rawmidi_substream *substream, int up) in snd_wavefront_midi_input_trigger() 361 static void snd_wavefront_midi_output_trigger(struct snd_rawmidi_substream *substream, int up) in snd_wavefront_midi_output_trigger() 406 static struct snd_rawmidi_substream *substream = NULL; in snd_wavefront_midi_interrupt() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-alsa-pcm.c | 61 struct snd_pcm_substream *substream; in cx18_alsa_announce_pcm_data() local 134 static int snd_cx18_pcm_capture_open(struct snd_pcm_substream *substream) in snd_cx18_pcm_capture_open() 182 static int snd_cx18_pcm_capture_close(struct snd_pcm_substream *substream) in snd_cx18_pcm_capture_close() 203 static int snd_cx18_pcm_prepare(struct snd_pcm_substream *substream) in snd_cx18_pcm_prepare() 213 static int snd_cx18_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_cx18_pcm_trigger() 219 snd_pcm_uframes_t snd_cx18_pcm_pointer(struct snd_pcm_substream *substream) in snd_cx18_pcm_pointer()
|
| /OK3568_Linux_fs/kernel/sound/isa/gus/ |
| H A D | gus_uart.c | 78 static int snd_gf1_uart_output_open(struct snd_rawmidi_substream *substream) in snd_gf1_uart_output_open() 97 static int snd_gf1_uart_input_open(struct snd_rawmidi_substream *substream) in snd_gf1_uart_input_open() 130 static int snd_gf1_uart_output_close(struct snd_rawmidi_substream *substream) in snd_gf1_uart_output_close() 145 static int snd_gf1_uart_input_close(struct snd_rawmidi_substream *substream) in snd_gf1_uart_input_close() 160 static void snd_gf1_uart_input_trigger(struct snd_rawmidi_substream *substream, int up) in snd_gf1_uart_input_trigger() 178 static void snd_gf1_uart_output_trigger(struct snd_rawmidi_substream *substream, int up) in snd_gf1_uart_output_trigger()
|
| /OK3568_Linux_fs/kernel/sound/pci/echoaudio/ |
| H A D | midi.c | 155 static int snd_echo_midi_input_open(struct snd_rawmidi_substream *substream) in snd_echo_midi_input_open() 165 static void snd_echo_midi_input_trigger(struct snd_rawmidi_substream *substream, in snd_echo_midi_input_trigger() 180 static int snd_echo_midi_input_close(struct snd_rawmidi_substream *substream) in snd_echo_midi_input_close() 190 static int snd_echo_midi_output_open(struct snd_rawmidi_substream *substream) in snd_echo_midi_output_open() 251 static void snd_echo_midi_output_trigger(struct snd_rawmidi_substream *substream, in snd_echo_midi_output_trigger() 281 static int snd_echo_midi_output_close(struct snd_rawmidi_substream *substream) in snd_echo_midi_output_close()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-alsa-pcm.c | 58 struct snd_pcm_substream *substream; in ivtv_alsa_announce_pcm_data() local 131 static int snd_ivtv_pcm_capture_open(struct snd_pcm_substream *substream) in snd_ivtv_pcm_capture_open() 186 static int snd_ivtv_pcm_capture_close(struct snd_pcm_substream *substream) in snd_ivtv_pcm_capture_close() 207 static int snd_ivtv_pcm_prepare(struct snd_pcm_substream *substream) in snd_ivtv_pcm_prepare() 217 static int snd_ivtv_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_ivtv_pcm_trigger() 223 snd_pcm_uframes_t snd_ivtv_pcm_pointer(struct snd_pcm_substream *substream) in snd_ivtv_pcm_pointer()
|
| /OK3568_Linux_fs/kernel/sound/pci/ca0106/ |
| H A D | ca0106_main.c | 547 static int snd_ca0106_pcm_open_playback_channel(struct snd_pcm_substream *substream, in snd_ca0106_pcm_open_playback_channel() 598 static int snd_ca0106_pcm_close_playback(struct snd_pcm_substream *substream) in snd_ca0106_pcm_close_playback() 619 static int snd_ca0106_pcm_open_playback_front(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_front() 624 static int snd_ca0106_pcm_open_playback_center_lfe(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_center_lfe() 629 static int snd_ca0106_pcm_open_playback_unknown(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_unknown() 634 static int snd_ca0106_pcm_open_playback_rear(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_playback_rear() 640 static int snd_ca0106_pcm_open_capture_channel(struct snd_pcm_substream *substream, in snd_ca0106_pcm_open_capture_channel() 681 static int snd_ca0106_pcm_close_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_close_capture() 691 static int snd_ca0106_pcm_open_0_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_0_capture() 696 static int snd_ca0106_pcm_open_1_capture(struct snd_pcm_substream *substream) in snd_ca0106_pcm_open_1_capture() [all …]
|
| /OK3568_Linux_fs/kernel/sound/sh/ |
| H A D | sh_dac_audio.c | 41 struct snd_pcm_substream *substream; member 99 static int snd_sh_dac_pcm_open(struct snd_pcm_substream *substream) in snd_sh_dac_pcm_open() 116 static int snd_sh_dac_pcm_close(struct snd_pcm_substream *substream) in snd_sh_dac_pcm_close() 128 static int snd_sh_dac_pcm_prepare(struct snd_pcm_substream *substream) in snd_sh_dac_pcm_prepare() 139 static int snd_sh_dac_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_sh_dac_pcm_trigger() 160 static int snd_sh_dac_pcm_copy(struct snd_pcm_substream *substream, in snd_sh_dac_pcm_copy() 179 static int snd_sh_dac_pcm_copy_kernel(struct snd_pcm_substream *substream, in snd_sh_dac_pcm_copy_kernel() 197 static int snd_sh_dac_pcm_silence(struct snd_pcm_substream *substream, in snd_sh_dac_pcm_silence() 216 snd_pcm_uframes_t snd_sh_dac_pcm_pointer(struct snd_pcm_substream *substream) in snd_sh_dac_pcm_pointer()
|
| /OK3568_Linux_fs/kernel/sound/soc/au1x/ |
| H A D | dma.c | 34 struct snd_pcm_substream *substream; member 67 struct snd_pcm_substream *substream = stream->substream; in au1000_setup_dma_link() local 137 struct snd_pcm_substream *substream = stream->substream; in au1000_dma_interrupt() local 191 struct snd_pcm_substream *substream) in alchemy_pcm_open() 218 struct snd_pcm_substream *substream) in alchemy_pcm_close() 230 struct snd_pcm_substream *substream, in alchemy_pcm_hw_params() 241 struct snd_pcm_substream *substream) in alchemy_pcm_hw_free() 249 struct snd_pcm_substream *substream, int cmd) in alchemy_pcm_trigger()
|
| /OK3568_Linux_fs/kernel/sound/soc/dwc/ |
| H A D | dwc-pcm.c | 97 struct snd_pcm_substream *substream; in dw_pcm_transfer() local 139 struct snd_pcm_substream *substream) in dw_pcm_open() 153 struct snd_pcm_substream *substream) in dw_pcm_close() 160 struct snd_pcm_substream *substream, in dw_pcm_hw_params() 193 struct snd_pcm_substream *substream, int cmd) in dw_pcm_trigger() 228 struct snd_pcm_substream *substream) in dw_pcm_pointer()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/usbtv/ |
| H A D | usbtv-audio.c | 65 static int snd_usbtv_pcm_open(struct snd_pcm_substream *substream) in snd_usbtv_pcm_open() 76 static int snd_usbtv_pcm_close(struct snd_pcm_substream *substream) in snd_usbtv_pcm_close() 88 static int snd_usbtv_prepare(struct snd_pcm_substream *substream) in snd_usbtv_prepare() 101 struct snd_pcm_substream *substream = chip->snd_substream; in usbtv_audio_urb_received() local 281 static int snd_usbtv_card_trigger(struct snd_pcm_substream *substream, int cmd) in snd_usbtv_card_trigger() 305 static snd_pcm_uframes_t snd_usbtv_pointer(struct snd_pcm_substream *substream) in snd_usbtv_pointer()
|
| /OK3568_Linux_fs/kernel/sound/xen/ |
| H A D | xen_snd_front_alsa.c | 242 stream_get(struct snd_pcm_substream *substream) in stream_get() 353 static int alsa_open(struct snd_pcm_substream *substream) in alsa_open() 431 static int alsa_close(struct snd_pcm_substream *substream) in alsa_close() 461 static int alsa_hw_params(struct snd_pcm_substream *substream, in alsa_hw_params() 502 static int alsa_hw_free(struct snd_pcm_substream *substream) in alsa_hw_free() 512 static int alsa_prepare(struct snd_pcm_substream *substream) in alsa_prepare() 546 static int alsa_trigger(struct snd_pcm_substream *substream, int cmd) in alsa_trigger() 578 struct snd_pcm_substream *substream = evtchnl->u.evt.substream; in xen_snd_front_alsa_handle_cur_pos() local 598 static snd_pcm_uframes_t alsa_pointer(struct snd_pcm_substream *substream) in alsa_pointer() 605 static int alsa_pb_copy_user(struct snd_pcm_substream *substream, in alsa_pb_copy_user() [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/aw2/ |
| H A D | aw2-alsa.c | 374 static int snd_aw2_pcm_playback_open(struct snd_pcm_substream *substream) in snd_aw2_pcm_playback_open() 384 static int snd_aw2_pcm_playback_close(struct snd_pcm_substream *substream) in snd_aw2_pcm_playback_close() 390 static int snd_aw2_pcm_capture_open(struct snd_pcm_substream *substream) in snd_aw2_pcm_capture_open() 400 static int snd_aw2_pcm_capture_close(struct snd_pcm_substream *substream) in snd_aw2_pcm_capture_close() 407 static int snd_aw2_pcm_prepare_playback(struct snd_pcm_substream *substream) in snd_aw2_pcm_prepare_playback() 436 static int snd_aw2_pcm_prepare_capture(struct snd_pcm_substream *substream) in snd_aw2_pcm_prepare_capture() 465 static int snd_aw2_pcm_trigger_playback(struct snd_pcm_substream *substream, in snd_aw2_pcm_trigger_playback() 491 static int snd_aw2_pcm_trigger_capture(struct snd_pcm_substream *substream, in snd_aw2_pcm_trigger_capture() 517 static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream in snd_aw2_pcm_pointer_playback() 536 static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream in snd_aw2_pcm_pointer_capture()
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | p16v.c | 160 static int snd_p16v_pcm_open_playback_channel(struct snd_pcm_substream *substream, int channel_id) in snd_p16v_pcm_open_playback_channel() 208 static int snd_p16v_pcm_open_capture_channel(struct snd_pcm_substream *substream, int channel_id) in snd_p16v_pcm_open_capture_channel() 253 static int snd_p16v_pcm_close_playback(struct snd_pcm_substream *substream) in snd_p16v_pcm_close_playback() 264 static int snd_p16v_pcm_close_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_close_capture() 274 static int snd_p16v_pcm_open_playback_front(struct snd_pcm_substream *substream) in snd_p16v_pcm_open_playback_front() 279 static int snd_p16v_pcm_open_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_open_capture() 286 static int snd_p16v_pcm_prepare_playback(struct snd_pcm_substream *substream) in snd_p16v_pcm_prepare_playback() 348 static int snd_p16v_pcm_prepare_capture(struct snd_pcm_substream *substream) in snd_p16v_pcm_prepare_capture() 413 static int snd_p16v_pcm_trigger_playback(struct snd_pcm_substream *substream, in snd_p16v_pcm_trigger_playback() 467 static int snd_p16v_pcm_trigger_capture(struct snd_pcm_substream *substream, in snd_p16v_pcm_trigger_capture() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-pcm.c | 264 int snd_soc_set_runtime_hwparams(struct snd_pcm_substream *substream, in snd_soc_set_runtime_hwparams() 305 static int soc_pcm_apply_symmetry(struct snd_pcm_substream *substream, in soc_pcm_apply_symmetry() 362 static int soc_pcm_params_symmetry(struct snd_pcm_substream *substream, in soc_pcm_params_symmetry() 425 static bool soc_pcm_has_symmetry(struct snd_pcm_substream *substream) in soc_pcm_has_symmetry() 445 static void soc_pcm_set_msb(struct snd_pcm_substream *substream, int bits) in soc_pcm_set_msb() 459 static void soc_pcm_apply_msb(struct snd_pcm_substream *substream) in soc_pcm_apply_msb() 593 static void soc_pcm_init_runtime_hw(struct snd_pcm_substream *substream) in soc_pcm_init_runtime_hw() 610 static int soc_pcm_components_open(struct snd_pcm_substream *substream) in soc_pcm_components_open() 629 static int soc_pcm_components_close(struct snd_pcm_substream *substream, in soc_pcm_components_close() 647 static int soc_pcm_clean(struct snd_pcm_substream *substream, int rollback) in soc_pcm_clean() [all …]
|
| H A D | soc-component.c | 41 #define soc_component_mark_push(component, substream, tgt) ((component)->mark_##tgt = substream) argument 42 #define soc_component_mark_pop(component, substream, tgt) ((component)->mark_##tgt = NULL) argument 43 #define soc_component_mark_match(component, substream, tgt) ((component)->mark_##tgt == substream) argument 241 struct snd_pcm_substream *substream, in snd_soc_component_module_get() 258 struct snd_pcm_substream *substream, in snd_soc_component_module_put() 272 struct snd_pcm_substream *substream) in snd_soc_component_open() 287 struct snd_pcm_substream *substream, in snd_soc_component_close() 616 int snd_soc_pcm_component_pointer(struct snd_pcm_substream *substream) in snd_soc_pcm_component_pointer() 630 int snd_soc_pcm_component_ioctl(struct snd_pcm_substream *substream, in snd_soc_pcm_component_ioctl() 648 int snd_soc_pcm_component_sync_stop(struct snd_pcm_substream *substream) in snd_soc_pcm_component_sync_stop() [all …]
|
| /OK3568_Linux_fs/kernel/sound/atmel/ |
| H A D | ac97c.c | 86 static int atmel_ac97c_playback_open(struct snd_pcm_substream *substream) in atmel_ac97c_playback_open() 105 static int atmel_ac97c_capture_open(struct snd_pcm_substream *substream) in atmel_ac97c_capture_open() 124 static int atmel_ac97c_playback_close(struct snd_pcm_substream *substream) in atmel_ac97c_playback_close() 141 static int atmel_ac97c_capture_close(struct snd_pcm_substream *substream) in atmel_ac97c_capture_close() 158 static int atmel_ac97c_playback_hw_params(struct snd_pcm_substream *substream, in atmel_ac97c_playback_hw_params() 172 static int atmel_ac97c_capture_hw_params(struct snd_pcm_substream *substream, in atmel_ac97c_capture_hw_params() 186 static int atmel_ac97c_playback_prepare(struct snd_pcm_substream *substream) in atmel_ac97c_playback_prepare() 268 static int atmel_ac97c_capture_prepare(struct snd_pcm_substream *substream) in atmel_ac97c_capture_prepare() 351 atmel_ac97c_playback_trigger(struct snd_pcm_substream *substream, int cmd) in atmel_ac97c_playback_trigger() 382 atmel_ac97c_capture_trigger(struct snd_pcm_substream *substream, int cmd) in atmel_ac97c_capture_trigger() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/amd/ |
| H A D | acp-da7219-max98357a.c | 104 static int da7219_clk_enable(struct snd_pcm_substream *substream) in da7219_clk_enable() 151 static int cz_da7219_play_startup(struct snd_pcm_substream *substream) in cz_da7219_play_startup() 172 static int cz_da7219_cap_startup(struct snd_pcm_substream *substream) in cz_da7219_cap_startup() 194 static int cz_max_startup(struct snd_pcm_substream *substream) in cz_max_startup() 215 static int cz_dmic0_startup(struct snd_pcm_substream *substream) in cz_dmic0_startup() 236 static int cz_dmic1_startup(struct snd_pcm_substream *substream) in cz_dmic1_startup() 258 static void cz_da7219_shutdown(struct snd_pcm_substream *substream) in cz_da7219_shutdown()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-alsa.c | 311 static int snd_cx23885_pcm_open(struct snd_pcm_substream *substream) in snd_cx23885_pcm_open() 349 static int snd_cx23885_close(struct snd_pcm_substream *substream) in snd_cx23885_close() 358 static int snd_cx23885_hw_params(struct snd_pcm_substream *substream, in snd_cx23885_hw_params() 418 static int snd_cx23885_hw_free(struct snd_pcm_substream *substream) in snd_cx23885_hw_free() 434 static int snd_cx23885_prepare(struct snd_pcm_substream *substream) in snd_cx23885_prepare() 442 static int snd_cx23885_card_trigger(struct snd_pcm_substream *substream, in snd_cx23885_card_trigger() 472 struct snd_pcm_substream *substream) in snd_cx23885_pointer() 486 static struct page *snd_cx23885_page(struct snd_pcm_substream *substream, in snd_cx23885_page()
|
| /OK3568_Linux_fs/kernel/sound/soc/bcm/ |
| H A D | cygnus-pcm.c | 208 struct snd_pcm_substream *substream) in cygnus_dai_get_dma_data() 256 static int configure_ringbuf_regs(struct snd_pcm_substream *substream) in configure_ringbuf_regs() 305 static struct ringbuf_regs *get_ringbuf(struct snd_pcm_substream *substream) in get_ringbuf() 320 static void enable_intr(struct snd_pcm_substream *substream) in enable_intr() 354 static void disable_intr(struct snd_pcm_substream *substream) in disable_intr() 380 struct snd_pcm_substream *substream, int cmd) in cygnus_pcm_trigger() 401 static void cygnus_pcm_period_elapsed(struct snd_pcm_substream *substream) in cygnus_pcm_period_elapsed() 582 struct snd_pcm_substream *substream) in cygnus_pcm_open() 619 struct snd_pcm_substream *substream) in cygnus_pcm_close() 640 struct snd_pcm_substream *substream, in cygnus_pcm_hw_params() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | mpc5200_dma.c | 102 struct snd_pcm_substream *substream) in psc_dma_hw_free() 115 struct snd_pcm_substream *substream, int cmd) in psc_dma_trigger() 216 struct snd_pcm_substream *substream) in psc_dma_open() 245 struct snd_pcm_substream *substream) in psc_dma_close() 271 struct snd_pcm_substream *substream) in psc_dma_pointer() 289 struct snd_pcm_substream *substream, in psc_dma_hw_params() 342 struct snd_pcm_substream *substream; in psc_dma_free() local
|