From: Dirk Behme <dirk.behme@googlemail.com>
To: Daniel Petrini <d.pensator@gmail.com>, lamikr <lamikr@cc.jyu.fi>
Cc: OMAP-Linux <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] Alsa modularisations and support for tsc2101 0/7
Date: Mon, 20 Feb 2006 20:45:59 +0100 [thread overview]
Message-ID: <43FA1C77.5010500@gmail.com> (raw)
In-Reply-To: <9268368b0602200933s41905c2bp254749b1e6eff9c7@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
Daniel Petrini wrote:
> This series of patches adds modularisation in alsa files for omap
> Comments and tests are welcome.
Module configuration seems to be missing in two files.
Dirk
[-- Attachment #2: alsa_module_patch.txt --]
[-- Type: text/plain, Size: 811 bytes --]
--- ./arch/arm/mach-omap1/omap-alsa-aic23.c_orig 2006-02-20 20:35:45.000000000 +0100
+++ ./arch/arm/mach-omap1/omap-alsa-aic23.c 2006-02-20 20:36:26.000000000 +0100
@@ -22,7 +22,7 @@
* are now in the aic23_samplerate_reg_info structure.
*/
-#ifdef CONFIG_SND
+#if defined( CONFIG_SND) || defined(CONFIG_SND_MODULE)
#include <sound/driver.h>
#include <sound/core.h>
--- ./arch/arm/mach-omap1/omap-alsa-tsc2101.c_orig 2006-02-20 20:40:17.000000000 +0100
+++ ./arch/arm/mach-omap1/omap-alsa-tsc2101.c 2006-02-20 20:40:51.000000000 +0100
@@ -28,7 +28,7 @@
/* routines extracted from file oss/omap-audio-tsc2101.c
* or called from drivers/ssi/omap-tsc2101.c */
-#ifdef CONFIG_SND
+#if defined( CONFIG_SND) || defined(CONFIG_SND_MODULE)
#include <linux/delay.h>
#include <linux/soundcard.h>
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next prev parent reply other threads:[~2006-02-20 19:45 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-20 17:33 [PATCH] Alsa modularisations and support for tsc2101 0/7 Daniel Petrini
2006-02-20 19:45 ` Dirk Behme [this message]
2006-02-20 20:33 ` Komal Shah
2006-02-20 20:35 ` Daniel Petrini
2006-02-20 20:58 ` Komal Shah
[not found] ` <9268368b0602201316q4533a165p75a4bd0ab489681d@mail.gmail.com>
2006-02-20 21:20 ` Daniel Petrini
2006-02-20 21:25 ` Komal Shah
2006-02-20 22:35 ` lamikr
2006-02-21 13:22 ` Menon, Nishanth
2006-02-21 13:49 ` Daniel Petrini
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=43FA1C77.5010500@gmail.com \
--to=dirk.behme@googlemail.com \
--cc=d.pensator@gmail.com \
--cc=lamikr@cc.jyu.fi \
--cc=linux-omap-open-source@linux.omap.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