mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +00:00
fix for asound.tmpl (#454)
This commit is contained in:
parent
9e18589b6b
commit
d221f36cf8
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user