Revision f75d4287 host/include/uhd/device_deprecated.ipp
| b/host/include/uhd/device_deprecated.ipp | ||
|---|---|---|
| 136 | 136 |
_recv_tid = io_type.tid; |
| 137 | 137 |
_rx_streamer.reset(); //cleanup possible old one |
| 138 | 138 |
streamer_args args; |
| 139 |
args.cpu_format = (_send_tid == io_type_t::COMPLEX_FLOAT32)? "fc32" : "sc16";
|
|
| 139 |
args.cpu_format = (_recv_tid == io_type_t::COMPLEX_FLOAT32)? "fc32" : "sc16";
|
|
| 140 | 140 |
args.otw_format = "sc16"; |
| 141 | 141 |
for (size_t ch = 0; ch < buffs.size(); ch++) |
| 142 | 142 |
args.channels.push_back(ch); //linear mapping |
Also available in: Unified diff