Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_hwdep.c50 card_streams = mgr->capture_chips * 2; in pcxhr_init_board()
52 card_streams = mgr->capture_chips; in pcxhr_init_board()
67 mgr->capture_chips * 2) in pcxhr_init_board()
Dpcxhr.h93 int capture_chips; member
Dpcxhr_mixer.c617 for (i = 0; (i < 4) && (i < chip->mgr->capture_chips); i++) { in pcxhr_set_audio_source()
741 clock_items += mgr->capture_chips; /* add AES x */ in pcxhr_clock_type_info()
770 clock_items += mgr->capture_chips; /* add AES x */ in pcxhr_clock_type_put()
818 uinfo->count = 3 + mgr->capture_chips; in pcxhr_clock_rate_info()
831 for(i = 0; i < 3 + mgr->capture_chips; i++) { in pcxhr_clock_rate_get()
Dpcxhr.c148 short capture_chips; member
193 #define PCXHR_BOARD_AESIN_NO_192K(x) ((x->capture_chips == 0) || \
1231 if (idx < mgr->capture_chips) { in pcxhr_create()
1563 mgr->capture_chips = in pcxhr_probe()
1564 pcxhr_board_params[pci_id->driver_data].capture_chips; in pcxhr_probe()
1626 if (i >= max(mgr->playback_chips, mgr->capture_chips)) in pcxhr_probe()
Dpcxhr_mix22.c264 if (!mgr->capture_chips) in hr222_set_hw_capture_level()