[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111003055353.GA2673@mwesterb-mobl.ger.corp.intel.com>
Date: Mon, 3 Oct 2011 08:53:53 +0300
From: Mika Westerberg <mika.westerberg@....fi>
To: Axel Lin <axel.lin@...il.com>
Cc: linux-kernel@...r.kernel.org, Liam Girdwood <lrg@...com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
alsa-devel@...a-project.org
Subject: Re: [PATCH] ASoC: Staticise ep93xx_ac97_dai
On Mon, Oct 03, 2011 at 11:33:05AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@...il.com>
Acked-by: Mika Westerberg <mika.westerberg@....fi>
> ---
> sound/soc/ep93xx/ep93xx-ac97.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/ep93xx/ep93xx-ac97.c b/sound/soc/ep93xx/ep93xx-ac97.c
> index c7417c7..3cd6158 100644
> --- a/sound/soc/ep93xx/ep93xx-ac97.c
> +++ b/sound/soc/ep93xx/ep93xx-ac97.c
> @@ -335,7 +335,7 @@ static struct snd_soc_dai_ops ep93xx_ac97_dai_ops = {
> .trigger = ep93xx_ac97_trigger,
> };
>
> -struct snd_soc_dai_driver ep93xx_ac97_dai = {
> +static struct snd_soc_dai_driver ep93xx_ac97_dai = {
> .name = "ep93xx-ac97",
> .id = 0,
> .ac97_control = 1,
> --
> 1.7.4.1
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists