Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions tools/topology/topology2/include/components/host-copier.conf
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ Class.Widget."host-copier" {
token_ref "copier.word"
}

#
# D0I3 compatibility flags for streams. When set, the DSP can
# remain in D0i3 during S0ix while this stream is active.
#
DefineAttribute."playback_compatible_d0i3" {
token_ref "stream.bool"
}
Comment on lines +90 to +92

DefineAttribute."capture_compatible_d0i3" {
token_ref "stream.bool"
}

attributes {
#
# The host copier widget name would be constructed using the copier pcm_id and
Expand Down
Loading