Home | History | Annotate | Download | only in audio

Lines Matching full:enabled

146     int enabled;
163 1, /* enabled */
175 1, /* enabled */
842 static void audio_capture_maybe_changed (CaptureVoiceOut *cap, int enabled)
844 if (cap->hw.enabled != enabled) {
846 cap->hw.enabled = enabled;
847 cmd = enabled ? AUD_CNOTIFY_ENABLE : AUD_CNOTIFY_DISABLE;
856 int enabled = 0;
860 enabled = 1;
864 audio_capture_maybe_changed (cap, enabled);
918 sw->active = hw->enabled;
1195 if (!sw->hw->enabled) {
1215 if (!sw->hw->enabled) {
1247 if (!hw->enabled) {
1248 hw->enabled = 1;
1257 if (hw->enabled) {
1270 sc->sw.active = hw->enabled;
1271 if (hw->enabled) {
1293 if (!hw->enabled) {
1294 hw->enabled = 1;
1304 if (hw->enabled) {
1313 hw->enabled = 0;
1377 if (hw->enabled) {
1434 hw->enabled = 0;
1641 {"DAC_FIXED_SETTINGS", AUD_OPT_BOOL, &conf.fixed_out.enabled,
1657 {"ADC_FIXED_SETTINGS", AUD_OPT_BOOL, &conf.fixed_in.enabled,