ASoC: spear_pcm: Update to new pcm_new() API
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 18 Mar 2013 17:57:23 +0000 (18:57 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 20 Mar 2013 10:02:33 +0000 (11:02 +0100)
commit59d9cc2a5073ab4b8c8f8bdbacf230a538abc55d
tree20a62a57a92a942ea4f58eed11d924c3955b9def
parenta937536b868b8369b98967929045f1df54234323
ASoC: spear_pcm: Update to new pcm_new() API

Commit 552d1ef6 ("ASoC: core - Optimise and refactor pcm_new() to pass only
rtd") updated the pcm_new() callback to take the rtd as the only parameter. The
spear PCM driver (which was merged much later) still uses the old API. This
patch updates the driver to the new API.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
sound/soc/spear/spear_pcm.c