Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/pcxhr/ !
Dpcxhr_hwdep.c33 int card_streams; in pcxhr_init_board() local
37 card_streams = mgr->capture_chips * 2; in pcxhr_init_board()
39 card_streams = mgr->capture_chips; in pcxhr_init_board()
40 card_streams += mgr->playback_chips * PCXHR_PLAYBACK_STREAMS; in pcxhr_init_board()
57 if ((rmh.stat[1] & 0x5F) < card_streams) in pcxhr_init_board()