| To: | Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de> |
|---|---|
| Subject: | SB16 build error. |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Thu, 30 Jun 2011 10:17:54 +0100 |
| Cc: | alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, florian@linux-mips.org, Florian Fainelli <florian@openwrt.org>, linux-arch@vger.kernel.org, Richard Henderson <rth@twiddle.net>, Ivan Kokshaysky <ink@jurassic.park.msu.ru>, Matt Turner <mattst88@gmail.com>, Benjamin Herrenschmidt <benh@kernel.crashing.org>, Paul Mackerras <paulus@samba.org>, "David S. Miller" <davem@davemloft.net>, sparclinux@vger.kernel.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
Found on a MIPS build but certain other architectures will have the same issue: CC sound/isa/sb/sb16_csp.o sound/isa/sb/sb16_csp.c: In function ‘snd_sb_csp_ioctl’: sound/isa/sb/sb16_csp.c:228: error: case label does not reduce to an integer constant make[1]: *** [sound/isa/sb/sb16_csp.o] Error 1 make: *** [sound/isa/sb/sb16_csp.o] Error 2 This error message is caused by the _IOC_TYPECHECK() error check triggering due to excessive ioctl size on Alpha, PowerPC, MIPS and SPARC which define _IOC_SIZEBITS as 13. On all other architectures define it as 14 so struct snd_sb_csp_microcode with it's little over 12kB will just about fit into the 16kB limit. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [RFC v3 12/13] bcm47xx: add support for bcma bus, Florian Fainelli |
|---|---|
| Next by Date: | Re: SB16 build error., Takashi Iwai |
| Previous by Thread: | [RFC v3 00/13] bcma: add support for embedded devices like bcm4716, Hauke Mehrtens |
| Next by Thread: | Re: SB16 build error., Takashi Iwai |
| Indexes: | [Date] [Thread] [Top] [All Lists] |