diff options
author | Josh Blum <josh@joshknows.com> | 2013-01-23 04:47:02 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-01-23 04:47:02 -0800 |
commit | bbb5bb2b48e279685349ca07d17936dc30b704b7 (patch) | |
tree | 5af10af4d645b2f06c2ba330efd26c4ca2488ed3 /host/lib/usrp | |
parent | 1c21d1bc22e35bdb4b91450656974148d11519e0 (diff) | |
parent | 43e0bd799e5f3dbee8429b16b61b88d25ae2f957 (diff) | |
download | uhd-bbb5bb2b48e279685349ca07d17936dc30b704b7.tar.gz uhd-bbb5bb2b48e279685349ca07d17936dc30b704b7.tar.bz2 uhd-bbb5bb2b48e279685349ca07d17936dc30b704b7.zip |
Merge branch 'next'
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/multi_usrp.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index 0331cf93a..46dd8b670 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -140,6 +140,14 @@ static tune_result_t tune_xx_subdev_and_dsp( } //------------------------------------------------------------------ + //-- poke the tune request args into the dboard + //------------------------------------------------------------------ + if (rf_fe_subtree->exists("tune_args")) + { + rf_fe_subtree->access<device_addr_t>("tune_args").set(tune_request.args); + } + + //------------------------------------------------------------------ //-- set the RF frequency depending upon the policy //------------------------------------------------------------------ double target_rf_freq = 0.0; |