Home
last modified time | relevance | path

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

/openbmc/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_mixer.c604 for (i = 0; (i < 4) && (i < chip->mgr->capture_chips); i++) { in pcxhr_set_audio_source()
728 clock_items += mgr->capture_chips; /* add AES x */ in pcxhr_clock_type_info()
757 clock_items += mgr->capture_chips; /* add AES x */ in pcxhr_clock_type_put()
805 uinfo->count = 3 + mgr->capture_chips; in pcxhr_clock_rate_info()
818 for(i = 0; i < 3 + mgr->capture_chips; i++) { in pcxhr_clock_rate_get()
H A Dpcxhr.c134 short capture_chips; member
179 #define PCXHR_BOARD_AESIN_NO_192K(x) ((x->capture_chips == 0) || \
1198 if (idx < mgr->capture_chips) { in pcxhr_create()
1525 mgr->capture_chips = in pcxhr_probe()
1526 pcxhr_board_params[pci_id->driver_data].capture_chips; in pcxhr_probe()
1588 if (i >= max(mgr->playback_chips, mgr->capture_chips)) in pcxhr_probe()
H A Dpcxhr_mix22.c251 if (!mgr->capture_chips) in hr222_set_hw_capture_level()