diff options
Diffstat (limited to 'drivers/isdn/mISDN')
-rw-r--r-- | drivers/isdn/mISDN/dsp_cmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/dsp_cmx.c b/drivers/isdn/mISDN/dsp_cmx.c index 334feab060a1..b7589c2eecf5 100644 --- a/drivers/isdn/mISDN/dsp_cmx.c +++ b/drivers/isdn/mISDN/dsp_cmx.c | |||
@@ -1328,7 +1328,7 @@ dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members) | |||
1328 | } | 1328 | } |
1329 | if (dsp->conf && dsp->conf->software && dsp->conf->hardware) | 1329 | if (dsp->conf && dsp->conf->software && dsp->conf->hardware) |
1330 | tx_data_only = 1; | 1330 | tx_data_only = 1; |
1331 | if (dsp->conf->software && dsp->echo.hardware) | 1331 | if (dsp->echo.software && dsp->echo.hardware) |
1332 | tx_data_only = 1; | 1332 | tx_data_only = 1; |
1333 | } | 1333 | } |
1334 | 1334 | ||