aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/dsp_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/mISDN/dsp_core.c')
-rw-r--r--drivers/isdn/mISDN/dsp_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c
index 77025f5cb57d..0222b1a35a2d 100644
--- a/drivers/isdn/mISDN/dsp_core.c
+++ b/drivers/isdn/mISDN/dsp_core.c
@@ -460,7 +460,7 @@ dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb)
460 } 460 }
461 if (dsp_debug & DEBUG_DSP_CORE) 461 if (dsp_debug & DEBUG_DSP_CORE)
462 printk(KERN_DEBUG "%s: enable mixing of " 462 printk(KERN_DEBUG "%s: enable mixing of "
463 "tx-data with conf mebers\n", __func__); 463 "tx-data with conf members\n", __func__);
464 dsp->tx_mix = 1; 464 dsp->tx_mix = 1;
465 dsp_cmx_hardware(dsp->conf, dsp); 465 dsp_cmx_hardware(dsp->conf, dsp);
466 dsp_rx_off(dsp); 466 dsp_rx_off(dsp);
@@ -474,7 +474,7 @@ dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb)
474 } 474 }
475 if (dsp_debug & DEBUG_DSP_CORE) 475 if (dsp_debug & DEBUG_DSP_CORE)
476 printk(KERN_DEBUG "%s: disable mixing of " 476 printk(KERN_DEBUG "%s: disable mixing of "
477 "tx-data with conf mebers\n", __func__); 477 "tx-data with conf members\n", __func__);
478 dsp->tx_mix = 0; 478 dsp->tx_mix = 0;
479 dsp_cmx_hardware(dsp->conf, dsp); 479 dsp_cmx_hardware(dsp->conf, dsp);
480 dsp_rx_off(dsp); 480 dsp_rx_off(dsp);