aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-09-23 12:58:40 -0700
committerJosh Blum <josh@joshknows.com>2010-09-23 12:58:40 -0700
commit24bcc7d7644621bd18a998b23cd91b086b87ea90 (patch)
tree1f8330119a2f510d5ed50f3af43850b8d98509bd /host/lib
parentfbcd677284685e666556f396745ec570b01ea830 (diff)
downloaduhd-24bcc7d7644621bd18a998b23cd91b086b87ea90.tar.gz
uhd-24bcc7d7644621bd18a998b23cd91b086b87ea90.tar.bz2
uhd-24bcc7d7644621bd18a998b23cd91b086b87ea90.zip
basic: added the 4th BA subdevice to basic and lf dboard code
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/dboard/db_basic_and_lf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/db_basic_and_lf.cpp b/host/lib/usrp/dboard/db_basic_and_lf.cpp
index 2a9bf2ca5..4b0d8bf27 100644
--- a/host/lib/usrp/dboard/db_basic_and_lf.cpp
+++ b/host/lib/usrp/dboard/db_basic_and_lf.cpp
@@ -59,6 +59,7 @@ private:
static const uhd::dict<std::string, subdev_conn_t> sd_name_to_conn = map_list_of
("AB", SUBDEV_CONN_COMPLEX_IQ)
+ ("BA", SUBDEV_CONN_COMPLEX_QI)
("A", SUBDEV_CONN_REAL_I)
("B", SUBDEV_CONN_REAL_Q)
;