* [PATCH] ASoC: Multi-component: Use a more adequate name for the CX20442 codec DAI
@ 2010-08-19 13:15 Janusz Krzysztofik
2010-08-19 14:24 ` Liam Girdwood
2010-08-19 14:30 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Janusz Krzysztofik @ 2010-08-19 13:15 UTC (permalink / raw)
To: alsa-devel; +Cc: Liam Girdwood
In the process of unification of codec DAI names while implementing
multi-component, the CX20442 codec DAI has been renamed to "cx20442-hifi".
This new name seems not adequate for a 8kHz voice codec.
Use a better name, "cx20442-voice", as suggested by Liam Girdwood.
Created against git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git
commit 5dcba5d6741d4533e0ef696507f93f2a4c738efb dated 12 Aug 2010.
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
---
--- git/sound/soc/codecs/cx20442.c.orig 2010-08-19 14:48:27.000000000 +0200
+++ git/sound/soc/codecs/cx20442.c 2010-08-19 15:01:55.000000000 +0200
@@ -318,7 +318,7 @@ EXPORT_SYMBOL_GPL(v253_ops);
*/
static struct snd_soc_dai_driver cx20442_dai = {
- .name = "cx20442-hifi",
+ .name = "cx20442-voice",
.playback = {
.stream_name = "Playback",
.channels_min = 1,
--- git/sound/soc/omap/ams-delta.c.orig 2010-08-19 14:48:28.000000000 +0200
+++ git/sound/soc/omap/ams-delta.c 2010-08-19 15:02:05.000000000 +0200
@@ -584,7 +584,7 @@ static struct snd_soc_dai_link ams_delta
.name = "CX20442",
.stream_name = "CX20442",
.cpu_dai_name ="omap-mcbsp-dai.0",
- .codec_dai_name = "cx20442-hifi",
+ .codec_dai_name = "cx20442-voice",
.init = ams_delta_cx20442_init,
.platform_name = "omap-pcm-audio",
.codec_name = "cx20442-codec",
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Multi-component: Use a more adequate name for the CX20442 codec DAI
2010-08-19 13:15 [PATCH] ASoC: Multi-component: Use a more adequate name for the CX20442 codec DAI Janusz Krzysztofik
@ 2010-08-19 14:24 ` Liam Girdwood
2010-08-19 14:30 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-08-19 14:24 UTC (permalink / raw)
To: Janusz Krzysztofik; +Cc: alsa-devel
On Thu, 2010-08-19 at 15:15 +0200, Janusz Krzysztofik wrote:
> In the process of unification of codec DAI names while implementing
> multi-component, the CX20442 codec DAI has been renamed to "cx20442-hifi".
> This new name seems not adequate for a 8kHz voice codec.
>
> Use a better name, "cx20442-voice", as suggested by Liam Girdwood.
>
> Created against git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git
> commit 5dcba5d6741d4533e0ef696507f93f2a4c738efb dated 12 Aug 2010.
>
> Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
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: Multi-component: Use a more adequate name for the CX20442 codec DAI
2010-08-19 13:15 [PATCH] ASoC: Multi-component: Use a more adequate name for the CX20442 codec DAI Janusz Krzysztofik
2010-08-19 14:24 ` Liam Girdwood
@ 2010-08-19 14:30 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-08-19 14:30 UTC (permalink / raw)
To: Janusz Krzysztofik; +Cc: alsa-devel, Liam Girdwood
On Thu, Aug 19, 2010 at 03:15:50PM +0200, Janusz Krzysztofik wrote:
> In the process of unification of codec DAI names while implementing
> multi-component, the CX20442 codec DAI has been renamed to "cx20442-hifi".
> This new name seems not adequate for a 8kHz voice codec.
Applied. Please, do try to remember that you need to CC maintainers
when posting patches.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-19 14:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-19 13:15 [PATCH] ASoC: Multi-component: Use a more adequate name for the CX20442 codec DAI Janusz Krzysztofik
2010-08-19 14:24 ` Liam Girdwood
2010-08-19 14:30 ` Mark Brown
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.