Compare commits

...

No commits in common. "5fc1a8d059e8802602bdec0203bc6a231615268d" and "264ee5fa870299935f9f9572490ea3575f84772c" have entirely different histories.

2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
.ccls-cache
.ccls-cache/*

View file

@ -4717,10 +4717,13 @@ static void alc245_fixup_hp_amp(struct hda_codec *codec,
for (i = 0; i < 9; i++) {
snd_hda_codec_write(codec, 0x20, 0, 0x500, 0x26);
codec_info(codec, "VERB_DEBUG: 0x%x 0x%x 0x%x\n", 0x20, 0x500, 0x26);
for (j = 0; j < 3; j++) {
snd_hda_codec_write(codec, 0x20, 0, frames[i][j][0], frames[i][j][1]);
codec_info(codec, "VERB_DEBUG: 0x%x 0x%x 0x%x\n", 0x20, frames[i][j][0], frames[i][j][1]);
}
snd_hda_codec_write(codec, 0x20, 0, 0x4b0, 0x23);
codec_info(codec, "VERB_DEBUG: 0x%x 0x%x 0x%x\n", 0x20, 0x4b0, 0x23);
}
}