From 37591e20afdd38a64a1c845a5d48ddbfedbf13ff Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Thu, 28 May 2020 09:46:07 +0200 Subject: [PATCH] Fix What section indentation --- alsa_info.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/alsa_info.md b/alsa_info.md index 8fa4dab..e90b53e 100644 --- a/alsa_info.md +++ b/alsa_info.md @@ -34,11 +34,11 @@ Userspace ALSA ## What? * Automatic configuration of sound devices * Through the infamous /usr/share/alsa/cards/*.conf - * Modularized sound drivers - * Thread-safe* design - * User space library (alsa-lib) to simplify programming - * This is the one we will be using today - * Backwards compatibility layer with OSS +* Modularized sound drivers +* Thread-safe* design +* User space library (alsa-lib) to simplify programming + * This is the one we will be using today +* Backwards compatibility layer with OSS ||| ## History