Home
last modified time | relevance | path

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

/linux/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c37 card_streams = mgr->capture_chips * 2; in pcxhr_init_board()
39 card_streams = mgr->capture_chips; in pcxhr_init_board()
54 mgr->capture_chips * 2) in pcxhr_init_board()
H A Dpcxhr.h79 int capture_chips; member
H A Dpcxhr.c134 short capture_chips; member
179 #define PCXHR_BOARD_AESIN_NO_192K(x) ((x->capture_chips == 0) || \
1179 if (idx < mgr->capture_chips) { in pcxhr_create()
1506 mgr->capture_chips = in pcxhr_probe()
1507 pcxhr_board_params[pci_id->driver_data].capture_chips; in pcxhr_probe()
1569 if (i >= max(mgr->playback_chips, mgr->capture_chips)) in pcxhr_probe()