public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG] cs46xx compile error 2.5.47
@ 2002-11-11 22:40 Ed Tomlinson
  2002-11-11 23:00 ` Florin Iucha
  2002-11-12  3:38 ` Chris Friesen
  0 siblings, 2 replies; 3+ messages in thread
From: Ed Tomlinson @ 2002-11-11 22:40 UTC (permalink / raw)
  To: linux-kernel

Hi,

I get this compiling 2.5.47

  gcc -Wp,-MD,sound/pci/cs46xx/.cs46xx_lib.o.d -D__KERNEL__ -Iinclude -Wall 
-Wstrict-prototypes -Wrigraphs -O2 -fno-strict-aliasing -fno-common -pipe 
-mpreferred-stack-boundary=2 -march=k6 -Iarch//mach-generic -fomit-frame-pointer 
-nostdinc -iwithprefix include -DMODULE -include include/linux/ersions.h   
-DKBUILD_BASENAME=cs46xx_lib   -c -o sound/pci/cs46xx/cs46xx_lib.o sound/pci/cs46xx/cs_lib.c
sound/pci/cs46xx/cs46xx_lib.c: In function `_cs46xx_adjust_sample_rate':
sound/pci/cs46xx/cs46xx_lib.c:1054: structure has no member named `spos_mutex'
sound/pci/cs46xx/cs46xx_lib.c: In function `snd_cs46xx_playback_hw_params':
sound/pci/cs46xx/cs46xx_lib.c:1071: warning: unused variable `chip'
sound/pci/cs46xx/cs46xx_lib.c:1072: warning: unused variable `sample_rate'
sound/pci/cs46xx/cs46xx_lib.c:1073: warning: unused variable `period_size'
sound/pci/cs46xx/cs46xx_lib.c: In function `snd_cs46xx_capture_hw_params':
sound/pci/cs46xx/cs46xx_lib.c:1251: warning: unused variable `period_size'
sound/pci/cs46xx/cs46xx_lib.h: At top level:
sound/pci/cs46xx/cs46xx_lib.c:1028: warning: `_cs46xx_adjust_sample_rate' defined but not used
sound/pci/cs46xx/cs46xx_lib.c:1445: warning: `hw_constraints_period_sizes' defined but not used
make[3]: *** [sound/pci/cs46xx/cs46xx_lib.o] Error 1
make[2]: *** [sound/pci/cs46xx] Error 2
make[1]: *** [sound/pci] Error 2
make: *** [sound] Error 2

Anyone have any ideas?

Ed Tomlinson


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

* Re: [BUG] cs46xx compile error 2.5.47
  2002-11-11 22:40 [BUG] cs46xx compile error 2.5.47 Ed Tomlinson
@ 2002-11-11 23:00 ` Florin Iucha
  2002-11-12  3:38 ` Chris Friesen
  1 sibling, 0 replies; 3+ messages in thread
From: Florin Iucha @ 2002-11-11 23:00 UTC (permalink / raw)
  To: Ed Tomlinson; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1782 bytes --]

On Mon, Nov 11, 2002 at 05:40:18PM -0500, Ed Tomlinson wrote:
> Hi,
> 
> I get this compiling 2.5.47
> 
>   gcc -Wp,-MD,sound/pci/cs46xx/.cs46xx_lib.o.d -D__KERNEL__ -Iinclude -Wall 
> -Wstrict-prototypes -Wrigraphs -O2 -fno-strict-aliasing -fno-common -pipe 
> -mpreferred-stack-boundary=2 -march=k6 -Iarch//mach-generic -fomit-frame-pointer 
> -nostdinc -iwithprefix include -DMODULE -include include/linux/ersions.h   
> -DKBUILD_BASENAME=cs46xx_lib   -c -o sound/pci/cs46xx/cs46xx_lib.o sound/pci/cs46xx/cs_lib.c
> sound/pci/cs46xx/cs46xx_lib.c: In function `_cs46xx_adjust_sample_rate':
> sound/pci/cs46xx/cs46xx_lib.c:1054: structure has no member named `spos_mutex'
> sound/pci/cs46xx/cs46xx_lib.c: In function `snd_cs46xx_playback_hw_params':
> sound/pci/cs46xx/cs46xx_lib.c:1071: warning: unused variable `chip'
> sound/pci/cs46xx/cs46xx_lib.c:1072: warning: unused variable `sample_rate'
> sound/pci/cs46xx/cs46xx_lib.c:1073: warning: unused variable `period_size'
> sound/pci/cs46xx/cs46xx_lib.c: In function `snd_cs46xx_capture_hw_params':
> sound/pci/cs46xx/cs46xx_lib.c:1251: warning: unused variable `period_size'
> sound/pci/cs46xx/cs46xx_lib.h: At top level:
> sound/pci/cs46xx/cs46xx_lib.c:1028: warning: `_cs46xx_adjust_sample_rate' defined but not used
> sound/pci/cs46xx/cs46xx_lib.c:1445: warning: `hw_constraints_period_sizes' defined but not used
> make[3]: *** [sound/pci/cs46xx/cs46xx_lib.o] Error 1
> make[2]: *** [sound/pci/cs46xx] Error 2
> make[1]: *** [sound/pci] Error 2
> make: *** [sound] Error 2
> 
> Anyone have any ideas?

Enable CONFIG_SND_CS46XX_NEW_DSP. That will get it to compile.

Cheers,
florin

-- 

"If it's not broken, let's fix it till it is."

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [BUG] cs46xx compile error 2.5.47
  2002-11-11 22:40 [BUG] cs46xx compile error 2.5.47 Ed Tomlinson
  2002-11-11 23:00 ` Florin Iucha
@ 2002-11-12  3:38 ` Chris Friesen
  1 sibling, 0 replies; 3+ messages in thread
From: Chris Friesen @ 2002-11-12  3:38 UTC (permalink / raw)
  To: Ed Tomlinson; +Cc: linux-kernel

Ed Tomlinson wrote:

> Anyone have any ideas?

See my post w/ subject "patch for cs46xx driver on 2.5.47 to fix 
compilation error".

Chris




-- 
Chris Friesen                    | MailStop: 043/33/F10
Nortel Networks                  | work: (613) 765-0557
3500 Carling Avenue              | fax:  (613) 765-2986
Nepean, ON K2H 8E9 Canada        | email: cfriesen@nortelnetworks.com


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

end of thread, other threads:[~2002-11-12  3:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-11 22:40 [BUG] cs46xx compile error 2.5.47 Ed Tomlinson
2002-11-11 23:00 ` Florin Iucha
2002-11-12  3:38 ` Chris Friesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox