]> git.baikalelectronics.ru Git - kernel.git/commit
[ALSA] Fix compile errors with older gcc
authorTakashi Iwai <tiwai@suse.de>
Thu, 17 Aug 2006 14:23:07 +0000 (16:23 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:41:19 +0000 (10:41 +0200)
commit902bbd2731d3408f995468ee8d70a636f950e0e1
tree74325a39a8ac88c8674c21e71f0e6f4fb90f37a2
parent9650935465371e5b94d52b536220b274d26763e8
[ALSA] Fix compile errors with older gcc

Fixed compile errors with older gcc for initialization of a union.
sound/pci/ca0106/ca0106_mixer.c: At top level:
sound/pci/ca0106/ca0106_mixer.c:499: unknown field 'p' specified in initializer
sound/pci/ca0106/ca0106_mixer.c:499: warning: missing braces around initializer
sound/pci/ca0106/ca0106_mixer.c:499: warning: (near initialization for 'snd_ca0106_volume_ctls[0].tlv')

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/ca0106/ca0106_mixer.c
sound/pci/emu10k1/p16v.c
sound/pci/hda/hda_local.h
sound/pci/hda/patch_analog.c