Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316142
b: refs/heads/master
c: e665636
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 25, 2012
1 parent ff35814 commit 6ed78c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e72aa5f511daa2ffbd333ea99635c551b86013b
refs/heads/master: e6656369da73f8a4206a72ea6fb0e35247f42364
11 changes: 0 additions & 11 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -6494,12 +6494,6 @@ static const struct snd_pci_quirk alc861vd_fixup_tbl[] = {
{}
};

static const struct hda_verb alc660vd_eapd_verbs[] = {
{0x14, AC_VERB_SET_EAPD_BTLENABLE, 2},
{0x15, AC_VERB_SET_EAPD_BTLENABLE, 2},
{ }
};

/*
*/
static int patch_alc861vd(struct hda_codec *codec)
Expand All @@ -6521,11 +6515,6 @@ static int patch_alc861vd(struct hda_codec *codec)
if (err < 0)
goto error;

if (codec->vendor_id == 0x10ec0660) {
/* always turn on EAPD */
snd_hda_gen_add_verbs(&spec->gen, alc660vd_eapd_verbs);
}

if (!spec->no_analog) {
err = snd_hda_attach_beep_device(codec, 0x23);
if (err < 0)
Expand Down

0 comments on commit 6ed78c8

Please sign in to comment.