ASoC: add set_params function in codec driver
authorRamesh Babu K V <ramesh.babu@intel.com>
Thu, 6 Oct 2011 15:18:22 +0000 (16:18 +0100)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 21:17:14 +0000 (13:17 -0800)
commitf1707abe2d10caa80422fb7464718ac561275030
treedad0e008d07a55461ec2753402a561c93f9457ee
parentb2756d4834ded3711194d93e569db8c9bf7c6f71
ASoC: add set_params function in codec driver

This patch adds new function for alsa soc framework.  The set_params
function can be called by asoc drivers to configure the codec
parameters like word size.

Change-Id: I737af5c53aa6966f6a23cc7b234943b2eefc2fb4
Signed-off-by: Ramesh Babu K V <ramesh.babu@intel.com>
include/sound/soc.h
sound/soc/soc-core.c