Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_hwdep.c53 int card_streams; in pcxhr_init_board() local
57 card_streams = mgr->capture_chips * 2; in pcxhr_init_board()
59 card_streams = mgr->capture_chips; in pcxhr_init_board()
60 card_streams += mgr->playback_chips * PCXHR_PLAYBACK_STREAMS; in pcxhr_init_board()
77 if ((rmh.stat[1] & 0x5F) < card_streams) in pcxhr_init_board()