diff mbox series

[SRU,B,linux-firmware,1/1] UBUNTU: SAUCE: generate 2 symbollinks for sof-hda-generic.tplg

Message ID 20200527132909.5254-2-hui.wang@canonical.com
State New
Headers show
Series generate the symbollink of sof-hda-generic-2ch/4ch.tplg for bionic | expand

Commit Message

Hui Wang May 27, 2020, 1:29 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1880623

After users install the ubuntu focal kernel in the Bionic, the
sof driver can't find the needed topology files. That is
because the sof driver in the kernel 5.4 changes the topology's
name. After generating 2 symbollinks, the sof driver in kernel
5.4 could load the topology and audio works well.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
---
 intel/sof-tplg/sof-hda-generic-2ch.tplg | 1 +
 intel/sof-tplg/sof-hda-generic-4ch.tplg | 1 +
 2 files changed, 2 insertions(+)
 create mode 120000 intel/sof-tplg/sof-hda-generic-2ch.tplg
 create mode 120000 intel/sof-tplg/sof-hda-generic-4ch.tplg
diff mbox series

Patch

diff --git a/intel/sof-tplg/sof-hda-generic-2ch.tplg b/intel/sof-tplg/sof-hda-generic-2ch.tplg
new file mode 120000
index 00000000..eea02c70
--- /dev/null
+++ b/intel/sof-tplg/sof-hda-generic-2ch.tplg
@@ -0,0 +1 @@ 
+sof-hda-generic.tplg
\ No newline at end of file
diff --git a/intel/sof-tplg/sof-hda-generic-4ch.tplg b/intel/sof-tplg/sof-hda-generic-4ch.tplg
new file mode 120000
index 00000000..eea02c70
--- /dev/null
+++ b/intel/sof-tplg/sof-hda-generic-4ch.tplg
@@ -0,0 +1 @@ 
+sof-hda-generic.tplg
\ No newline at end of file