playback_chips    134 sound/pci/pcxhr/pcxhr.c 	short playback_chips;
playback_chips   1212 sound/pci/pcxhr/pcxhr.c 	if (idx < mgr->playback_chips)
playback_chips   1539 sound/pci/pcxhr/pcxhr.c 	mgr->playback_chips =
playback_chips   1540 sound/pci/pcxhr/pcxhr.c 		pcxhr_board_params[pci_id->driver_data].playback_chips;
playback_chips   1548 sound/pci/pcxhr/pcxhr.c 	mgr->is_hr_stereo = (mgr->playback_chips == 1);
playback_chips   1603 sound/pci/pcxhr/pcxhr.c 		if (i >= max(mgr->playback_chips, mgr->capture_chips))
playback_chips     78 sound/pci/pcxhr/pcxhr.h 	int playback_chips;
playback_chips     40 sound/pci/pcxhr/pcxhr_hwdep.c 	card_streams += mgr->playback_chips * PCXHR_PLAYBACK_STREAMS;
playback_chips     50 sound/pci/pcxhr/pcxhr_hwdep.c 	if ((rmh.stat[0] & MASK_FIRST_FIELD) < mgr->playback_chips * 2)