public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linking issue with THINKPAD_ACPI=y and ALSA subsystem
@ 2009-12-18  2:35 Marcel Holtmann
  2009-12-18 14:25 ` Henrique de Moraes Holschuh
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Holtmann @ 2009-12-18  2:35 UTC (permalink / raw)
  To: Henrique de Moraes Holschuh; +Cc: Linux Kernel Mailing List

Hi Henrique,

so I am seeing the current issue when building 2.6.33-rc1 for a X200
machine:

drivers/built-in.o: In function `volume_alsa_notify_change':
thinkpad_acpi.c:(.text+0x16c135): undefined reference to `snd_ctl_notify'
thinkpad_acpi.c:(.text+0x16c14f): undefined reference to `snd_ctl_notify'
drivers/built-in.o: In function `volume_exit':
thinkpad_acpi.c:(.text+0x17000a): undefined reference to `snd_card_free'
drivers/built-in.o: In function `volume_init':
thinkpad_acpi.c:(.init.text+0xa05c): undefined reference to `snd_card_create'
thinkpad_acpi.c:(.init.text+0xa170): undefined reference to `snd_ctl_new1'
thinkpad_acpi.c:(.init.text+0xa17f): undefined reference to `snd_ctl_add'
thinkpad_acpi.c:(.init.text+0xa1a3): undefined reference to `snd_ctl_new1'
thinkpad_acpi.c:(.init.text+0xa1b2): undefined reference to `snd_ctl_add'
thinkpad_acpi.c:(.init.text+0xa1f0): undefined reference to `snd_card_register'
thinkpad_acpi.c:(.init.text+0xa200): undefined reference to `snd_card_free'
drivers/built-in.o:(.devinit.data+0xfb8): undefined reference to `snd_ctl_boolean_mono_info'

I do have THINKPAD_ACPI=y in my configuration and CONFIG_SND=m.

Regards

Marcel



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

* Re: Linking issue with THINKPAD_ACPI=y and ALSA subsystem
  2009-12-18  2:35 Linking issue with THINKPAD_ACPI=y and ALSA subsystem Marcel Holtmann
@ 2009-12-18 14:25 ` Henrique de Moraes Holschuh
  0 siblings, 0 replies; 2+ messages in thread
From: Henrique de Moraes Holschuh @ 2009-12-18 14:25 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: Linux Kernel Mailing List

On Thu, 17 Dec 2009, Marcel Holtmann wrote:
> I do have THINKPAD_ACPI=y in my configuration and CONFIG_SND=m.

That won't work.  Even with the fixes for the Kconfig (either a depends on
SND or a "select SOUND, select SND") you will have to either have both as
modules or both built-in.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

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

end of thread, other threads:[~2009-12-18 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-18  2:35 Linking issue with THINKPAD_ACPI=y and ALSA subsystem Marcel Holtmann
2009-12-18 14:25 ` Henrique de Moraes Holschuh

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