Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools: Topology2: Change in capture gain curve_duration to 50 ms #8208

Merged
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
3 changes: 3 additions & 0 deletions tools/topology/topology2/cavs-nocodec-multicore.conf
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
btian1 marked this conversation as resolved.
Show resolved Hide resolved
num_input_audio_formats 2
num_output_audio_formats 2
Object.Base.audio_format.1 {
Expand Down Expand Up @@ -396,6 +397,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
num_input_audio_formats 2
num_output_audio_formats 2
Object.Base.audio_format.1 {
Expand Down Expand Up @@ -454,6 +456,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
num_input_audio_formats 2
num_output_audio_formats 2
Object.Base.audio_format.1 {
Expand Down
6 changes: 6 additions & 0 deletions tools/topology/topology2/cavs-nocodec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ IncludeByKey.PASSTHROUGH {
pcm_id $SSP0_PCM_ID
}
Object.Widget.gain.1 {
curve_duration 500000
Object.Control.mixer.1 {
name 'Post Demux $SSP0_PCM_NAME Capture Volume'
}
Expand All @@ -289,6 +290,7 @@ IncludeByKey.PASSTHROUGH {
pcm_id $SSP0_CAPTURE_PCM_ID
}
Object.Widget.gain.1 {
curve_duration 500000
Object.Control.mixer.1 {
name 'Post Demux $SSP0_CAPTURE_PCM Volume'
}
Expand Down Expand Up @@ -329,6 +331,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
num_input_audio_formats 2
num_output_audio_formats 2
Object.Base.audio_format.1 {
Expand Down Expand Up @@ -394,6 +397,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
Object.Control.mixer.1 {
name 'Pre Demux $SSP0_PCM_NAME Capture Volume'
}
Expand Down Expand Up @@ -699,6 +703,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
num_input_audio_formats 2
num_output_audio_formats 2
Object.Base.audio_format.1 {
Expand Down Expand Up @@ -755,6 +760,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
num_input_audio_formats 2
num_output_audio_formats 2
Object.Base.audio_format.1 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ IncludeByKey.PASSTHROUGH {
}
}
Object.Widget.gain.1 {
curve_duration 500000
btian1 marked this conversation as resolved.
Show resolved Hide resolved
num_input_audio_formats 2
num_output_audio_formats 2
Object.Base.audio_format.1 {
Expand Down
Loading