]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/commit
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)
commita32d5cc1a182b83f26a63adfae78853db2e0d151
tree5eb9bab329409686dfb6b28d6cf4621254ed0906
parenta1d732703915a35a4c726a82e18fe436e26b74a7
intel: avs: Update topology file for Digital Microphone Array

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