]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix "alc262_sony_unsol[]" hda_verb array
authorAkio Idehara <zbe64533@gmail.com>
Sat, 26 Jul 2008 07:40:14 +0000 (16:40 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Aug 2008 18:50:49 +0000 (11:50 -0700)
commitd74797166a181f7aa1f0fdfbabe9944e87823074
tree48ac9f7bebd852f491572efb94470d35f95eb01e
parentaed2e3edbf681321a057b515e8438b655f28bf0b
ALSA: hda - Fix "alc262_sony_unsol[]" hda_verb array

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

commit 7b1e8795ebfe1705153d1001f2a899119f4d9012 upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c