From: Sangbeom Kim <sbkim73@samsung.com>
To: 'Mark Brown' <broonie@opensource.wolfsonmicro.com>,
'Liam Girdwood' <lrg@ti.com>
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com
Subject: Re: [PATCH] ASoC: Staticise asoc_idma_platform
Date: Wed, 14 Dec 2011 09:56:48 +0900 [thread overview]
Message-ID: <03c701ccb9fb$4202a060$c607e120$@com> (raw)
In-Reply-To: <1323701282-9478-1-git-send-email-broonie@opensource.wolfsonmicro.com>
On Mon, Dec 12, 2011 at 11:48 PM, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/samsung/idma.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c
> index baf97eb..2bcf758 100644
> --- a/sound/soc/samsung/idma.c
> +++ b/sound/soc/samsung/idma.c
> @@ -410,7 +410,7 @@ void idma_reg_addr_init(void __iomem *regs, dma_addr_t
> addr)
> idma.lp_tx_addr = addr;
> }
>
> -struct snd_soc_platform_driver asoc_idma_platform = {
> +static struct snd_soc_platform_driver asoc_idma_platform = {
> .ops = &idma_ops,
> .pcm_new = idma_new,
> .pcm_free = idma_free,
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Thanks,
Sangbeom,
prev parent reply other threads:[~2011-12-14 0:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-12 14:48 [PATCH] ASoC: Staticise asoc_idma_platform Mark Brown
2011-12-14 0:56 ` Sangbeom Kim [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='03c701ccb9fb$4202a060$c607e120$@com' \
--to=sbkim73@samsung.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lrg@ti.com \
--cc=patches@opensource.wolfsonmicro.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.