Lines Matching defs:channels
51 /* McPDM dn offsets for rx1, and 2 channels */
115 * codec by enabling the corresponding UP or DN channels.
134 * codec by disabling the corresponding UP or DN channels.
302 int channels, latency;
305 channels = params_channels(params);
306 switch (channels) {
309 /* up to 3 channels for capture */
315 /* up to 3 channels for capture */
329 /* unsupported number of channels */
336 /* Configure McPDM channels, and DMA packet size */
345 (MCPDM_DN_THRES_MAX - threshold) * channels;
352 dma_data->maxburst = threshold * channels;