From d221f36cf872121cf9ca1dbff9051f1c04e196ab Mon Sep 17 00:00:00 2001 From: Tod Schmidt Date: Mon, 30 Apr 2018 01:39:44 -0400 Subject: [PATCH] fix for asound.tmpl (#454) --- hassio/host/asound.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hassio/host/asound.tmpl b/hassio/host/asound.tmpl index 248482a73..dc64186fd 100644 --- a/hassio/host/asound.tmpl +++ b/hassio/host/asound.tmpl @@ -6,12 +6,12 @@ pcm.!default { pcm.mic { type plug slave { - pcm "hw:{$input}" + pcm "hw:$input" } } pcm.speaker { type plug slave { - pcm "hw:{$output}" + pcm "hw:$output" } }