Added support for H2+

This commit is contained in:
jLynx
2022-04-05 14:41:12 +12:00
parent f6c496d1d3
commit fd8bc177ad
3 changed files with 15 additions and 3 deletions

View File

@@ -823,6 +823,8 @@ public:
std::string name() const override {
return "AK4951";
}
bool detected();
void init() override;
bool reset() override;