From: tony@atomide.com
To: Komal Shah <komal.shah802003@gmail.com>
Cc: linux-omap-open-source <linux-omap-open-source@linux.omap.com>,
vovan888@gmail.com
Subject: Re: [PATCH] ARM: OMAP: Fix sx1 build failure
Date: Mon, 11 Dec 2006 14:04:57 -0800 [thread overview]
Message-ID: <20061211220456.GD31722@atomide.com> (raw)
In-Reply-To: <3a5b1be00612041016j653fe738m9b3f77c6400e95d6@mail.gmail.com>
* Komal Shah <komal.shah802003@gmail.com> [061204 10:18]:
> Patch from Vladimir Ananiev.
>
> --
> ---Komal Shah
> http://komalshah.blogspot.com
> From 7734bbdac6cf4f2e670de5caa368f58f258978b4 Mon Sep 17 00:00:00 2001
> From: Komal Shah <komal_shah802003@yahoo.com>
> Date: Mon, 4 Dec 2006 23:39:21 +0530
> Subject: [PATCH] ARM: OMAP: Fix sx1 build failure
>
> sound/arm/omap/omap-alsa-sx1.c:32: error: `CN_IDX_SX1SND' undeclared
> here (not in a function)
> sound/arm/omap/omap-alsa-sx1.c:32: error: initializer element is not constant
> sound/arm/omap/omap-alsa-sx1.c:32: error: (near initialization for
> `cn_sx1snd_id.idx')
> sound/arm/omap/omap-alsa-sx1.c:32: error: `CN_VAL_SX1SND' undeclared
> here (not in a function)
> sound/arm/omap/omap-alsa-sx1.c:32: error: initializer element is not constant
> sound/arm/omap/omap-alsa-sx1.c:32: error: (near initialization for
> `cn_sx1snd_id.val')
>
> Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
> Signed-off-by: Vladimir Ananiev <vovan888@gmail.com>
> ---
> include/linux/connector.h | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/connector.h b/include/linux/connector.h
> index 4c02119..ba49a01 100644
> --- a/include/linux/connector.h
> +++ b/include/linux/connector.h
> @@ -36,9 +36,13 @@
> #define CN_VAL_CIFS 0x1
> #define CN_W1_IDX 0x3 /* w1 communication */
> #define CN_W1_VAL 0x1
> +#define CN_IDX_SX1SND 0x4
> +#define CN_VAL_SX1SND 0x1
> +#define CN_IDX_SX1PM 0x5
> +#define CN_VAL_SX1PM 0x1
>
>
> -#define CN_NETLINK_USERS 4
> +#define CN_NETLINK_USERS 6
>
> /*
> * Maximum connector's message size.
Pushing this. This should be sent to the appropriate list or LKML for
integration BTW.
Tony
prev parent reply other threads:[~2006-12-11 22:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-04 18:16 [PATCH] ARM: OMAP: Fix sx1 build failure Komal Shah
2006-12-11 22:04 ` tony [this message]
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=20061211220456.GD31722@atomide.com \
--to=tony@atomide.com \
--cc=komal.shah802003@gmail.com \
--cc=linux-omap-open-source@linux.omap.com \
--cc=vovan888@gmail.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