Lines Matching full:recording
36 bool recording;
461 /* Set up mic pins for port-B, C and F dynamically as the recording
473 * recording, it would give the false indication that
474 * recording is happening when it is not.
476 update_mic_pin(codec, 0x1a, spec->recording ?
478 update_mic_pin(codec, 0x1b, spec->recording ?
495 if (spec->recording)
502 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0);
529 /* toggle spec->recording flag and update mic pins accordingly
534 spec->recording = 1;
538 spec->recording = 0;