Skip to content

Commit

Permalink
Set even less registers on AD1980
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Oct 8, 2023
1 parent 61123f2 commit 5071dfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mpxplay/au_cards/sc_ich.c
Expand Up @@ -263,13 +263,13 @@ force_win98_regs(struct intel_card_s *card)
}
#endif
snd_intel_codec_write(card, 0x02, 0x0303); // master volume
snd_intel_codec_write(card, 0x06, 0x0003); // mono volume
snd_intel_codec_write(card, 0x0e, 0x8048); // mic volume (likely irrelevant?)
//snd_intel_codec_write(card, 0x06, 0x0003); // mono volume
//snd_intel_codec_write(card, 0x0e, 0x8048); // mic volume (likely irrelevant?)
// ignored for now: volumes in 0x10 (line in, CD, aux, PCM out, record gain)

snd_intel_codec_write(card, 0x2a, 0x3831); // power down center, surround, LFE DACs; SPDIF slot assignment (possibly irrelevant?)
//snd_intel_codec_write(card, 0x2a, 0x3831); // power down center, surround, LFE DACs; SPDIF slot assignment (possibly irrelevant?)
// ignored for now: 0x2c -> PCM front DAC rate
snd_intel_codec_write(card, 0x72, 0x0a88); // jack sensing setup (likely irrelevant?)
//snd_intel_codec_write(card, 0x72, 0x0a88); // jack sensing setup (likely irrelevant?)
snd_intel_codec_write(card, 0x74, 0x7000); // enable slave 1 + slave 2 codec register mask, disable SPLNK
snd_intel_codec_write(card, 0x76, 0xe428); // advanced AD-specific settings, mute split, lodis, etc...
}
Expand Down

0 comments on commit 5071dfe

Please sign in to comment.