]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] hda - Fix "alc262_sony_unsol[]" hda_verb array
authorAkio Idehara <zbe64533@gmail.com>
Mon, 9 Jun 2008 13:46:07 +0000 (22:46 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Jun 2008 14:21:42 +0000 (16:21 +0200)
commitfcdea4128d5a004f2311f28d9ee4918feacb4b77
tree07e681f94b6dca19745ad851787c9dc2a2ece935
parent949706abdc56d902a0f591422badbc6c941c2b9c
[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>
sound/pci/hda/patch_realtek.c