Mixer functions; recording (incomplete/commented out); set default IRQ to 5

This commit is contained in:
Kagamiin~
2024-03-12 18:12:57 -03:00
parent 7ad48f8d29
commit 0ed203cbd5
2 changed files with 188 additions and 39 deletions

View File

@@ -105,13 +105,15 @@ typedef struct sb_ct1745_mixer_t {
int input_selector_left;
int input_selector_right;
#define INPUT_MIC 1
#define INPUT_CD_R 2
#define INPUT_CD_L 4
#define INPUT_LINE_R 8
#define INPUT_LINE_L 16
#define INPUT_MIDI_R 32
#define INPUT_MIDI_L 64
#define INPUT_MIC 1
#define INPUT_CD_R 2
#define INPUT_CD_L 4
#define INPUT_LINE_R 8
#define INPUT_LINE_L 16
#define INPUT_MIDI_R 32
#define INPUT_MIDI_L 64
#define INPUT_MIXER_L 128
#define INPUT_MIXER_R 256
int mic_agc;