diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-04 07:21:53 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-04 07:21:53 -0700 |
commit | 729b284f628f3326d774262570b68540d7de9baa (patch) | |
tree | 85bd79634c50fd32423fd4c29f15e18744aff97f /host/lib/usrp/usrp1/io_impl.cpp | |
parent | 34265334d18589a377ab42df211eb33054340ae6 (diff) | |
download | uhd-729b284f628f3326d774262570b68540d7de9baa.tar.gz uhd-729b284f628f3326d774262570b68540d7de9baa.tar.bz2 uhd-729b284f628f3326d774262570b68540d7de9baa.zip |
usrp: handle frontend swapping if the first subdev is QI or Q
Diffstat (limited to 'host/lib/usrp/usrp1/io_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp1/io_impl.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/host/lib/usrp/usrp1/io_impl.cpp b/host/lib/usrp/usrp1/io_impl.cpp index 461529ae2..bf34fde4f 100644 --- a/host/lib/usrp/usrp1/io_impl.cpp +++ b/host/lib/usrp/usrp1/io_impl.cpp @@ -511,7 +511,5 @@ size_t usrp1_impl::recv( recv_mode, timeout ); - _soft_time_ctrl->recv_post(metadata, num_samps_recvd); - - return num_samps_recvd; + return _soft_time_ctrl->recv_post(metadata, num_samps_recvd); } |