diff mbox series

[SRU,B/E,linux-firmware,1/1] linux-firmware: symbol link sof-cfl.ri and sof-cfl.ldc

Message ID 20200427014738.8898-2-hui.wang@canonical.com
State New
Headers show
Series missing sof-cfl.ri symbol link in the Bionic and Eoan | expand

Commit Message

Hui Wang April 27, 2020, 1:47 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1875263

On the coffeelake platforms, the sof driver needs to load sof-cfl.ri,
And Intel told us that it is safe the share the sof-cfl.ri to
sof-cfl.ri, and a couple of ubuntu users already tested it, it worked
on their cfl platforms.

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

Patch

diff --git a/intel/sof/sof-cfl.ldc b/intel/sof/sof-cfl.ldc
new file mode 120000
index 00000000..acc07108
--- /dev/null
+++ b/intel/sof/sof-cfl.ldc
@@ -0,0 +1 @@ 
+cnl/intel/sof-cnl-v1.3-0f73628.ldc
\ No newline at end of file
diff --git a/intel/sof/sof-cfl.ri b/intel/sof/sof-cfl.ri
new file mode 120000
index 00000000..17166c2e
--- /dev/null
+++ b/intel/sof/sof-cfl.ri
@@ -0,0 +1 @@ 
+cnl/intel/sof-cnl-v1.3-0f73628.ri
\ No newline at end of file