From: Kuninori Morimoto Date: Thu, 14 Mar 2013 07:18:41 +0000 (-0700) Subject: ASoC: add .name for snd_soc_component_driver X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~42^2~24^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61782e4f5eb593958582524aad9b14dc98b1b56c;p=pandora-kernel.git ASoC: add .name for snd_soc_component_driver This patch adds .name member on snd_soc_component_driver. But this patch doesn't care about whether cmpnt_drv was NULL, and/or its name was NULL in snd_soc_register_component() at this point. Because, it is easy to switch over to snd_soc_register_component() from snd_soc_register_dais() if it doesn't care cmpnt_drv was NULL. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed