From: Padmavathi Venna Date: Fri, 7 Dec 2012 08:29:21 +0000 (+0530) Subject: ASoC: Samsung: Do not register samsung audio dma device as pdev X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~39^2~8^2~51^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a08485d8fdf6f67ca5f173b68d8f873c574745f2;p=pandora-kernel.git ASoC: Samsung: Do not register samsung audio dma device as pdev Previously, the ASoC 'platform' (PCM/DMA) object was instantiated via a platform_device. This didn't represent the hardware well, since there was no separate hardware associated with this platform_device; it was a virtual device with sole purpose to call snd_soc_register_platform(). This change removes the platform_device completely. Each Samsung DAI now registers the ASoC 'platform' itself. Machine drivers are adjusted for the new 'platform' name. Signed-off-by: Padmavathi Venna Signed-off-by: Mark Brown --- Reading git-diff-tree failed