Ticket #322: no-eap-no-error.patch
File no-eap-no-error.patch, 439 bytes (added by cladisch, 13 years ago) |
---|
-
libffado/src/dice/dice_eap.cpp
old new 110 110 bool 111 111 EAP::init() { 112 112 if(!supportsEAP(m_device)) { 113 debug Error("Device does not support EAP\n");113 debugWarning("no EAP mixer (device does not support EAP)\n"); 114 114 return false; 115 115 } 116 116