fix for asound.tmpl (#454)

This commit is contained in:
Tod Schmidt 2018-04-30 01:39:44 -04:00 committed by Pascal Vizeli
parent 9e18589b6b
commit d221f36cf8

View File

@ -6,12 +6,12 @@ pcm.!default {
pcm.mic { pcm.mic {
type plug type plug
slave { slave {
pcm "hw:{$input}" pcm "hw:$input"
} }
} }
pcm.speaker { pcm.speaker {
type plug type plug
slave { slave {
pcm "hw:{$output}" pcm "hw:$output"
} }
} }