mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: mchehab@brturbo.com.br
Cc: video4linux-list@redhat.com, linux-kernel@vger.kernel.org
Subject: [2.6 patch] VIDEO_CX88_ALSA must select SND_PCM
Date: Thu, 19 Jan 2006 02:21:20 +0100	[thread overview]
Message-ID: <20060119012120.GW19398@stusta.de> (raw)

This patch fixes the following compile error:

<--  snip  -->

...
  LD      .tmp_vmlinux1
drivers/built-in.o: In function `snd_cx88_pcm_open':cx88-alsa.c:(.text+0x43f87a): undefined reference to 'snd_pcm_hw_constraint_integer'
drivers/built-in.o: In function `snd_cx88_hw_params':cx88-alsa.c:(.text+0x43f9e7): undefined reference to `snd_pcm_format_physical_width'
drivers/built-in.o: In function `cx8801_irq':cx88-alsa.c:(.text+0x43ff1f): undefined reference to `snd_pcm_period_elapsed'
drivers/built-in.o: In function `cx88_audio_initdev':cx88-alsa.c:(.text+0x440158): undefined reference to `snd_pcm_new':cx88-alsa.c:(.text+0x440194): undefined reference to `snd_pcm_set_ops'
drivers/built-in.o:(.data+0xa6f88): undefined reference to `snd_pcm_lib_ioctl'
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc1-mm1-full/drivers/media/video/cx88/Kconfig.old	2006-01-19 01:58:39.000000000 +0100
+++ linux-2.6.16-rc1-mm1-full/drivers/media/video/cx88/Kconfig	2006-01-19 01:58:51.000000000 +0100
@@ -32,6 +32,7 @@
 config VIDEO_CX88_ALSA
 	tristate "ALSA DMA audio support"
 	depends on VIDEO_CX88 && SND && EXPERIMENTAL
+	select SND_PCM
 	---help---
 	  This is a video4linux driver for direct (DMA) audio on
 	  Conexant 2388x based TV cards.


             reply	other threads:[~2006-01-19  1:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-19  1:21 Adrian Bunk [this message]
2006-01-19  3:24 ` Michael Krufky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060119012120.GW19398@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@brturbo.com.br \
    --cc=video4linux-list@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®