capture_chips     135 sound/pci/pcxhr/pcxhr.c 	short capture_chips;
capture_chips     180 sound/pci/pcxhr/pcxhr.c #define PCXHR_BOARD_AESIN_NO_192K(x) ((x->capture_chips == 0) || \
capture_chips    1216 sound/pci/pcxhr/pcxhr.c 	if (idx < mgr->capture_chips) {
capture_chips    1541 sound/pci/pcxhr/pcxhr.c 	mgr->capture_chips  =
capture_chips    1542 sound/pci/pcxhr/pcxhr.c 		pcxhr_board_params[pci_id->driver_data].capture_chips;
capture_chips    1603 sound/pci/pcxhr/pcxhr.c 		if (i >= max(mgr->playback_chips, mgr->capture_chips))
capture_chips      79 sound/pci/pcxhr/pcxhr.h 	int capture_chips;
capture_chips      37 sound/pci/pcxhr/pcxhr_hwdep.c 		card_streams = mgr->capture_chips * 2;
capture_chips      39 sound/pci/pcxhr/pcxhr_hwdep.c 		card_streams = mgr->capture_chips;
capture_chips      54 sound/pci/pcxhr/pcxhr_hwdep.c 	    mgr->capture_chips * 2)
capture_chips     251 sound/pci/pcxhr/pcxhr_mix22.c 	if (!mgr->capture_chips)
capture_chips     604 sound/pci/pcxhr/pcxhr_mixer.c 		for (i = 0; (i < 4) && (i < chip->mgr->capture_chips); i++) {
capture_chips     728 sound/pci/pcxhr/pcxhr_mixer.c 		clock_items += mgr->capture_chips;	/* add AES x */
capture_chips     757 sound/pci/pcxhr/pcxhr_mixer.c 		clock_items += mgr->capture_chips;	/* add AES x */
capture_chips     805 sound/pci/pcxhr/pcxhr_mixer.c 	uinfo->count = 3 + mgr->capture_chips;
capture_chips     818 sound/pci/pcxhr/pcxhr_mixer.c 	for(i = 0; i < 3 + mgr->capture_chips; i++) {