]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
update raspberry pi installation guide as per https://github.com/mikebrady/shairport... 1186/head
authordasl- <david.leibovic@gmail.com>
Mon, 3 May 2021 01:33:26 +0000 (21:33 -0400)
committerdasl- <david.leibovic@gmail.com>
Mon, 3 May 2021 01:33:26 +0000 (21:33 -0400)
INSTALL.md

index 2d21b9c5fb7c90b8ec74e5174c644b8d90aee89d..fa36f91b0c81c752a9e680de7a72db8839598651 100644 (file)
@@ -9,7 +9,7 @@ Do the usual update and upgrade:
 ```
 # apt-get update
 # apt-get upgrade
-``` 
+```
 (Separately, if you haven't done so already, consider using the `raspi-config` tool to expand the file system to use the entire card.)
 
 ### Turn Off WiFi Power Management
@@ -63,13 +63,13 @@ Now to configure Shairport Sync. Here are the important options for the Shairpor
 // Sample Configuration File for Shairport Sync on a Raspberry Pi using the built-in audio DAC
 general =
 {
-  volume_range_db = 60; 
+  volume_range_db = 60;
 };
 
 alsa =
 {
-  output_device = "hw:0";
-  mixer_control_name = "PCM";
+  output_device = "hw:Headphones";
+  mixer_control_name = "Headphone";
 };
 
 ```