Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_hwdep.c157 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local
164 audio_count = 1; in pcxhr_dsp_allocate_pipe()
166 audio_count = 2; in pcxhr_dsp_allocate_pipe()
169 audio_count = 2; /* always stereo */ in pcxhr_dsp_allocate_pipe()
178 audio_count, stream_count); in pcxhr_dsp_allocate_pipe()
182 rmh.cmd[rmh.cmd_len++] = (audio_count == 1) ? 0x01 : 0x03; in pcxhr_dsp_allocate_pipe()
/sound/pci/mixart/
Dmixart_core.h492 u32 audio_count; /* set to <= 2 */ member
Dmixart_mixer.c783 set_level.audio_count = 2; in mixart_update_capture_stream_level()