login
Header Space

 
 

Re: Build error; sound/built-in.o:(.data+0x388): undefined reference to `snd_pcm_lib_ioctl'

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jesper Juhl <jesper.juhl@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>, Stas Sergeev <stsp@...>
Date: Monday, April 28, 2008 - 6:29 am

At Mon, 28 Apr 2008 01:20:08 +0200,
Jesper Juhl wrote:

Does the patch below fix the problem?


thanks,

Takashi

---
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig
index fe85af1..a78a8d0 100644
--- a/sound/drivers/Kconfig
+++ b/sound/drivers/Kconfig
@@ -8,6 +8,8 @@ config SND_PCSP
 	tristate "Internal PC speaker support"
 	depends on X86_PC && HIGH_RES_TIMERS
 	depends on INPUT
+	depends on SND
+	select SND_PCM
 	help
 	  If you don't have a sound card in your computer, you can include a
 	  driver for the PC speaker which allows it to act like a primitive
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Build error; sound/built-in.o:(.data+0x388): undefined r..., Takashi Iwai, (Mon Apr 28, 6:29 am)
speck-geostationary