Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
6eaf7699
Commit
6eaf7699
authored
Mar 26, 2008
by
Emmanuel Milou
Browse files
PLUGHW for capture instead of surround
parent
91bea584
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/audio/audiolayer.cpp
View file @
6eaf7699
...
...
@@ -99,7 +99,7 @@ AudioLayer::openDevice (int indexIn, int indexOut, int sampleRate, int frameSize
ost
::
MutexLock
lock
(
_mutex
);
std
::
string
pcmp
=
buildDeviceTopo
(
plugin
,
indexOut
,
0
);
std
::
string
pcmc
=
buildDeviceTopo
(
PCM_
SURROUND40
,
indexIn
,
0
);
std
::
string
pcmc
=
buildDeviceTopo
(
PCM_
PLUGHW
,
indexIn
,
0
);
return
open_device
(
pcmp
,
pcmc
,
stream
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment