From 59b87c7d6640e1123080f7b985e8d2305df083e5 Mon Sep 17 00:00:00 2001 From: dasl- Date: Sun, 2 May 2021 21:33:26 -0400 Subject: [PATCH] update raspberry pi installation guide as per https://github.com/mikebrady/shairport-sync/issues/1183 --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2d21b9c5..fa36f91b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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"; }; ``` -- 2.47.2