mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 16:46:29 +00:00
fix for asound.tmpl (#454)
This commit is contained in:
parent
9e18589b6b
commit
d221f36cf8
@ -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