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
63bb4ab3
Commit
63bb4ab3
authored
Feb 14, 2009
by
Emmanuel Milou
Browse files
Use default ALSA plugin for capture
parent
8be6b010
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/audio/alsalayer.cpp
View file @
63bb4ab3
...
...
@@ -104,7 +104,7 @@ AlsaLayer::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_PLUGHW
,
indexIn
,
0
);
std
::
string
pcmc
=
buildDeviceTopo
(
plugin
,
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