From: Johannes Berg <johannes@sipsolutions.net>
To: alsa-devel@alsa-project.org
Cc: linuxppc-dev@ozlabs.org
Subject: [RFC 7/8] snd-aoa: add Kconfig and Makefile
Date: Thu, 01 Jun 2006 13:58:51 +0200 [thread overview]
Message-ID: <20060601115850.518169000@sipsolutions.net> (raw)
In-Reply-To: 20060601115844.343214000@sipsolutions.net
[-- Attachment #1: add-build-stuff.patch --]
[-- Type: text/plain, Size: 717 bytes --]
This patch adds the simple Kconfig and Makefile files for aoa.
--- /dev/null
+++ b/sound/aoa/Kconfig
@@ -0,0 +1,17 @@
+menu "Apple Onboard Audio driver"
+ depends on SND != n && PPC
+
+config SND_AOA
+ tristate "Apple Onboard Audio driver"
+ depends on SOUND && SND_PCM && EXPERIMENTAL
+ ---help---
+ This option enables the new driver for the various
+ Apple Onboard Audio components.
+
+source "sound/aoa/fabrics/Kconfig"
+
+source "sound/aoa/codecs/Kconfig"
+
+source "sound/aoa/soundbus/Kconfig"
+
+endmenu
--- /dev/null
+++ b/sound/aoa/Makefile
@@ -0,0 +1,4 @@
+obj-$(CONFIG_SND_AOA) += core/
+obj-$(CONFIG_SND_AOA) += codecs/
+obj-$(CONFIG_SND_AOA) += fabrics/
+obj-$(CONFIG_SND_AOA_SOUNDBUS) += soundbus/
--
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
Subject: [RFC 7/8] snd-aoa: add Kconfig and Makefile
Date: Thu, 01 Jun 2006 13:58:51 +0200 [thread overview]
Message-ID: <20060601115850.518169000@sipsolutions.net> (raw)
In-Reply-To: 20060601115844.343214000@sipsolutions.net
This patch adds the simple Kconfig and Makefile files for aoa.
--- /dev/null
+++ b/sound/aoa/Kconfig
@@ -0,0 +1,17 @@
+menu "Apple Onboard Audio driver"
+ depends on SND != n && PPC
+
+config SND_AOA
+ tristate "Apple Onboard Audio driver"
+ depends on SOUND && SND_PCM && EXPERIMENTAL
+ ---help---
+ This option enables the new driver for the various
+ Apple Onboard Audio components.
+
+source "sound/aoa/fabrics/Kconfig"
+
+source "sound/aoa/codecs/Kconfig"
+
+source "sound/aoa/soundbus/Kconfig"
+
+endmenu
--- /dev/null
+++ b/sound/aoa/Makefile
@@ -0,0 +1,4 @@
+obj-$(CONFIG_SND_AOA) += core/
+obj-$(CONFIG_SND_AOA) += codecs/
+obj-$(CONFIG_SND_AOA) += fabrics/
+obj-$(CONFIG_SND_AOA_SOUNDBUS) += soundbus/
--
next prev parent reply other threads:[~2006-06-01 13:06 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-01 11:58 [RFC 0/8] snd-aoa: add snd-aoa Johannes Berg
2006-06-01 11:58 ` [RFC 1/8] snd-aoa: add aoa header files Johannes Berg
2006-06-01 11:58 ` Johannes Berg
2006-06-01 11:58 ` [RFC 2/8] snd-aoa: add aoa core Johannes Berg
2006-06-01 11:58 ` Johannes Berg
2006-06-02 13:42 ` Takashi Iwai
2006-06-02 13:42 ` [Alsa-devel] " Takashi Iwai
2006-06-02 13:46 ` Johannes Berg
2006-06-02 13:46 ` [Alsa-devel] " Johannes Berg
2006-06-01 11:58 ` [RFC 3/8] snd-aoa: add soundbus Johannes Berg
2006-06-01 11:58 ` Johannes Berg
2006-06-02 13:53 ` Takashi Iwai
2006-06-02 13:53 ` [Alsa-devel] " Takashi Iwai
2006-06-02 14:07 ` Johannes Berg
2006-06-02 14:07 ` [Alsa-devel] " Johannes Berg
2006-06-02 14:21 ` Takashi Iwai
2006-06-02 14:21 ` [Alsa-devel] " Takashi Iwai
2006-06-02 14:41 ` Andreas Schwab
2006-06-02 14:41 ` [Alsa-devel] " Andreas Schwab
2006-06-02 14:44 ` Johannes Berg
2006-06-02 14:44 ` [Alsa-devel] " Johannes Berg
2006-06-02 14:45 ` Takashi Iwai
2006-06-02 14:45 ` [Alsa-devel] " Takashi Iwai
2006-06-01 11:58 ` [RFC 4/8] snd-aoa: add i2sbus Johannes Berg
2006-06-01 11:58 ` Johannes Berg
2006-06-02 14:23 ` Takashi Iwai
2006-06-02 14:23 ` [Alsa-devel] " Takashi Iwai
2006-06-06 11:17 ` Johannes Berg
2006-06-06 11:17 ` [Alsa-devel] " Johannes Berg
2006-06-06 14:00 ` Takashi Iwai
2006-06-07 11:40 ` Johannes Berg
2006-06-07 11:40 ` [Alsa-devel] " Johannes Berg
2006-06-07 12:41 ` Takashi Iwai
2006-06-07 12:41 ` [Alsa-devel] " Takashi Iwai
2006-06-07 12:45 ` Johannes Berg
2006-06-07 12:45 ` [Alsa-devel] " Johannes Berg
2006-06-07 12:49 ` Takashi Iwai
2006-06-07 12:49 ` [Alsa-devel] " Takashi Iwai
2006-06-07 12:52 ` Johannes Berg
2006-06-07 12:52 ` [Alsa-devel] " Johannes Berg
2006-06-07 12:58 ` Takashi Iwai
2006-06-07 12:58 ` [Alsa-devel] " Takashi Iwai
2006-06-07 13:01 ` Johannes Berg
2006-06-07 13:01 ` [Alsa-devel] " Johannes Berg
2006-06-06 14:00 ` Takashi Iwai
2006-06-01 11:58 ` [RFC 5/8] snd-aoa: add codecs Johannes Berg
2006-06-01 11:58 ` Johannes Berg
2006-06-02 14:31 ` Takashi Iwai
2006-06-02 14:31 ` [Alsa-devel] " Takashi Iwai
2006-06-06 11:36 ` Johannes Berg
2006-06-06 11:36 ` [Alsa-devel] " Johannes Berg
2006-06-01 11:58 ` [RFC 6/8] snd-aoa: add layout-id fabric Johannes Berg
2006-06-01 11:58 ` Johannes Berg
2006-06-01 11:58 ` Johannes Berg [this message]
2006-06-01 11:58 ` [RFC 7/8] snd-aoa: add Kconfig and Makefile Johannes Berg
2006-06-01 11:58 ` [RFC 8/8] snd-aoa: wire up aoa in sound/ Johannes Berg
2006-06-01 11:58 ` Johannes Berg
2006-06-02 14:43 ` [RFC 0/8] snd-aoa: add snd-aoa Takashi Iwai
2006-06-02 14:43 ` [Alsa-devel] " Takashi Iwai
2006-06-02 14:56 ` Johannes Berg
2006-06-02 14:56 ` [Alsa-devel] " Johannes Berg
2006-06-02 15:23 ` Takashi Iwai
2006-06-02 15:23 ` [Alsa-devel] " 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=20060601115850.518169000@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=alsa-devel@alsa-project.org \
--cc=linuxppc-dev@ozlabs.org \
/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.