]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Remove extra rtd->dev.init_name assignment in soc_probe_dai_link
authorJarkko Nikula <jhnikula@gmail.com>
Tue, 21 Sep 2010 12:36:49 +0000 (15:36 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 21 Sep 2010 17:43:01 +0000 (18:43 +0100)
commit037c5c04e955c6837c4eb8d13c15ea605620fd9c
treeaa6b22d162099058371754d4bfe567aa59aff5de
parent4f8d42fb679f933df7c8f881345d553aadbcb476
ASoC: Remove extra rtd->dev.init_name assignment in soc_probe_dai_link

rtd->dev.init_name is set twice in soc_probe_dai_link. I removed the first
assignement from dai_link->stream_name since then there won't be sysfs name
changes and usually dai_link->name seems to fit anyway better for a sysfs
directory name.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c