Skip to content
Snippets Groups Projects
Commit c0bf6dca authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

config: remove the stream from the default endpoint-link files

So that we can use media.role to specify the stream
parent 00006854
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ media_class = "Stream/Input/Audio"
[target-endpoint]
media_class = "Audio/Source"
streams = "default.streams"
stream = "Multimedia"
properties = [
{ name = "api.alsa.path", value = "hw:0,0" },
]
......
......@@ -6,7 +6,6 @@ media_class = "Stream/Output/Audio"
[target-endpoint]
media_class = "Audio/Sink"
streams = "default.streams"
stream = "Multimedia"
properties = [
{ name = "api.alsa.path", value = "hw:0,0" },
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment