All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: SOF: i.MX8 SAI and Intel ALH/SoundWire DAI support
@ 2019-08-15 19:20 Pierre-Louis Bossart
  2019-08-15 19:20 ` [PATCH 1/4] ASoC: SOF: topology: Add dummy support for i.MX8 DAIs Pierre-Louis Bossart
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pierre-Louis Bossart @ 2019-08-15 19:20 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, broonie, Pierre-Louis Bossart

This patchset adds the basic functionality to extract DAI information
from the topology and send the information to firmware.

The i.MX8 SAI/ESAI definitions are minimal placeholders for now, they
are included to keep the alignment with the firmware/topology.

For the Intel ALH, 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

Daniel Baluta (1):
  ASoC: SOF: topology: Add dummy support for i.MX8 DAIs

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

 include/sound/sof/dai.h         |  4 +-
 include/uapi/sound/sof/tokens.h |  8 ++++
 sound/soc/sof/pcm.c             |  3 ++
 sound/soc/sof/topology.c        | 72 ++++++++++++++++++++++++++++++++-
 4 files changed, 85 insertions(+), 2 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-16 12:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 19:20 [PATCH 0/4] ASoC: SOF: i.MX8 SAI and Intel ALH/SoundWire DAI support Pierre-Louis Bossart
2019-08-15 19:20 ` [PATCH 1/4] ASoC: SOF: topology: Add dummy support for i.MX8 DAIs Pierre-Louis Bossart
2019-08-16 12:14   ` Applied "ASoC: SOF: topology: Add dummy support for i.MX8 DAIs" to the asoc tree Mark Brown
2019-08-15 19:20 ` [PATCH 2/4] ASoC: SOF: rename SOUNDWIRE to ALH Pierre-Louis Bossart
2019-08-16 12:14   ` Applied "ASoC: SOF: rename SOUNDWIRE to ALH" to the asoc tree Mark Brown
2019-08-15 19:20 ` [PATCH 3/4] ASoC: SOF: topology: initial support for Intel ALH DAI type Pierre-Louis Bossart
2019-08-16 12:14   ` Applied "ASoC: SOF: topology: initial support for Intel ALH DAI type" to the asoc tree Mark Brown
2019-08-15 19:20 ` [PATCH 4/4] ASoC: SOF: pcm: add ALH support Pierre-Louis Bossart
2019-08-16 12:14   ` Applied "ASoC: SOF: pcm: add ALH support" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.