Lines Matching full:recording
36 bool recording; member
460 /* Set up mic pins for port-B, C and F dynamically as the recording in olpc_xo_update_mic_pins()
472 * recording, it would give the false indication that in olpc_xo_update_mic_pins()
473 * recording is happening when it is not. in olpc_xo_update_mic_pins()
475 update_mic_pin(codec, 0x1a, spec->recording ? in olpc_xo_update_mic_pins()
477 update_mic_pin(codec, 0x1b, spec->recording ? in olpc_xo_update_mic_pins()
494 if (spec->recording) in olpc_xo_update_mic_pins()
501 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins()
528 /* toggle spec->recording flag and update mic pins accordingly in olpc_xo_capture_hook()
533 spec->recording = 1; in olpc_xo_capture_hook()
537 spec->recording = 0; in olpc_xo_capture_hook()