Commit Graph

3 Commits (20250708)

Author SHA1 Message Date
Amadeusz Sławiński a32d5cc1a1 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>
2025-05-12 15:12:13 +02:00
Amadeusz Sławiński 53958b3945 intel: avs: Update topology file for Digital Microphone Array
Minor update to topology file, FE DAI IDs were added.

Binary equivalent of the XML source in the avs-topology-xml repository.
Commit 84dab6ab47f9 ("dmic: Add missing FE DAI IDs to topology")

Link: 84dab6ab47
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
2025-04-15 12:29:04 +02:00
Cezary Rojewski f1be219179 intel: avs: Add topology file for Digital Microphone Array
The topology file defines stream layout for a single unidirectional
capture endpoint.

Binary equivalent of the XML source in the avs-topology-xml repository.
Commit d7aa0496cbce ("dmic: Update topology to expose volume control").

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: d7aa0496cb
2024-07-10 12:18:19 +02:00