[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)
commit7cf0a95310f21f3c986288a483801b1d5694dee1
tree74325a39a8ac88c8674c21e71f0e6f4fb90f37a2
parent99ccc560b73ff7381153dc1391d18391373931d3
[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