All of lore.kernel.org
 help / color / mirror / Atom feed
* latest git compile error in sound/drivers/opl3/opl3_synth.c
@ 2008-02-03  5:30 Li Zefan
  2008-02-03  9:10 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Li Zefan @ 2008-02-03  5:30 UTC (permalink / raw)
  To: tiwai; +Cc: LKML


sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_find_patch':
sound/drivers/opl3/opl3_synth.c:308: error: 'OPL3_PATCH_HASH_SIZE' undeclared (first use in this function)
sound/drivers/opl3/opl3_synth.c:308: error: (Each undeclared identifier is reported only once
sound/drivers/opl3/opl3_synth.c:308: error: for each function it appears in.)
sound/drivers/opl3/opl3_synth.c:311: error: 'struct snd_opl3' has no member named 'patch_table'
sound/drivers/opl3/opl3_synth.c:323: error: 'struct snd_opl3' has no member named 'patch_table'
sound/drivers/opl3/opl3_synth.c:324: error: 'struct snd_opl3' has no member named 'patch_table'
sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_clear_patches':
sound/drivers/opl3/opl3_synth.c:335: error: 'OPL3_PATCH_HASH_SIZE' undeclared (first use in this function)
sound/drivers/opl3/opl3_synth.c:337: error: 'struct snd_opl3' has no member named 'patch_table'
sound/drivers/opl3/opl3_synth.c:342: error: 'struct snd_opl3' has no member named 'patch_table'
sound/drivers/opl3/opl3_synth.c:342: error: 'struct snd_opl3' has no member named 'patch_table'

seems it's caused by the following config options:
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OPL3_LIB=m


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-03  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-03  5:30 latest git compile error in sound/drivers/opl3/opl3_synth.c Li Zefan
2008-02-03  9:10 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.