1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-10 17:58:36 -04:00

Open FCD.

This commit is contained in:
John Greb
2014-11-30 21:59:06 +00:00
parent beda489261
commit 46dcbe6db7
7 changed files with 63 additions and 13 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ void FCDThread::stopWork()
void FCDThread::run()
{
m_running = true;
OpenSource("/dev/dsp");
if (fd < 0)
if ( !OpenSource("hw:CARD=V20") )
return;
while(m_running) {