Lines Matching full:recording
36 bool recording; member
382 /* Set up mic pins for port-B, C and F dynamically as the recording in olpc_xo_update_mic_pins()
394 * recording, it would give the false indication that in olpc_xo_update_mic_pins()
395 * recording is happening when it is not. in olpc_xo_update_mic_pins()
397 update_mic_pin(codec, 0x1a, spec->recording ? in olpc_xo_update_mic_pins()
399 update_mic_pin(codec, 0x1b, spec->recording ? in olpc_xo_update_mic_pins()
416 if (spec->recording) in olpc_xo_update_mic_pins()
423 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins()
450 /* toggle spec->recording flag and update mic pins accordingly in olpc_xo_capture_hook()
455 spec->recording = 1; in olpc_xo_capture_hook()
459 spec->recording = 0; in olpc_xo_capture_hook()