Skip to content
Snippets Groups Projects
Commit 4cc4c405 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

Alsa PCM_PLUGHW only for capture

parent cdab83a9
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ AlsaLayer::openDevice (int indexIn, int indexOut, int sampleRate, int frameSize,
ost::MutexLock lock( _mutex );
std::string pcmp = buildDeviceTopo( PCM_PLUGHW , indexOut , 0);
std::string pcmp = buildDeviceTopo( plugin , indexOut , 0);
std::string pcmc = buildDeviceTopo( PCM_PLUGHW , indexIn , 0);
return open_device( pcmp , pcmc , stream);
......
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