Searched refs:pcxhr_set_pipe_cmd_params (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/sound/pci/pcxhr/ |
D | pcxhr_core.c | 734 void pcxhr_set_pipe_cmd_params(struct pcxhr_rmh *rmh, int capture, in pcxhr_set_pipe_cmd_params() function 799 pcxhr_set_pipe_cmd_params(&rmh, 0, audio, 0, 0); in pcxhr_prepair_pipe_start() 802 pcxhr_set_pipe_cmd_params(&rmh, 1, audio - in pcxhr_prepair_pipe_start() 837 pcxhr_set_pipe_cmd_params(&rmh, 0, audio, 0, 0); in pcxhr_stop_pipes() 840 pcxhr_set_pipe_cmd_params(&rmh, 1, audio - in pcxhr_stop_pipes() 868 pcxhr_set_pipe_cmd_params(&rmh, 0, 0, 0, in pcxhr_toggle_pipes() 871 pcxhr_set_pipe_cmd_params(&rmh, 1, 0, 0, in pcxhr_toggle_pipes() 1125 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, in pcxhr_stream_read_position()
|
D | pcxhr_core.h | 96 void pcxhr_set_pipe_cmd_params(struct pcxhr_rmh* rmh, int capture, unsigned int param1,
|
D | pcxhr_hwdep.c | 195 pcxhr_set_pipe_cmd_params(&rmh, is_capture, pin, in pcxhr_dsp_allocate_pipe() 235 pcxhr_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->first_audio,
|
D | pcxhr.c | 509 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, in pcxhr_set_stream_state() 582 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_set_format() 628 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, in pcxhr_update_r_buffer() 658 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture, 0, 0,
|
D | pcxhr_mixer.c | 276 pcxhr_set_pipe_cmd_params(&rmh, 0, pipe->first_audio, 0, 1<<idx); in pcxhr_update_playback_stream_level() 315 pcxhr_set_pipe_cmd_params(&rmh, capture, 0, 0, in pcxhr_update_audio_pipe_level()
|