Home
last modified time | relevance | path

Searched refs:PCXHR_PLAYBACK_STREAMS (Results 1 – 4 of 4) sorted by relevance

/sound/pci/pcxhr/
Dpcxhr.h35 #define PCXHR_PLAYBACK_STREAMS 4 macro
179 struct pcxhr_stream playback_stream[PCXHR_PLAYBACK_STREAMS];
187 int digital_playback_active[PCXHR_PLAYBACK_STREAMS][2];
188 int digital_playback_volume[PCXHR_PLAYBACK_STREAMS][2];
Dpcxhr_hwdep.c59 card_streams += mgr->playback_chips * PCXHR_PLAYBACK_STREAMS; in pcxhr_init_board()
79 if (((rmh.stat[1] >> 7) & 0x5F) < PCXHR_PLAYBACK_STREAMS) in pcxhr_init_board()
185 stream_count = PCXHR_PLAYBACK_STREAMS; in pcxhr_dsp_allocate_pipe()
Dpcxhr_mixer.c464 .count = PCXHR_PLAYBACK_STREAMS,
1067 for (j = 0; j < PCXHR_PLAYBACK_STREAMS; j++) { in pcxhr_init_audio_levels()
1157 temp.count = PCXHR_PLAYBACK_STREAMS; in pcxhr_create_mixer()
Dpcxhr.c1203 chip->nb_streams_play = PCXHR_PLAYBACK_STREAMS; in pcxhr_create()