mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 00:17:41 +00:00
WM8731: Add Codec abstraction.
This commit is contained in:
@@ -108,7 +108,7 @@ bool WM8731::write(const address_t reg_address, const reg_t value) {
|
||||
return bus.transmit(bus_address, values.data(), values.size());
|
||||
}
|
||||
|
||||
reg_t WM8731::read(const address_t reg_address) {
|
||||
uint32_t WM8731::reg_read(const size_t reg_address) {
|
||||
return map.w[reg_address];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user