mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-10 14:15:18 +00:00
9 lines
No EOL
251 B
C
9 lines
No EOL
251 B
C
#ifndef _ALC5660_H_
|
|
#define _ALC5660_H_
|
|
void alc5660_reg_dump(void);
|
|
void alc5660_index_dump(void);
|
|
void alc5660_init(void);
|
|
void alc5660_set_word_len(int len_idx);
|
|
void alc5660_init_interface1(void);
|
|
void alc5660_init_interface2(void);
|
|
#endif |