aboutsummaryrefslogtreecommitdiffstats
path: root/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc')
-rw-r--r--op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc b/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
index 024daef..c89ce12 100644
--- a/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
+++ b/op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
@@ -169,5 +169,9 @@ dstar_tx_sb_impl::general_work (int noutput_items,
return (nframes * 96);
}
+void
+dstar_tx_sb_impl::set_gain_adjust(float gain_adjust) {
+ d_encoder.set_gain_adjust(gain_adjust);
+}
} /* namespace op25_repeater */
} /* namespace gr */