ASoC: davinci-mcasp: Rename private struct and it's users (dev -> mcasp)
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 14 Nov 2013 09:35:29 +0000 (11:35 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 10 Dec 2013 11:22:16 +0000 (11:22 +0000)
commit70091a3e6aa2e7a05eaefcaec1a43c27a5023eb7
tree30032b1cd73f7dbcbe2277d8730b85cdce4cfa4c
parenteba0ecf067913d60768bb3d11f861b949f072a93
ASoC: davinci-mcasp: Rename private struct and it's users (dev -> mcasp)

Rename the private struct from davinci_audio_dev to davinci_mcasp.
Change the local use of the pointer to this struct from *dev to *mcasp.

The aim is to have better readable code for the first look since having
dev->xxxx in the code when using the local private struct is a bit
surprising.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/davinci/davinci-mcasp.c