🔒 Repository is read-only – file editing is disabled.

recipes/gui/alsa-plugins/alsa-plugins.conf main

17 linii Raw ← Powrót
1234567891011121314151617
# Use PulseAudio by default
pcm.!default {
  type pulse
  fallback "sysdefault"
  hint {
    show on
    description "Default ALSA Output (currently PulseAudio Sound Server)"
  }
}

ctl.!default {
  type pulse
  fallback "sysdefault"
}

# vim:set ft=alsaconf: