Move smart-amp init to mainboard
Change-Id: I8f60e98d7d8f70c7a7374baf978461c963694cb8
This commit is contained in:
File diff suppressed because it is too large
Load Diff
12
src/drivers/i2c/tas5825m/tas5825m.h
Normal file
12
src/drivers/i2c/tas5825m/tas5825m.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef TAS5825M_H
|
||||
#define TAS5825M_H
|
||||
|
||||
#include <device/device.h>
|
||||
|
||||
int tas5825m_write_at(struct device *dev, uint8_t addr, uint8_t value);
|
||||
int tas5825m_write_block_at(struct device *dev, uint8_t addr, const uint8_t * values, uint8_t length);
|
||||
int tas5825m_set_page(struct device *dev, uint8_t page);
|
||||
int tas5825m_set_book(struct device *dev, uint8_t book);
|
||||
int tas5825m_setup(struct device *dev);
|
||||
|
||||
#endif // TAS5825M_H
|
@@ -1,3 +1,4 @@
|
||||
bootblock-y += bootblock.c
|
||||
ramstage-y += ramstage.c
|
||||
ramstage-y += hda_verb.c
|
||||
ramstage-y += tas5825m.c
|
||||
|
1080
src/mainboard/system76/oryp6/tas5825m.c
Normal file
1080
src/mainboard/system76/oryp6/tas5825m.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user