]> git.ipfire.org Git - thirdparty/linux-firmware.git/commitdiff
intel: avs: Update topology file for Digital Microphone Array
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Mon, 12 May 2025 12:53:01 +0000 (14:53 +0200)
committerAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Mon, 12 May 2025 13:12:13 +0000 (15:12 +0200)
It was reported that, after recent update DMIC topology can't be loaded
on some kernels. [1] This is caused by update to how kernel handles
multiple channel on volume controls. However in case of DMIC it is not
really needed. Rebuild DMIC topology and manually edit conf file, before
converting to binary to replace reference to custom callback:
info "257"
with built-in:
info "1"
and then compile to binary.

The result is topology file, which is almost identical as previously
shared one, but with above change:
 00001820  20 56 6f 6c 75 6d 65 00  00 00 00 00 00 00 00 00  | Volume.........|
 00001830  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
 00001840  00 00 00 00 00 00 00 00  07 00 00 00 01 01 00 00  |................|
-00001850  01 01 00 00 01 01 00 00  00 00 00 00 00 00 00 00  |................|
+00001850  01 01 00 00 01 00 00 00  00 00 00 00 00 00 00 00  |................|
 00001860  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
 00001870  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
 00001880  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|

[1]
Link: https://bugzilla.suse.com/show_bug.cgi?id=1243030
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
intel/avs/dmic-tplg.bin

index 002c9c84a16fa253435b2797ec4dd87e9be11315..0bb6b81e49582df75812980d9a63ddabf8b0abdc 100644 (file)
Binary files a/intel/avs/dmic-tplg.bin and b/intel/avs/dmic-tplg.bin differ