Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
716 | lvd | 1 | #pragma once |
2 | extern int spkr_dig; |
||
3 | extern int mic_dig; |
||
4 | extern int covFB_vol; |
||
5 | extern int covDD_vol; |
||
6 | extern int sd_l; |
||
7 | extern int sd_r; |
||
8 | |||
9 | void apply_sound(); |
||
10 | void restart_sound(); |
||
11 | void flush_dig_snd(); |
||
12 | void init_snd_frame(); |
||
13 | void flush_snd_frame(); |