Compare commits

...

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

2 changed files with 2 additions and 3 deletions

2
.gitignore vendored Normal file
View file

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

View file

@ -4717,13 +4717,10 @@ 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);
}
}