diff options
author | Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> | 2010-08-19 09:15:50 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-19 10:30:43 -0400 |
commit | 5394637a246f4709e6f9c62b6af2356f49ef46a7 (patch) | |
tree | 2de0674ff6f501cfc52eee0ecd2c64234b54daf0 /sound/soc/codecs/cx20442.c | |
parent | 140176159597ea1f23dcccb47b5c38fdf7c7faa8 (diff) |
ASoC: Use a more adequate name for the CX20442 codec DAI
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.
Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/cx20442.c')
-rw-r--r-- | sound/soc/codecs/cx20442.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cx20442.c b/sound/soc/codecs/cx20442.c index cf4323dbf9c4..e8d27c8f9ba3 100644 --- a/sound/soc/codecs/cx20442.c +++ b/sound/soc/codecs/cx20442.c | |||
@@ -318,7 +318,7 @@ EXPORT_SYMBOL_GPL(v253_ops); | |||
318 | */ | 318 | */ |
319 | 319 | ||
320 | static struct snd_soc_dai_driver cx20442_dai = { | 320 | static struct snd_soc_dai_driver cx20442_dai = { |
321 | .name = "cx20442-hifi", | 321 | .name = "cx20442-voice", |
322 | .playback = { | 322 | .playback = { |
323 | .stream_name = "Playback", | 323 | .stream_name = "Playback", |
324 | .channels_min = 1, | 324 | .channels_min = 1, |