mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-10 17:58:36 -04:00
Open FCD.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user