Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Class.Pipeline."dai-copier-gain-mixin-capture" {
period_sink_count 2
period_source_count 0
node_type $HDA_LINK_INPUT_CLASS
num_audio_formats 2
num_audio_formats 1
# copier only supports one format based on mixin/mixout requirements: 32-bit 48KHz 2ch
Object.Base.audio_format.1 {
in_bit_depth 32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Class.Pipeline."dai-copier-gain-module-copier-capture" {
type dai_out
period_sink_count 2
period_source_count 0
num_audio_formats 2
num_audio_formats 1
# copier only supports one format based on mixin/mixout requirements: 32-bit 48KHz 2ch
Object.Base.audio_format.1 {
in_bit_depth 32
Expand All @@ -65,7 +65,7 @@ Class.Pipeline."dai-copier-gain-module-copier-capture" {
copier_type "module"
period_sink_count 2
period_source_count 0
num_audio_formats 2
num_audio_formats 1
Object.Base.audio_format.1 {
in_bit_depth 32
in_valid_bit_depth 32
Expand Down