1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-10 18:43:28 -05:00

Audio Input: list plugin as a built in device so that it can be instantiated multiple times. Fixes #2143

This commit is contained in:
f4exb 2024-06-02 02:44:25 +02:00
parent 524bfd447d
commit cfc0114c87

View File

@ -93,7 +93,7 @@ PluginInterface::SamplingDevices AudioInputPlugin::enumSampleSources(const Origi
m_deviceTypeID,
it->serial,
it->sequence,
PluginInterface::SamplingDevice::PhysicalDevice,
PluginInterface::SamplingDevice::BuiltInDevice,
PluginInterface::SamplingDevice::StreamSingleRx,
it->nbRxStreams,
j));