Searched refs:cbank (Results 1 – 1 of 1) sorted by relevance
934 int cbank; in ymf_capture_alloc() local936 cbank = 1; /* Only ADC slot is used for now. */ in ymf_capture_alloc()937 cap = &unit->capture[cbank]; in ymf_capture_alloc()941 *pbank = cbank; in ymf_capture_alloc()974 int cbank; /* input [super-]bank */ in ymf_capture_prepare() local979 if (ymf_capture_alloc(unit, &cbank) != 0) in ymf_capture_prepare()982 ypcm->capture_bank_number = cbank; in ymf_capture_prepare()984 cap = &unit->capture[cbank]; in ymf_capture_prepare()985 cap->bank = unit->bank_capture[cbank][0]; in ymf_capture_prepare()