Go to the documentation of this file.
38 #define RECORD_SRC 0x0C
39 #define IN_FILTER 0x0C
40 #define OUT_FILTER 0x0E
41 #define MASTER_VOL 0x22
53 #define COVOX_VOL 0x42
54 #define TREBLE_LVL 0x44
57 #define FREQ_HI (1 << 3)
60 #define FILT_OFF (1 << 5)
63 #define STEREO_DAC 0x02
68 #define SB16_OMASK 0x3c
69 #define SB16_IMASK_L 0x3d
70 #define SB16_IMASK_R 0x3e
83 #define ALS007_RECORD_SRC 0x6c
84 #define ALS007_OUTPUT_CTRL1 0x3c
85 #define ALS007_OUTPUT_CTRL2 0x4c
87 #define MIX_ENT(name, reg_l, bit_l, len_l, reg_r, bit_r, len_r) \
88 {{reg_l, bit_l, len_l}, {reg_r, bit_r, len_r}}
103 #define ALS007_LINE 6
105 #define ALS007_SYNTH 7