Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86579
b: refs/heads/master
c: fb304ce
h: refs/heads/master
i:
  86577: fba0ce8
  86575: 1a99435
v: v3
  • Loading branch information
Takashi Iwai committed Feb 29, 2008
1 parent 6fbed84 commit fb64c32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 20cde9e8f83711dca532c49605914d50292d9ce5
refs/heads/master: fb304ce53afbb653bfa67cc81ee9cf06edcbf68e
8 changes: 4 additions & 4 deletions trunk/sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1778,9 +1778,9 @@ static hda_nid_t ad1988_capsrc_nids[3] = {
static struct hda_input_mux ad1988_6stack_capture_source = {
.num_items = 5,
.items = {
{ "Front Mic", 0x0 },
{ "Line", 0x1 },
{ "Mic", 0x4 },
{ "Front Mic", 0x1 }, /* port-B */
{ "Line", 0x2 }, /* port-C */
{ "Mic", 0x4 }, /* port-E */
{ "CD", 0x5 },
{ "Mix", 0x9 },
},
Expand All @@ -1789,7 +1789,7 @@ static struct hda_input_mux ad1988_6stack_capture_source = {
static struct hda_input_mux ad1988_laptop_capture_source = {
.num_items = 3,
.items = {
{ "Mic/Line", 0x0 },
{ "Mic/Line", 0x1 }, /* port-B */
{ "CD", 0x5 },
{ "Mix", 0x9 },
},
Expand Down

0 comments on commit fb64c32

Please sign in to comment.