Skip to content

Commit b0c3460

Browse files
committed
ASoC: SOF: skl enable the skl/kbl ops, instead of using apl_ops
Signed-off-by: Zhu Yingjiang <yingjiang.zhu@linux.intel.com>
1 parent 2310452 commit b0c3460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/sof/sof-pci-dev.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ static const struct sof_ops_table mach_ops[] = {
148148
{&cnl_desc, &sof_cnl_ops},
149149
#endif
150150
#if IS_ENABLED(CONFIG_SND_SOC_SOF_SKYLAKE)
151-
{&skl_desc, &sof_apl_ops},
151+
{&skl_desc, &sof_skl_ops},
152152
#endif
153153
#if IS_ENABLED(CONFIG_SND_SOC_SOF_KABYLAKE)
154-
{&kbl_desc, &sof_apl_ops},
154+
{&kbl_desc, &sof_skl_ops},
155155
#endif
156156
#if IS_ENABLED(CONFIG_SND_SOC_SOF_ICELAKE)
157157
{&icl_desc, &sof_cnl_ops},

0 commit comments

Comments
 (0)