Home
last modified time | relevance | path

Searched refs:audio_count (Results 1 – 3 of 3) sorted by relevance

/sound/pci/pcxhr/
Dpcxhr_hwdep.c170 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local
177 audio_count = 1; in pcxhr_dsp_allocate_pipe()
179 audio_count = 2; in pcxhr_dsp_allocate_pipe()
182 audio_count = 2; /* always stereo */ in pcxhr_dsp_allocate_pipe()
191 audio_count, stream_count); in pcxhr_dsp_allocate_pipe()
195 rmh.cmd[rmh.cmd_len++] = (audio_count == 1) ? 0x01 : 0x03; in pcxhr_dsp_allocate_pipe()
/sound/pci/mixart/
Dmixart_core.h505 u32 audio_count; /* set to <= 2 */ member
Dmixart_mixer.c796 set_level.audio_count = 2; in mixart_update_capture_stream_level()