]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83ec42547854d2354d62b94e1c805c65e7e681af
tree9d7fbe44540c377e2a72713e573f5d363bc4d2e8
parent3f9274234bfb24b50c44a9f9dc54f293f8850a2b
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