diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-20 17:41:59 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-20 17:41:59 -0700 |
commit | d96b2e7587962c43c1db895b3340f9d868cbd704 (patch) | |
tree | 1bf3f1a77312695cef87e696be9eb905617c2ec3 /host/lib/usrp/dboard/db_tvrx.cpp | |
parent | 8e341caadf19db645635e3e7e1a26e6b00e64c70 (diff) | |
download | uhd-d96b2e7587962c43c1db895b3340f9d868cbd704.tar.gz uhd-d96b2e7587962c43c1db895b3340f9d868cbd704.tar.bz2 uhd-d96b2e7587962c43c1db895b3340f9d868cbd704.zip |
usrp: use the dboard id to prefix the subdev gain group names
Diffstat (limited to 'host/lib/usrp/dboard/db_tvrx.cpp')
-rw-r--r-- | host/lib/usrp/dboard/db_tvrx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_tvrx.cpp b/host/lib/usrp/dboard/db_tvrx.cpp index 10be8d1c3..d39dc3bf8 100644 --- a/host/lib/usrp/dboard/db_tvrx.cpp +++ b/host/lib/usrp/dboard/db_tvrx.cpp @@ -179,7 +179,7 @@ static dboard_base::sptr make_tvrx(dboard_base::ctor_args_t args){ UHD_STATIC_BLOCK(reg_tvrx_dboard){ //register the factory function for the rx dbid - dboard_manager::register_dboard(0x0040, &make_tvrx, "tvrx"); + dboard_manager::register_dboard(0x0040, &make_tvrx, "TVRX"); } /*********************************************************************** |