Skip to content

Commit

Permalink
acppdmmach: add support for ACP 7.0
Browse files Browse the repository at this point in the history
Starting with ACP 7.0 there is a generic 'acppdmmach' driver that
will be utilized.

Closes: #452
Signed-off-by: Mario Limonciello <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
superm1 authored and perexg committed Oct 18, 2024
1 parent 9cfedec commit b2358f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ucm2/HDA/HDA.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Syntax 6
Define.Use "" # a non-empty string to use UCM configuration for HDA devices
Define.Done "" # a non-empty string to skip the end error

Define.AcpCardId "$${find-card:field=name,return=id,regex='^acp(|6[23x])$'}"
Define.AcpCardId "$${find-card:field=name,return=id,regex='^acp(|6[23x]|-pdm-mach)$'}"
Define.DeviceMic "Mic"

If.dualcodec {
Expand Down
1 change: 1 addition & 0 deletions ucm2/conf.d/acp-pdm-mach/acp-pdm-mach.conf

0 comments on commit b2358f2

Please sign in to comment.