Message ID | 20190916192348.467-1-pierre-louis.bossart@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | soundwire: intel/cadence: simplify PDI handling | expand |
On 9/16/19 2:23 PM, Pierre-Louis Bossart wrote: > These patches were originally submitted as '[RFC PATCH 00/11] > soundwire: intel: simplify DAI/PDI handling'. There were no comments > received. > > This series only provides the PDI changes, which makes it simpler to > review. The DAI changes will be provided with the complete series for > ASoC/SOF integration, which is a larger change. Vinod, if you are back at your desk, those patches are almost a month old. thanks! > > Bard Liao (3): > soundwire: intel: fix intel_register_dai PDI offsets and numbers > soundwire: intel: remove playback/capture stream_name > soundwire: cadence_master: improve PDI allocation > > Pierre-Louis Bossart (3): > soundwire: remove DAI_ID_RANGE definitions > soundwire: cadence/intel: simplify PDI/port mapping > soundwire: intel: don't filter out PDI0/1 > > drivers/soundwire/cadence_master.c | 158 +++++++---------------------- > drivers/soundwire/cadence_master.h | 34 ++----- > drivers/soundwire/intel.c | 155 ++++++---------------------- > include/linux/soundwire/sdw.h | 3 - > 4 files changed, 73 insertions(+), 277 deletions(-) >
On 16-09-19, 14:23, Pierre-Louis Bossart wrote: > These patches were originally submitted as '[RFC PATCH 00/11] > soundwire: intel: simplify DAI/PDI handling'. There were no comments > received. > > This series only provides the PDI changes, which makes it simpler to > review. The DAI changes will be provided with the complete series for > ASoC/SOF integration, which is a larger change. Applied all, thanks