cec: added PA detection via ADL for AMD, and attempt to get the PA from the registry...
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.h
index 0177f0850c7273fdf0e1b102e5324f48243c4d5b..948f2de9c19d5b067412945995b6d91f1234287d 100644 (file)
@@ -82,7 +82,7 @@ namespace CEC
     bool PersistConfiguration(const libcec_configuration &configuration);
     bool GetConfiguration(libcec_configuration &configuration);
     CStdString GetPortName(void);
-    uint16_t GetPhysicalAddress(void) { return 0; }
+    uint16_t GetPhysicalAddress(void);
     bool SetControlledMode(bool controlled);
     ///}