From bf74b4e85d6d2b8833c35b1f243eb36b99432250 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Wed, 25 May 2016 16:08:12 -0700 Subject: bugfix#1102: Prevented X300 DAC FIFO from underflowing - The spectral distortion was begin caused by the DAC FIFO underflowing. The fix was to run through the DAC sync procedure which uses the falling edge clock to sample the RefClk and sync it with the data clk --- host/lib/usrp/x300/x300_dac_ctrl.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib/usrp/x300/x300_dac_ctrl.hpp') diff --git a/host/lib/usrp/x300/x300_dac_ctrl.hpp b/host/lib/usrp/x300/x300_dac_ctrl.hpp index c2e509b54..f2a407971 100644 --- a/host/lib/usrp/x300/x300_dac_ctrl.hpp +++ b/host/lib/usrp/x300/x300_dac_ctrl.hpp @@ -40,9 +40,6 @@ public: // ! Reset the DAC virtual void reset(void) = 0; - // ! Reset the DAC and resync - virtual void reset_and_resync(void) = 0; - // ! Check for successful backend and frontend sync virtual void verify_sync(void) = 0; }; -- cgit v1.2.3