mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-24 07:33:02 +00:00
m1n1.adt: Parse aop audio pdm ratios
Signed-off-by: Eileen Yoon <eyn@gmx.com>
This commit is contained in:
parent
0ac31ec584
commit
8fd1e4bef4
1 changed files with 9 additions and 0 deletions
|
@ -246,6 +246,13 @@ DAPFT8110C = Struct(
|
|||
"pad" / Array(3, Hex(Int8ul)),
|
||||
)
|
||||
|
||||
AOPRatios = Struct(
|
||||
"r0" / Int8ul,
|
||||
"r1" / Int8ul,
|
||||
"r2" / Int8ul,
|
||||
Const(0, Int8ul),
|
||||
)
|
||||
|
||||
DEV_PROPERTIES = {
|
||||
"pmgr": {
|
||||
"*": {
|
||||
|
@ -326,6 +333,8 @@ DEV_PROPERTIES = {
|
|||
"*": {
|
||||
"clockSource": FourCC,
|
||||
"identifier": FourCC,
|
||||
"ratios": AOPRatios,
|
||||
"filterLengths": Hex(Int32ul),
|
||||
},
|
||||
},
|
||||
"*alc?/audio-leap-mic*": {
|
||||
|
|
Loading…
Reference in a new issue