mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
fix for asound.tmpl (#454)
This commit is contained in:
parent
362315852a
commit
297813f6e6
@ -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