|
@@ -460,7 +460,7 @@ dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb)
|
|
|
}
|
|
|
if (dsp_debug & DEBUG_DSP_CORE)
|
|
|
printk(KERN_DEBUG "%s: enable mixing of "
|
|
|
- "tx-data with conf mebers\n", __func__);
|
|
|
+ "tx-data with conf members\n", __func__);
|
|
|
dsp->tx_mix = 1;
|
|
|
dsp_cmx_hardware(dsp->conf, dsp);
|
|
|
dsp_rx_off(dsp);
|
|
@@ -474,7 +474,7 @@ dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb)
|
|
|
}
|
|
|
if (dsp_debug & DEBUG_DSP_CORE)
|
|
|
printk(KERN_DEBUG "%s: disable mixing of "
|
|
|
- "tx-data with conf mebers\n", __func__);
|
|
|
+ "tx-data with conf members\n", __func__);
|
|
|
dsp->tx_mix = 0;
|
|
|
dsp_cmx_hardware(dsp->conf, dsp);
|
|
|
dsp_rx_off(dsp);
|