ALSA: Difference between revisions

imported>HLandau
Created page with "{{Outdated|Needs cleanup}} ALSA is the kernel-level sound API for Linux. On modern systems, it is usually used via a sound server like PulseAudio. ==Troubleshooting ALSA=..."
 
imported>Mic92
No edit summary
Line 1: Line 1:
{{Outdated|Needs cleanup}}
{{Outdated|Needs cleanup}}
ALSA is the kernel-level sound API for Linux. On modern systems, it is usually used via a sound server like [[PulseAudio]].
ALSA is the kernel-level sound API for Linux. On modern systems, it is usually used via a sound server like [[PulseAudio]].
== Save volume state on shutdown ==
In order to save the sound card state on shutdown sound must be enabled in <code>configuration.nix</code>
<syntaxHightlight lang=nix>
sound.enable = true;
</syntaxHightlight>


==Troubleshooting ALSA==
==Troubleshooting ALSA==