Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353097
b: refs/heads/master
c: dd5e720
h: refs/heads/master
i:
  353095: 16a67a4
v: v3
  • Loading branch information
Takashi Iwai committed Jan 12, 2013
1 parent 5277674 commit a0bdeb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: fce52a3bb15bf3db63cbde496f212edf5e6d366e
refs/heads/master: dd5e72030429edfcdee7c0fcdce702ecc81a739e
4 changes: 0 additions & 4 deletions trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,15 +576,11 @@ enum {
HDA_CTL_WIDGET_VOL,
HDA_CTL_WIDGET_MUTE,
HDA_CTL_BIND_MUTE,
HDA_CTL_BIND_VOL,
HDA_CTL_BIND_SW,
};
static const struct snd_kcontrol_new control_templates[] = {
HDA_CODEC_VOLUME(NULL, 0, 0, 0),
HDA_CODEC_MUTE(NULL, 0, 0, 0),
HDA_BIND_MUTE(NULL, 0, 0, 0),
HDA_BIND_VOL(NULL, 0),
HDA_BIND_SW(NULL, 0),
};

/* add dynamic controls from template */
Expand Down

0 comments on commit a0bdeb3

Please sign in to comment.