-
Notifications
You must be signed in to change notification settings - Fork 349
Topo2 fix nocodec capture devices #7694
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
Topo2 fix nocodec capture devices #7694
Conversation
Rename cavs-nocodec capture PCMs. The current PCM names are confusing. These should be better names for them. The former "ssp-capture" is now "Port0 2nd Capture", "DMIC0 Raw" is now "DMIC SFX1", and "DMIC0 Raw 2" is now "DMIC SFX2". The PCMs in question have extra gains in the path to simulate processing. Also the mixer name is changed to compensate for the matching "Capture" substring in the end of the PCM name, that is part of the mixer name, to avoid "Capture Capture" tautology. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
Rename "DMIC" PCM name to "DMIC Raw" in the generic dmic topology fragment. The PCM is on the DMIC patch without any processing beyond gain and IIR EQ, thus the "Raw" extension. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
c2d3525 to
26d3dd4
Compare
|
@jsarha so rebase, as base commit it merged? |
Already done. |
kv2019i
left a comment
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.
@plbossart Good to go?
| PASSTHROUGH "false" | ||
| SSP0_PCM_NAME "Port0" | ||
| SSP0_CAPTURE_PCM "ssp-capture" | ||
| SSP0_CAPTURE_PCM "Port0 2nd Capture" |
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.
Why is this "2nd Capture" , I can't immediately figure out... UPDATE: ok, checked the #7093 .
|
Unrelated fails in https://sof-ci.01.org/sofpr/PR7694/build8577/devicetest/index.html and https://sof-ci.01.org/sofpr/PR7694/build8576/devicetest/index.html . Proceeding with merge. |
Supposed to fix #7093