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