uhd: return default subdev in get_devices

This commit is contained in:
Dimitri Stolnikov 2013-01-10 20:30:38 +01:00
parent aed2a94769
commit f81bf7cf12
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ std::vector< std::string > uhd_source_c::get_devices()
uhd::device_addr_t hint;
BOOST_FOREACH(const uhd::device_addr_t &dev, uhd::device::find(hint)) {
std::string args = "uhd," + dev.to_string();
std::string args = "uhd,subdev='A:0'," + dev.to_string();
std::string label = "Ettus";