From 6037daaa048e84e68ee9424531dadc6f811c98fb Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 30 Jun 2017 15:39:00 -0700 Subject: [PATCH] Minor Markdown formatting suggestions in README I feel like these changes will allow the README to look better, but feel free to ignore --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17db6f6..c46e11f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##seeed-voicecard +# seeed-voicecard While the upstream wm8960 codec is not currently supported by current Pi kernel builds, upstream wm8960 has some bugs, we had fixed it. we must it build manually. @@ -37,11 +37,10 @@ Next apply the alsa controls setting ``` sudo alsactl --file=asound.state restore ``` -If you want to change the alsa settings, You can use "sudo alsactl --file=asound.state store " to save it. +If you want to change the alsa settings, You can use `sudo alsactl --file=asound.state store` to save it. Test: ``` arecord -f cd -Dhw:1 | aplay -Dhw:1 - ``` Enjoy !