Skip to content

Commit

Permalink
ASoC: Intel: sdw_rt711_rt1308_rt715: add multi-cpu DAI support
Browse files Browse the repository at this point in the history
In original code, one BE DAI is generated for each sdw link with
only one CPU DAI. But on some platforms, multiple speakers on
different sdw links are designed to support one PCM stream. In
this case there are multiple CPU DAI for each sdw link in one
BE DAI.

This driver processes each sdw link info and creates one BE DAI.
It is not fit for above multi-CPU-DAI case. This patch introduce
another sdw dai link, which merges multi-codec on different sdw
link into one sdw dai so that it is easy to gerenate BE DAI with
enough information.

Signed-off-by: randerwang <rander.wang@linux.intel.com>
  • Loading branch information
RanderWang committed Feb 21, 2020
1 parent fced860 commit 862424e
Showing 1 changed file with 190 additions and 44 deletions.
Loading

0 comments on commit 862424e

Please sign in to comment.