From: Kuninori Morimoto Date: Thu, 17 Oct 2013 05:05:26 +0000 (-0700) Subject: ASoC: add snd_soc_of_get_dai_name() default of_xlate X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~72^2~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6833c452c2fb47353566aa705d68541c6045c796;p=pandora-kernel.git ASoC: add snd_soc_of_get_dai_name() default of_xlate Current snd_soc_of_get_dai_name() needs .of_xlate_dai_name() callback on each component drivers. But required behavior on almost all these drivers is just returns its indexed driver's name. This patch adds this feature as default behavior. .of_xlate_dai_name() can overwrite it. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed