Re: [PATCH] ALSA: fix ice1712 section mismatch

2007-06-26 Thread Takashi Iwai
At Mon, 25 Jun 2007 16:41:10 -0700, Andrew Morton wrote: > > On Mon, 25 Jun 2007 16:17:39 -0700 Randy Dunlap <[EMAIL PROTECTED]> > wrote: > > > From: Randy Dunlap <[EMAIL PROTECTED]> > > > > Cannot mix const and __initdata: > > sound/pci/ice1712/prodigy192.c:708: error: ak4114_controls causes a

Re: [PATCH] ALSA: fix ice1712 section mismatch

2007-06-25 Thread Randy Dunlap
On Mon, 25 Jun 2007 16:41:10 -0700 Andrew Morton wrote: > On Mon, 25 Jun 2007 16:17:39 -0700 Randy Dunlap <[EMAIL PROTECTED]> > wrote: > > > From: Randy Dunlap <[EMAIL PROTECTED]> > > > > Cannot mix const and __initdata: > > sound/pci/ice1712/prodigy192.c:708: error: ak4114_controls causes a sec

Re: [PATCH] ALSA: fix ice1712 section mismatch

2007-06-25 Thread Andrew Morton
On Mon, 25 Jun 2007 16:17:39 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Cannot mix const and __initdata: > sound/pci/ice1712/prodigy192.c:708: error: ak4114_controls causes a section > type conflict > This is a fatal compilation error, isn't it?

[PATCH] ALSA: fix ice1712 section mismatch

2007-06-25 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Cannot mix const and __initdata: sound/pci/ice1712/prodigy192.c:708: error: ak4114_controls causes a section type conflict Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- sound/pci/ice1712/prodigy192.c |2 +- 1 file changed, 1 insertion(+), 1 delet