|
@@ -1198,7 +1198,7 @@ static int lpass_cdc_va_macro_tx_mixer_put(struct snd_kcontrol *kcontrol,
|
|
|
dev_err_ratelimited(component->dev, "%s: channel is already disabled, dec_id = %d, dai_id = %d\n",
|
|
|
__func__, dec_id, dai_id);
|
|
|
} else {
|
|
|
- va_priv->active_ch_mask[dai_id]--;
|
|
|
+ va_priv->active_ch_cnt[dai_id]--;
|
|
|
clear_bit(dec_id, &va_priv->active_ch_mask[dai_id]);
|
|
|
}
|
|
|
}
|