Index: drivers/dahdi/wcte12xp/base.c =================================================================== --- drivers/dahdi/wcte12xp/base.c (revision 7544) +++ drivers/dahdi/wcte12xp/base.c (working copy) @@ -1158,6 +1158,11 @@ if (!wc->vpmadt032) { return -ENODEV; } + + *ec = wc->ec[chan->chanpos - 1]; + (*ec)->ops = &vpm150m_ec_ops; + (*ec)->features = vpm150m_ec_features; + return vpmadt032_echocan_create(wc->vpmadt032, chan->chanpos - 1, ecp, p); }