Skip to content
Snippets Groups Projects
Commit 63bb4ab3 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Use default ALSA plugin for capture

parent 8be6b010
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment