Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298938
b: refs/heads/master
c: e6e03da
h: refs/heads/master
v: v3
  • Loading branch information
Michael Karcher authored and Takashi Iwai committed Apr 7, 2012
1 parent 8d79991 commit 5f55d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: cbf2d28e83d47792bd7af000017042dbc59f5df6
refs/heads/master: e6e03daecd2c82437b550ad1a62052c22fdb2b5b
6 changes: 1 addition & 5 deletions trunk/sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,9 +692,8 @@ static const struct hda_input_mux cxt5045_capture_source = {
};

static const struct hda_input_mux cxt5045_capture_source_benq = {
.num_items = 5,
.num_items = 4,
.items = {
{ "CD", 0x4 },
{ "Internal Mic", 0x1 },
{ "Mic", 0x2 },
{ "Line", 0x3 },
Expand Down Expand Up @@ -819,9 +818,6 @@ static const struct snd_kcontrol_new cxt5045_mixers[] = {
};

static const struct snd_kcontrol_new cxt5045_benq_mixers[] = {
HDA_CODEC_VOLUME("CD Playback Volume", 0x17, 0x4, HDA_INPUT),
HDA_CODEC_MUTE("CD Playback Switch", 0x17, 0x4, HDA_INPUT),

HDA_CODEC_VOLUME("Line Playback Volume", 0x17, 0x3, HDA_INPUT),
HDA_CODEC_MUTE("Line Playback Switch", 0x17, 0x3, HDA_INPUT),

Expand Down

0 comments on commit 5f55d21

Please sign in to comment.