Lines Matching defs:recording
36 bool recording;
455 /* Set up mic pins for port-B, C and F dynamically as the recording
467 * recording, it would give the false indication that
468 * recording is happening when it is not.
470 update_mic_pin(codec, 0x1a, spec->recording ?
472 update_mic_pin(codec, 0x1b, spec->recording ?
489 if (spec->recording)
496 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0);
523 /* toggle spec->recording flag and update mic pins accordingly
528 spec->recording = 1;
532 spec->recording = 0;