Loading
ASoC: msm: Remove usage of dev_set_name in audio drivers for DB8094
dev_set_name is used in platform and cpu dai drivers to satisfy the
needs of the ALSA SoC framework. ASoC framework does make use of
platform and cpu dai names to check whether they are registered to
it or not for sound card instantiation. However, the framework has
an alternative way to compare the device's of_nodes against dai_link's
of_nodes to know whether the platform/cpu dai is registered or not.
Make changes in the driver to retrieve of_nodes and then assign to
dai_link's of_node so that we can get rid of using dev_set_name in
the drivers.
Inserted support for Dragon Board 8094 platform
Change-Id: Ife4401a63f6f76676839e47860705c79f09bd034
Signed-off-by:
Tanya Finkel <tfinkel@codeaurora.org>