[Sound-open-firmware] [PATCH 0/7] Multiple DAI type support in topology

Ranjani Sridharan ranjani.sridharan at linux.intel.com
Tue May 22 08:54:21 CEST 2018


This patchset adds the changes required for multiple DAI types in
topology. The main changes are as follows:

1. The tplg build script was hardwired for SSP DAI type. Make changes to
accomodate other types.
2. Changes to DAI_CONFIG to accomodate more than just SSP type DAI.
3. The test m4 files similarly were hardwired for SSP. This patchset
makes them DAI type agnostic
4. Add DMIC DAI type config definition
5. Add DMIC specific tokens. This is the preliminary version. More
tokens will be added as needed. 
6. Add DMIC test topology

Ranjani Sridharan (7):
  [RFC]topology: separate ssp params from dai common params
  [RFC]topology: scripts: changes to accomodate different DAI types
  [RFC]topology: add DMIC tokens
  [RFC]topology: make m4 filenames dai type agnostic
  [RFC]topology: scripts: add dmic test topology
  [RFC]topology: add DMIC config definition to DAI config
  [RFC]topology: add DMIC dai support in test capture m4

 topology/m4/dai.m4                            |  66 ++++--
 topology/sof-apl-nocodec.m4                   |  11 +-
 topology/sof-apl-tdf8532.m4                   |  22 +-
 topology/sof-bdw-rt286.m4                     |  11 +-
 topology/sof-bdw-rt5640.m4                    |  11 +-
 topology/sof-byt-da7213.m4                    |  11 +-
 topology/sof-byt-nocodec.m4                   |  11 +-
 topology/sof-byt-rt5640.m4                    |  11 +-
 topology/sof-byt-rt5645.m4                    |  11 +-
 topology/sof-byt-rt5651.m4                    |  11 +-
 topology/sof-cht-max98090.m4                  |  11 +-
 topology/sof-cht-nocodec.m4                   |  11 +-
 topology/sof-cnl-rt274.m4                     |  11 +-
 topology/sof-hsw-rt5640.m4                    |  11 +-
 topology/sof/tokens.m4                        |  14 ++
 topology/test/{test-ssp.m4 => test-all.m4}    |  39 ++--
 .../{test-capture-ssp.m4 => test-capture.m4}  |  39 ++--
 ...{test-playback-ssp.m4 => test-playback.m4} |  31 +--
 ...-playback-ssp.m4 => test-tone-playback.m4} |  25 ++-
 topology/test/tplg-build.sh                   | 192 +++++++++++-------
 20 files changed, 343 insertions(+), 217 deletions(-)
 rename topology/test/{test-ssp.m4 => test-all.m4} (65%)
 rename topology/test/{test-capture-ssp.m4 => test-capture.m4} (55%)
 rename topology/test/{test-playback-ssp.m4 => test-playback.m4} (65%)
 rename topology/test/{test-tone-playback-ssp.m4 => test-tone-playback.m4} (65%)

-- 
2.17.0



More information about the Sound-open-firmware mailing list