* [PATCH] ASoC: ak4642: Revive ak4642_snd_controls
@ 2010-09-03 7:12 Kuninori Morimoto
2010-09-03 9:43 ` Liam Girdwood
2010-09-03 9:54 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Kuninori Morimoto @ 2010-09-03 7:12 UTC (permalink / raw)
To: Mark Brown; +Cc: Linux-ALSA, Liam Girdwood
This patch revive ak4642_snd_controls which was removed on
f0fba2ad1b6b53d5360125c41953b7afcd6deff0
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
sound/soc/codecs/ak4642.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c
index 31b35e9..c84cc9c 100644
--- a/sound/soc/codecs/ak4642.c
+++ b/sound/soc/codecs/ak4642.c
@@ -424,6 +424,8 @@ static int ak4642_probe(struct snd_soc_codec *codec)
codec->hw_write = (hw_write_t)i2c_master_send;
codec->control_data = ak4642->control_data;
+ snd_soc_add_controls(codec, ak4642_snd_controls,
+ ARRAY_SIZE(ak4642_snd_controls));
return 0;
}
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: ak4642: Revive ak4642_snd_controls
2010-09-03 7:12 [PATCH] ASoC: ak4642: Revive ak4642_snd_controls Kuninori Morimoto
@ 2010-09-03 9:43 ` Liam Girdwood
2010-09-03 9:54 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-09-03 9:43 UTC (permalink / raw)
To: Kuninori Morimoto; +Cc: Linux-ALSA, Mark Brown
On Fri, 2010-09-03 at 16:12 +0900, Kuninori Morimoto wrote:
> This patch revive ak4642_snd_controls which was removed on
> f0fba2ad1b6b53d5360125c41953b7afcd6deff0
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> sound/soc/codecs/ak4642.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c
> index 31b35e9..c84cc9c 100644
> --- a/sound/soc/codecs/ak4642.c
> +++ b/sound/soc/codecs/ak4642.c
> @@ -424,6 +424,8 @@ static int ak4642_probe(struct snd_soc_codec *codec)
> codec->hw_write = (hw_write_t)i2c_master_send;
> codec->control_data = ak4642->control_data;
>
> + snd_soc_add_controls(codec, ak4642_snd_controls,
> + ARRAY_SIZE(ak4642_snd_controls));
>
> return 0;
> }
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: ak4642: Revive ak4642_snd_controls
2010-09-03 7:12 [PATCH] ASoC: ak4642: Revive ak4642_snd_controls Kuninori Morimoto
2010-09-03 9:43 ` Liam Girdwood
@ 2010-09-03 9:54 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-09-03 9:54 UTC (permalink / raw)
To: Kuninori Morimoto; +Cc: Linux-ALSA, Liam Girdwood
On Fri, Sep 03, 2010 at 04:12:36PM +0900, Kuninori Morimoto wrote:
> This patch revive ak4642_snd_controls which was removed on
> f0fba2ad1b6b53d5360125c41953b7afcd6deff0
Applied, thanks. When referencing commits it's helpful to also include
some of the subject line of the commit so that people don't have to look
it up to see what the commit was.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-03 9:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03 7:12 [PATCH] ASoC: ak4642: Revive ak4642_snd_controls Kuninori Morimoto
2010-09-03 9:43 ` Liam Girdwood
2010-09-03 9:54 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).