From: Johannes Berg <johannes@sipsolutions.net>
To: alsa-devel@alsa-project.org
Cc: linuxppc-dev@ozlabs.org, netstar@gatheringofgray.com
Subject: [RFC 12/12] snd-aoa: wire up aoa in sound/
Date: Wed, 07 Jun 2006 15:09:21 +0200 [thread overview]
Message-ID: <20060607130918.936839000@sipsolutions.net> (raw)
In-Reply-To: 20060607130909.584205000@sipsolutions.net
[-- Attachment #1: wire-up.patch --]
[-- Type: text/plain, Size: 733 bytes --]
This patch adds the necessary Kconfig and Makefile hooks to make aoa
buildable inside the kernel tree.
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -58,6 +58,8 @@ source "sound/pci/Kconfig"
source "sound/ppc/Kconfig"
+source "sound/aoa/Kconfig"
+
source "sound/arm/Kconfig"
source "sound/mips/Kconfig"
--- a/sound/Makefile
+++ b/sound/Makefile
@@ -4,7 +4,7 @@ #
obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
-obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/
+obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ aoa/
ifeq ($(CONFIG_SND),y)
obj-y += last.o
--
WARNING: multiple messages have this Message-ID (diff)
From: Johannes Berg <johannes@sipsolutions.net>
To: alsa-devel@alsa-project.org
Cc: linuxppc-dev@ozlabs.org, netstar@gatheringofgray.com
Subject: [RFC 12/12] snd-aoa: wire up aoa in sound/
Date: Wed, 07 Jun 2006 15:09:21 +0200 [thread overview]
Message-ID: <20060607130918.936839000@sipsolutions.net> (raw)
In-Reply-To: 20060607130909.584205000@sipsolutions.net
This patch adds the necessary Kconfig and Makefile hooks to make aoa
buildable inside the kernel tree.
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -58,6 +58,8 @@ source "sound/pci/Kconfig"
source "sound/ppc/Kconfig"
+source "sound/aoa/Kconfig"
+
source "sound/arm/Kconfig"
source "sound/mips/Kconfig"
--- a/sound/Makefile
+++ b/sound/Makefile
@@ -4,7 +4,7 @@ #
obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
-obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/
+obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ aoa/
ifeq ($(CONFIG_SND),y)
obj-y += last.o
--
next prev parent reply other threads:[~2006-06-07 13:11 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-07 13:09 [RFC 00/12] snd-aoa: add snd-aoa Johannes Berg
2006-06-07 13:09 ` [RFC 01/12] snd-powermac: no longer handle anything with a layout-id property Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-26 20:49 ` Andreas Schwab
2006-06-26 20:49 ` Andreas Schwab
2006-06-27 14:29 ` Takashi Iwai
2006-06-27 14:29 ` [Alsa-devel] " Takashi Iwai
2006-06-27 15:32 ` Andreas Schwab
2006-06-27 15:32 ` [Alsa-devel] " Andreas Schwab
2006-06-29 21:03 ` Andreas Schwab
2006-06-29 21:03 ` [Alsa-devel] " Andreas Schwab
2006-06-29 22:26 ` Lee Revell
2006-06-29 22:26 ` [Alsa-devel] " Lee Revell
2006-06-29 23:16 ` Andreas Schwab
2006-06-29 23:16 ` [Alsa-devel] " Andreas Schwab
2006-06-30 9:35 ` Takashi Iwai
2006-06-30 9:35 ` [Alsa-devel] " Takashi Iwai
2006-07-07 5:38 ` Benjamin Herrenschmidt
2006-07-07 5:38 ` [Alsa-devel] " Benjamin Herrenschmidt
2006-07-07 8:04 ` Johannes Berg
2006-07-07 8:04 ` [Alsa-devel] " Johannes Berg
2006-07-07 8:13 ` Benjamin Herrenschmidt
2006-07-07 8:13 ` [Alsa-devel] " Benjamin Herrenschmidt
2006-07-07 8:22 ` Johannes Berg
2006-07-07 8:22 ` [Alsa-devel] " Johannes Berg
2006-07-07 8:27 ` Benjamin Herrenschmidt
2006-07-07 8:27 ` [Alsa-devel] " Benjamin Herrenschmidt
2006-07-07 8:40 ` Johannes Berg
2006-07-07 8:40 ` [Alsa-devel] " Johannes Berg
2006-07-07 9:51 ` Takashi Iwai
2006-07-07 9:51 ` [Alsa-devel] " Takashi Iwai
2006-07-07 9:55 ` Johannes Berg
2006-07-07 9:55 ` [Alsa-devel] " Johannes Berg
2006-06-27 17:40 ` Johannes Berg
2006-06-27 17:40 ` [Alsa-devel] " Johannes Berg
2006-06-27 17:30 ` Johannes Berg
2006-06-27 17:30 ` Johannes Berg
2006-06-07 13:09 ` [RFC 02/12] snd-aoa: add aoa header files Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 13:09 ` [RFC 03/12] snd-aoa: add aoa core Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 18:13 ` [Alsa-devel] " Takashi Iwai
2006-06-09 12:10 ` Johannes Berg
2006-06-09 12:10 ` [Alsa-devel] " Johannes Berg
2006-06-07 18:13 ` Takashi Iwai
2006-06-07 13:09 ` [RFC 04/12] snd-aoa: add soundbus Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 13:09 ` [RFC 05/12] snd-aoa: add i2sbus Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 18:44 ` Takashi Iwai
2006-06-07 18:44 ` [Alsa-devel] " Takashi Iwai
2006-06-09 12:13 ` Johannes Berg
2006-06-09 12:23 ` Takashi Iwai
2006-06-09 12:23 ` [Alsa-devel] " Takashi Iwai
2006-06-09 12:13 ` Johannes Berg
2006-06-07 13:09 ` [RFC 06/12] snd-aoa: add onyx codec Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 13:09 ` [RFC 07/12] snd-aoa: add tas codec Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 15:42 ` Johannes Berg
2006-06-07 15:42 ` Johannes Berg
2006-06-07 13:09 ` [RFC 08/12] snd-aoa: add toonie codec Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 13:09 ` [RFC 09/12] snd-aoa: add build files for codecs Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 13:09 ` [RFC 10/12] snd-aoa: add layout-id fabric Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 13:09 ` [RFC 11/12] snd-aoa: add Kconfig and Makefile Johannes Berg
2006-06-07 13:09 ` Johannes Berg
2006-06-07 18:50 ` [Alsa-devel] " Takashi Iwai
2006-06-09 12:10 ` Johannes Berg
2006-06-09 12:10 ` [Alsa-devel] " Johannes Berg
2006-06-07 18:50 ` Takashi Iwai
2006-06-07 13:09 ` Johannes Berg [this message]
2006-06-07 13:09 ` [RFC 12/12] snd-aoa: wire up aoa in sound/ Johannes Berg
2006-06-07 18:22 ` [Alsa-devel] [RFC 00/12] snd-aoa: add snd-aoa Takashi Iwai
2006-06-09 12:22 ` Johannes Berg
2006-06-09 12:22 ` [Alsa-devel] " Johannes Berg
2006-06-09 12:34 ` Takashi Iwai
2006-06-09 12:34 ` [Alsa-devel] " Takashi Iwai
2006-06-07 18:22 ` Takashi Iwai
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=20060607130918.936839000@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=alsa-devel@alsa-project.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=netstar@gatheringofgray.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.