Skip to content

Commit

Permalink
ASoC: SOF: Intel: TGL: fix EHL ops
Browse files Browse the repository at this point in the history
EHL is derived from TGL, not CNL, so we shall use the TGL ops.

Fixes: 8d4ba1b ("ASoC: SOF: pci: split PCI into different drivers")
Reviewed-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Libin Yang <[email protected]>
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
libinyang authored and broonie committed Mar 23, 2021
1 parent 91ec48f commit 3c429f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sof/intel/pci-tgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static const struct sof_dev_desc ehl_desc = {
.default_tplg_path = "intel/sof-tplg",
.default_fw_filename = "sof-ehl.ri",
.nocodec_tplg_filename = "sof-ehl-nocodec.tplg",
.ops = &sof_cnl_ops,
.ops = &sof_tgl_ops,
};

static const struct sof_dev_desc adls_desc = {
Expand Down

0 comments on commit 3c429f8

Please sign in to comment.