From: Stephen Warren Date: Tue, 10 Dec 2013 19:35:24 +0000 (-0700) Subject: ASoC: SPEAr: get rid of spear-pcm-audio struct device X-Git-Tag: v3.14-rc1~143^2~1^2~38^2^34~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede38884ac25ed78e43f3480056670963a9980f0;p=pandora-kernel.git ASoC: SPEAr: get rid of spear-pcm-audio struct device Modify the SPEAr PCM driver so that it's a utility library that can be registered on each DAI, rather than a separate struct device. This is more in line with how many recent DT-converted platforms operate, and avoids the need for yet another struct device. This is also required as a pre-cursor to removing spear_pcm_request_chan(). Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed