All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-project.org@rakim.wolfsonmicro.main,
	linuxppc-dev@ozlabs.org, timur@freescale.com,
	liam.girdwood@wolfsonmicro.com
Subject: Re: [PATCH 3/3] ASoC: Staticise keyclick dev_attr in tlv320aic26
Date: Tue, 22 Jul 2008 17:26:06 -0400	[thread overview]
Message-ID: <20080722212605.GF12412@secretlab.ca> (raw)
In-Reply-To: <1216727589-19544-3-git-send-email-broonie@opensource.wolfsonmicro.com>

On Tue, Jul 22, 2008 at 12:53:09PM +0100, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>

> ---
>  sound/soc/codecs/tlv320aic26.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/codecs/tlv320aic26.c b/sound/soc/codecs/tlv320aic26.c
> index 73b7027..bed8a9e 100644
> --- a/sound/soc/codecs/tlv320aic26.c
> +++ b/sound/soc/codecs/tlv320aic26.c
> @@ -418,7 +418,7 @@ static ssize_t aic26_keyclick_set(struct device *dev,
>  	return count;
>  }
>  
> -DEVICE_ATTR(keyclick, 0644, aic26_keyclick_show, aic26_keyclick_set);
> +static DEVICE_ATTR(keyclick, 0644, aic26_keyclick_show, aic26_keyclick_set);
>  
>  /* ---------------------------------------------------------------------
>   * SPI device portion of driver: probe and release routines and SPI
> -- 
> 1.5.6.3
> 

  reply	other threads:[~2008-07-22 21:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-22  6:58 [PATCH v3 0/3] ALSA SoC: MPC5200 audio driver Grant Likely
2008-07-22  9:26 ` Mark Brown
2008-07-22  9:26   ` [alsa-devel] " Mark Brown
2008-07-22 13:38   ` Jon Smirl
2008-07-22 13:38     ` [alsa-devel] " Jon Smirl
2008-07-22 14:10     ` Mark Brown
2008-07-22 14:10       ` [alsa-devel] " Mark Brown
2008-07-22 14:52       ` Jon Smirl
2008-07-22 14:52         ` [alsa-devel] " Jon Smirl
2008-07-22 15:14         ` Timur Tabi
2008-07-22 15:14           ` [alsa-devel] " Timur Tabi
2008-07-22 18:39         ` Mark Brown
2008-07-22 18:39           ` [alsa-devel] " Mark Brown
2008-07-22 21:26   ` Grant Likely
2008-07-22 21:26     ` [alsa-devel] " Grant Likely
2008-07-22 11:52 ` Mark Brown
2008-07-22 11:53   ` [PATCH 1/3] ASoC: Make OpenFirmware helper include file conditional Mark Brown
2008-07-22 11:53     ` [PATCH 2/3] ASoC: Export DAI and codec for TLV320AIC26 Mark Brown
2008-07-22 11:53       ` [PATCH 3/3] ASoC: Staticise keyclick dev_attr in tlv320aic26 Mark Brown
2008-07-22 21:26         ` Grant Likely [this message]
2008-07-22 21:25       ` [PATCH 2/3] ASoC: Export DAI and codec for TLV320AIC26 Grant Likely
2008-07-22 21:24     ` [PATCH 1/3] ASoC: Make OpenFirmware helper include file conditional Grant Likely

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=20080722212605.GF12412@secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=alsa-project.org@rakim.wolfsonmicro.main \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=liam.girdwood@wolfsonmicro.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=timur@freescale.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.