Audio: Add codec config methods for external I2S master.

This commit is contained in:
Jared Boone
2017-08-06 12:43:39 -07:00
parent 6c3a1384fb
commit ac423ee769
4 changed files with 20 additions and 0 deletions

View File

@@ -376,6 +376,7 @@ private:
volume_t headphone_volume = -60.0_dB;
void configure_interface_i2s_slave();
void configure_interface_i2s_master();
bool write(const Register reg);