-
Notifications
You must be signed in to change notification settings - Fork 1
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
topology2: sof-mtl-rt5650: add SSP FMT 24 support #26
base: master
Are you sure you want to change the base?
Conversation
c60bff8
to
d04390c
Compare
alsatplg -V refer to the SDW PR thesofproject#8359 to add the FMT_24 bit support on SSP. The logs has applied the PR here to set the out_valid_bit_depth, but the topology configuration doesn't take effect. [ 64.762791] sof-audio-pci-intel-mtl 0000:00:1f.3: widget name: dai-copier.SSP.SSP0-Codec.playback, id: 27
|
2b9b290
to
d7e4c97
Compare
d97933a
to
6ec5ae7
Compare
Replace whitespaces with tabs. Signed-off-by: Mac Chiang <[email protected]>
Replace whitespaces with tabs. Signed-off-by: Mac Chiang <[email protected]>
The CHAIN_DMA has been replaced with HDMI_USE_CHAIN_DMA, which was already enabled by default on iDisplay HDAudio codec in hdmi-default.conf. Signed-off-by: Mac Chiang <[email protected]>
All topologies are built in parallel. The same name will lead to file overrides. Therefore, correct to use the respective file names properly. Signed-off-by: Mac Chiang <[email protected]>
Use 24 bits format on playback and capture pipelines if codec needs, e.g. RT5650 HS/SPK codec. Signed-off-by: Mac Chiang <[email protected]>
b289622
to
7c1d274
Compare
use 24 bit format on playback and capture pipelines if codec needs, e.g. RT5650 HS/SPK codec.