Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c40 card_streams += mgr->playback_chips * PCXHR_PLAYBACK_STREAMS; in pcxhr_init_board()
50 if ((rmh.stat[0] & MASK_FIRST_FIELD) < mgr->playback_chips * 2) in pcxhr_init_board()
H A Dpcxhr.h78 int playback_chips; member
H A Dpcxhr.c134 short playback_chips; member
1195 if (idx < mgr->playback_chips) in pcxhr_create()
1522 mgr->playback_chips = in pcxhr_probe()
1523 pcxhr_board_params[pci_id->driver_data].playback_chips; in pcxhr_probe()
1531 mgr->is_hr_stereo = (mgr->playback_chips == 1); in pcxhr_probe()
1586 if (i >= max(mgr->playback_chips, mgr->capture_chips)) in pcxhr_probe()