All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] add Xilinx audio formatter driver
@ 2018-12-19 17:19 ` Maruthi Srinivas Bayyavarapu
  0 siblings, 0 replies; 15+ messages in thread
From: Maruthi Srinivas Bayyavarapu @ 2018-12-19 17:19 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Rob Herring, Mark Rutland, Vishal Sagar, Michal Simek,
	Maruthi Srinivas Bayyavarapu, devicetree, linux-kernel,
	alsa-devel, linux-arm-kernel

Audio formatter IP supports two streaming interfaces - MM2S for playback
and S2MM for capture. The driver enables DMA functionality for both the interfaces.
Patchset includes devicetree bindings documentation, driver and build enablement.

Maruthi Srinivas Bayyavarapu (3):
  dt-bindings: ASoC: xlnx,audio-formatter: Document audio formatter
    bindings
  ASoC: xlnx: add pcm formatter platform driver
  ASoC: xlnx: enable audio formatter driver build

 .../bindings/sound/xlnx,audio-formatter.txt        |  29 ++
 sound/soc/xilinx/Kconfig                           |   7 +
 sound/soc/xilinx/Makefile                          |   2 +
 sound/soc/xilinx/xlnx_formatter_pcm.c              | 561 +++++++++++++++++++++
 4 files changed, 599 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/xlnx,audio-formatter.txt
 create mode 100644 sound/soc/xilinx/xlnx_formatter_pcm.c

-- 
2.7.4


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

end of thread, other threads:[~2018-12-20 15:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-19 17:19 [PATCH 0/3] add Xilinx audio formatter driver Maruthi Srinivas Bayyavarapu
2018-12-19 17:19 ` Maruthi Srinivas Bayyavarapu
2018-12-19 17:19 ` Maruthi Srinivas Bayyavarapu
2018-12-19 17:19 ` [PATCH 1/3] dt-bindings: ASoC: xlnx,audio-formatter: Document audio formatter bindings Maruthi Srinivas Bayyavarapu
2018-12-19 17:19   ` [PATCH 1/3] dt-bindings: ASoC: xlnx, audio-formatter: " Maruthi Srinivas Bayyavarapu
2018-12-19 17:19   ` [PATCH 1/3] dt-bindings: ASoC: xlnx,audio-formatter: " Maruthi Srinivas Bayyavarapu
2018-12-19 17:19 ` [PATCH 2/3] ASoC: xlnx: add pcm formatter platform driver Maruthi Srinivas Bayyavarapu
2018-12-19 17:19   ` Maruthi Srinivas Bayyavarapu
2018-12-19 17:19   ` Maruthi Srinivas Bayyavarapu
2018-12-20 15:06   ` Mark Brown
2018-12-20 15:06     ` Mark Brown
2018-12-20 15:06     ` Mark Brown
2018-12-19 17:19 ` [PATCH 3/3] ASoC: xlnx: enable audio formatter driver build Maruthi Srinivas Bayyavarapu
2018-12-19 17:19   ` Maruthi Srinivas Bayyavarapu
2018-12-19 17:19   ` Maruthi Srinivas Bayyavarapu

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.