mirror of
https://github.com/dgoodlad/rtl8710-sdk.git
synced 2025-01-10 11:35:18 +00:00
9 lines
No EOL
251 B
C
9 lines
No EOL
251 B
C
#ifndef _ALC5640_H_
|
|
#define _ALC5640_H_
|
|
void alc5640_reg_dump(void);
|
|
void alc5640_index_dump(void);
|
|
void alc5640_init(void);
|
|
void alc5640_set_word_len(int len_idx);
|
|
void alc5640_init_interface1(void);
|
|
void alc5640_init_interface2(void);
|
|
#endif |