Lines Matching refs:PLAY
251 for (i = 0; out_sts && i < chip->pcm[PLAY].num_streams; i++) {
287 lola_pcm_update(chip, &chip->pcm[PLAY], notify_outs);
328 val = (1 << chip->pcm[PLAY].num_streams) - 1;
432 lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */
468 chip->pin[PLAY].num_pins = LOLA_AFG_OUTPUT_PIN_COUNT(chip->lola_caps);
471 chip->pin[CAPT].num_pins, chip->pin[PLAY].num_pins);
474 chip->pin[PLAY].num_pins > MAX_AUDIO_INOUT_COUNT) {
483 err = lola_init_pcm(chip, PLAY, &nid);
490 err = lola_init_pins(chip, PLAY, &nid);
645 chip->pcm[PLAY].num_streams = (dever >> 10) & 0x3ff;
648 chip->pcm[CAPT].num_streams, chip->pcm[PLAY].num_streams,
653 chip->pcm[PLAY].num_streams > MAX_STREAM_OUT_COUNT ||
655 !chip->pcm[PLAY].num_streams)) {