Home
last modified time | relevance | path

Searched refs:playback_mask (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c203 int playback_mask = 0;
209 playback_mask = (1 << pipe->first_audio);
212 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0);
261 int playback_mask = 0; in pcxhr_start_pipes() local
268 playback_mask |= 1 << chip->playback_pipe.first_audio; in pcxhr_start_pipes()
272 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
H A Dpcxhr.c698 int playback_mask = 0; in pcxhr_start_linked_stream() local
716 playback_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream()
723 if (capture_mask == 0 && playback_mask == 0) { in pcxhr_start_linked_stream()
730 "playback_mask=%x capture_mask=%x\n", in pcxhr_start_linked_stream()
731 playback_mask, capture_mask); in pcxhr_start_linked_stream()
734 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_start_linked_stream()
739 playback_mask, capture_mask); in pcxhr_start_linked_stream()
779 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_linked_stream()
784 playback_mask, capture_mask); in pcxhr_start_linked_stream()
H A Dpcxhr_core.h138 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
H A Dpcxhr_core.c893 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, in pcxhr_set_pipe_state() argument
904 audio_mask = (playback_mask | in pcxhr_set_pipe_state()
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c203 int playback_mask = 0;
209 playback_mask = (1 << pipe->first_audio);
212 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0);
261 int playback_mask = 0; in pcxhr_start_pipes() local
268 playback_mask |= 1 << chip->playback_pipe.first_audio; in pcxhr_start_pipes()
272 return pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_pipes()
H A Dpcxhr.c697 int playback_mask = 0; in pcxhr_start_linked_stream() local
715 playback_mask |= (1 << pipe->first_audio); in pcxhr_start_linked_stream()
722 if (capture_mask == 0 && playback_mask == 0) { in pcxhr_start_linked_stream()
728 dev_dbg(&mgr->pci->dev, "%s : playback_mask=%x capture_mask=%x\n", in pcxhr_start_linked_stream()
729 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream()
732 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 0); in pcxhr_start_linked_stream()
737 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream()
777 err = pcxhr_set_pipe_state(mgr, playback_mask, capture_mask, 1); in pcxhr_start_linked_stream()
782 __func__, playback_mask, capture_mask); in pcxhr_start_linked_stream()
H A Dpcxhr_core.h138 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, int capture_mask, int start);
H A Dpcxhr_core.c893 int pcxhr_set_pipe_state(struct pcxhr_mgr *mgr, int playback_mask, in pcxhr_set_pipe_state() argument
904 audio_mask = (playback_mask | in pcxhr_set_pipe_state()

Completed in 11 milliseconds