|
@@ -3152,7 +3152,7 @@ static void
|
|
|
hfcmulti_pcm(struct hfc_multi *hc, int ch, int slot_tx, int bank_tx,
|
|
|
int slot_rx, int bank_rx)
|
|
|
{
|
|
|
- if (slot_rx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
|
|
|
+ if (slot_tx < 0 || slot_rx < 0 || bank_tx < 0 || bank_rx < 0) {
|
|
|
/* disable PCM */
|
|
|
mode_hfcmulti(hc, ch, hc->chan[ch].protocol, -1, 0, -1, 0);
|
|
|
return;
|