]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Apr 2013 16:52:02 +0000 (09:52 -0700)
commit2b44022a4cb95795c72bbda12ef1bd66a30fb3b5
tree93d8818ccca233aba8a4786798ea39d2c7326e0e
parent23127ff0cae231bcd2442c2fb89d3e15814d1e82
ASoC: spear_pcm: Update to new pcm_new() API

commit 59d9cc2a5073ab4b8c8f8bdbacf230a538abc55d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/spear/spear_pcm.c