Fix What section indentation

This commit is contained in:
laurensmiers 2020-05-28 09:46:07 +02:00
parent 9b93bffd8b
commit 37591e20af

View file

@ -34,11 +34,11 @@ Userspace ALSA
## What? ## What?
* Automatic configuration of sound devices * Automatic configuration of sound devices
* Through the infamous /usr/share/alsa/cards/*.conf * Through the infamous /usr/share/alsa/cards/*.conf
* Modularized sound drivers * Modularized sound drivers
* Thread-safe* design * Thread-safe* design
* User space library (alsa-lib) to simplify programming * User space library (alsa-lib) to simplify programming
* This is the one we will be using today * This is the one we will be using today
* Backwards compatibility layer with OSS * Backwards compatibility layer with OSS
||| |||
## History ## History