mbox series

[0/4] ASoC: SOF: initial support for Intel ALH/SoundWire DAIs

Message ID 20190815155032.29181-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: initial support for Intel ALH/SoundWire DAIs | expand

Message

Pierre-Louis Bossart Aug. 15, 2019, 3:50 p.m. UTC
This patchset adds the basic functionality to extract DAI information
from the topology and send the information to firmware. At the moment
there is no specific configuration in topology file, all the
programming takes place based on the dai index and the related ALH
stream ID.

The renaming from SoundWire to ALH (Audio Link Hub) is a better
representation of the hardware, the ALH acts as a proxy between the
DMA transfers and the Cadence IP.

Bard liao (1):
  ASoC: SOF: rename SOUNDWIRE to ALH

Pierre-Louis Bossart (3):
  ASoC: SOF: ipc: add ALH parameters
  ASoC: SOF: topology: initial support for Intel ALH DAI type
  ASoC: SOF: pcm: add ALH support

 include/sound/sof/dai-intel.h |  9 ++++++++
 include/sound/sof/dai.h       |  3 ++-
 include/uapi/sound/sof/abi.h  |  2 +-
 sound/soc/sof/pcm.c           |  3 +++
 sound/soc/sof/topology.c      | 42 ++++++++++++++++++++++++++++++++++-
 5 files changed, 56 insertions(+), 3 deletions(-)