Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270346
b: refs/heads/master
c: 91baa2c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Aug 18, 2011
1 parent 04f3c20 commit ed29c50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 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: 9fbbc94fe0f0a85d048b74fced3cfca404d78a3c
refs/heads/master: 91baa2c7170ffaec7d7267923ff025036f4f5c61
7 changes: 1 addition & 6 deletions trunk/Documentation/sound/alsa/HD-Audio-Models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ ALC662/663/272

ALC680
======
base Base model (ASUS NX90)
auto auto-config reading BIOS (default)
N/A

ALC882/883/885/888/889
======================
Expand Down Expand Up @@ -163,10 +162,6 @@ ALC861VD/660VD
6stack-dig 6-jack with SPDIF OUT
3stack-660 3-jack (for ALC660VD)
3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD)
lenovo Lenovo 3000 C200
dallas Dallas laptops
hp HP TX1000
asus-v1s ASUS V1Sn
auto auto-config reading BIOS (default)

CMI9880
Expand Down
26 changes: 0 additions & 26 deletions trunk/sound/pci/hda/alc861vd_quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,27 +159,6 @@ static const struct snd_kcontrol_new alc861vd_3st_mixer[] = {
{ } /* end */
};

static const struct snd_kcontrol_new alc861vd_lenovo_mixer[] = {
HDA_CODEC_VOLUME("Front Playback Volume", 0x02, 0x0, HDA_OUTPUT),
/*HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),*/
HDA_CODEC_MUTE("Front Playback Switch", 0x14, 0x0, HDA_OUTPUT),

HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),

HDA_CODEC_VOLUME("Mic Boost Volume", 0x18, 0, HDA_INPUT),
HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
HDA_CODEC_MUTE("Mic Playback Switch", 0x0b, 0x0, HDA_INPUT),

HDA_CODEC_VOLUME("Front Mic Boost Volume", 0x19, 0, HDA_INPUT),
HDA_CODEC_VOLUME("Front Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
HDA_CODEC_MUTE("Front Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),

HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),

{ } /* end */
};

/*
* generic initialization of ADC, input mixers and output mixers
*/
Expand Down Expand Up @@ -305,11 +284,6 @@ static const struct hda_verb alc861vd_6stack_init_verbs[] = {
{ }
};

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

/*
* configuration and preset
*/
Expand Down

0 comments on commit ed29c50

Please sign in to comment.