Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206464
b: refs/heads/master
c: d4a86d8
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 23, 2010
1 parent f6fd6bf commit 9ee17b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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: d1eb57f47b7f524c13112c891e87fb1f51029fd1
refs/heads/master: d4a86d81944d3cccb3f4a309230e835823a61252
5 changes: 5 additions & 0 deletions trunk/Documentation/sound/alsa/HD-Audio-Models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ ALC662/663/272
samsung-nc10 Samsung NC10 mini notebook
auto auto-config reading BIOS (default)

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

ALC882/883/885/888/889
======================
3stack-dig 3-jack with SPDIF I/O
Expand Down
10 changes: 9 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@ enum {
ALC882_MODEL_LAST,
};

/* ALC680 models */
enum {
ALC680_BASE,
ALC680_AUTO,
ALC680_MODEL_LAST,
};

/* for GPIO Poll */
#define GPIO_MASK 0x03

Expand Down Expand Up @@ -18997,7 +19004,8 @@ static void alc680_auto_init(struct hda_codec *codec)
* configuration and preset
*/
static const char *alc680_models[ALC680_MODEL_LAST] = {
[ALC680_BASE] = "alc680_base",
[ALC680_BASE] = "base",
[ALC680_AUTO] = "auto",
};

static struct snd_pci_quirk alc680_cfg_tbl[] = {
Expand Down

0 comments on commit 9ee17b6

Please sign in to comment.