Commit 7b1e8795ebfe1705153d1001f2a899119f4d9012

Authored by Akio Idehara
Committed by Takashi Iwai
1 parent aab2545fdd

[ALSA] hda - Fix "alc262_sony_unsol[]" hda_verb array

I think that hda_verb array must have "terminator (empty array)".
But alc262_sony_unsol[] does not have it.
And it causes gcc-4.3's buggy behavior
with snd_hda_sequence_write().

Signed-off-by: Akio Idehara <zbe64533@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/pci/hda/patch_realtek.c
... ... @@ -8642,6 +8642,7 @@
8642 8642  
8643 8643 {0x15, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | ALC880_HP_EVENT},
8644 8644 {0x15, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP},
  8645 + {}
8645 8646 };
8646 8647  
8647 8648 /* mute/unmute internal speaker according to the hp jack and mute state */