-
Notifications
You must be signed in to change notification settings - Fork 349
tools: topology2: move deepbuffer defaults to separate file #10226
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,6 +48,7 @@ | |
| <intel/ssp_aux_config.conf> | ||
| <ssp.conf> | ||
| <bt-default.conf> | ||
| <deep-buffer-default.conf> | ||
|
|
||
| Define { | ||
| PLATFORM "none" | ||
|
|
@@ -70,6 +71,11 @@ Define { | |
| DEEP_BUFFER_PIPELINE_SRC 'mixin.15.1' | ||
| DEEP_BUFFER_PIPELINE_SINK 'mixout.1.1' | ||
| DEEP_BUFFER_PCM_NAME 'Deepbuffer Jack Out' | ||
| DEEP_BUFFER_PIPELINE_ID_2 16 | ||
| DEEP_BUFFER_PCM_ID_2 35 | ||
| DEEP_BUFFER_PIPELINE_SRC_2 'mixin.16.1' | ||
| DEEP_BUFFER_PIPELINE_SINK_2 'mixout.21.1' | ||
| DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Speaker' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know we are doing more of a mechanical move in this PR, but I think it makes sense to look at our |
||
| SDW_JACK_OUT_STREAM 'SDW0-Playback' | ||
| SDW_JACK_IN_STREAM 'SDW0-Capture' | ||
| SDW_JACK_OUT_BE_ID 0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # default settings for Deep Buffer Speaker | ||
| Define { | ||
| DEEP_BUF_SPK false | ||
| DEEP_BUF_JACK_RATE 48000 | ||
|
|
||
| DEEP_BUFFER_PCM_NAME 'Deepbuffer Jack Out' | ||
| DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Speaker' | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,7 +1,3 @@ | ||||||||||||||||
| Define { | ||||||||||||||||
| DEEP_BUF_SPK false | ||||||||||||||||
| DEEP_BUF_JACK_RATE 48000 | ||||||||||||||||
| } | ||||||||||||||||
|
|
||||||||||||||||
| Object.Pipeline.deepbuffer-playback [ | ||||||||||||||||
| { | ||||||||||||||||
|
|
@@ -126,11 +122,6 @@ Object.Base.route [ | |||||||||||||||
| IncludeByKey.DEEP_BUF_SPK { | ||||||||||||||||
| "true" { | ||||||||||||||||
| Define { | ||||||||||||||||
| DEEP_BUFFER_PIPELINE_ID_2 16 | ||||||||||||||||
| DEEP_BUFFER_PCM_ID_2 35 | ||||||||||||||||
| DEEP_BUFFER_PIPELINE_SRC_2 'mixin.16.1' | ||||||||||||||||
| DEEP_BUFFER_PIPELINE_SINK_2 'mixout.21.1' | ||||||||||||||||
| DEEP_BUFFER_PCM_NAME_2 'Deepbuffer Amps' | ||||||||||||||||
| SPEAKER_PCM_CORE_ID 0 | ||||||||||||||||
|
||||||||||||||||
| SPEAKER_PCM_CORE_ID 0 | |
| SPEAKER_PCM_CORE_ID 0 | |
| DEEP_BUFFER_PIPELINE_ID_2 2 | |
| DEEP_BUFFER_PCM_ID_2 2 | |
| DEEP_BUFFER_PIPELINE_SRC_2 host-copier.$DEEP_BUFFER_PCM_ID_2.playback | |
| DEEP_BUFFER_PIPELINE_SINK_2 gain.$DEEP_BUFFER_PIPELINE_ID_2.1 | |
| DEEP_BUFFER_PCM_NAME_2 "Deep Buffer Playback 2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some typos in git commit, will fix: