OSDN Git Service

ASoC: Intel: Skylake: modify skl_get_dsp_ops()
authorVinod Koul <vinod.koul@intel.com>
Tue, 26 Jul 2016 12:36:41 +0000 (18:06 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 8 Aug 2016 10:54:59 +0000 (11:54 +0100)
commit73a675816d704337ef7e8cb441f094a82fcc1018
tree9d7fbe44540c377e2a72713e573f5d363bc4d2e8
parentb7c505554c11cc7978ab942b544d86dd92d59dcf
ASoC: Intel: Skylake: modify skl_get_dsp_ops()

To query the ops used for a platform, we use skl_get_dsp_ops() which return
index and then we load the ops.

Rather than this return the ops, this way it cna be used later to query the
ops in rest of the driver.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-messages.c
sound/soc/intel/skylake/skl.h