mbox series

[v1,0/4] ADD support for reading position updates from

Message ID 20221123121911.3446224-1-vsujithkumar.reddy@amd.corp-partner.google.com
Headers show
Series ADD support for reading position updates from | expand

Message

V sujith kumar Reddy Nov. 23, 2022, 12:19 p.m. UTC
This series consists of 
1.Reading postion update from stream box
2.selecting clock source as external ACLK clock
3.ADD virtual HS and SP DAI
4.Add AMD virtual DAI configuration support in sof core.


V sujith kumar Reddy (4):
  ASoC: SOF: amd: Fix for reading position updates from stream box.
  ASoC: SOF: amd: Fix for selecting clock source as external clock.
  ASoC: SOF: amd: ADD HS and SP virtual DAI.
  ASoC: SOF: Add DAI configuration support for AMD platforms.

 include/sound/sof/dai-amd.h     |  1 +
 include/sound/sof/dai.h         |  2 ++
 include/uapi/sound/sof/tokens.h |  5 +++++
 sound/soc/sof/amd/acp-common.c  |  1 +
 sound/soc/sof/amd/acp-ipc.c     | 30 ++++++++++++++++++++++++++-
 sound/soc/sof/amd/acp.c         |  4 +++-
 sound/soc/sof/amd/acp.h         | 12 +++++++++++
 sound/soc/sof/amd/rembrandt.c   | 16 +++++++++++++++
 sound/soc/sof/amd/renoir.c      | 16 +++++++++++++++
 sound/soc/sof/ipc3-pcm.c        |  2 ++
 sound/soc/sof/ipc3-topology.c   | 36 +++++++++++++++++++++++++--------
 sound/soc/sof/sof-audio.h       |  1 +
 sound/soc/sof/topology.c        | 10 +++++++++
 13 files changed, 126 insertions(+), 10 deletions(-)