diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-10-13 16:09:56 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-10-13 16:09:56 +0200 |
commit | fb66ebd88471cd2cc1205536dfc781b2f4c1d6b5 (patch) | |
tree | ff153022eb8d85fba13b976adac4435a75740c73 /sound/pci/hda/patch_realtek.c | |
parent | 29a4f2d31c03756bf24883e567a8c3b4ee5df1f4 (diff) | |
parent | 491dc0437d4c56d11f78113eca3953cff87314f3 (diff) | |
download | blackbird-op-linux-fb66ebd88471cd2cc1205536dfc781b2f4c1d6b5.tar.gz blackbird-op-linux-fb66ebd88471cd2cc1205536dfc781b2f4c1d6b5.zip |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 470fd74a0a1a..c08ca660daba 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -275,7 +275,7 @@ struct alc_spec { struct snd_kcontrol_new *cap_mixer; /* capture mixer */ unsigned int beep_amp; /* beep amp value, set via set_beep_amp() */ - const struct hda_verb *init_verbs[5]; /* initialization verbs + const struct hda_verb *init_verbs[10]; /* initialization verbs * don't forget NULL * termination! */ |