Searched refs:capture_chips (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr.h89 int capture_chips; /* 4 or 1 */ member in struct:pcxhr_mgr
H A Dpcxhr_hwdep.c57 card_streams = mgr->capture_chips * 2;
59 card_streams = mgr->capture_chips;
74 mgr->capture_chips * 2, return -EINVAL);
H A Dpcxhr.c91 short capture_chips; member in struct:board_parameters
1021 if (idx < mgr->capture_chips) {
1115 for (i = PCXHR_CLOCK_TYPE_WORD_CLOCK; i< (3 + mgr->capture_chips); i++) {
1215 mgr->capture_chips = pcxhr_board_params[pci_id->driver_data].capture_chips;
1266 if (i >= max(mgr->playback_chips, mgr->capture_chips))
H A Dpcxhr_mixer.c628 int clock_items = 3 + mgr->capture_chips;
691 uinfo->count = 3 + mgr->capture_chips;
704 for(i = 0; i < 3 + mgr->capture_chips; i++) {

Completed in 77 milliseconds