All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Enable audio output on AM62-SK
@ 2022-04-21 13:22 ` Jai Luthra
  0 siblings, 0 replies; 15+ messages in thread
From: Jai Luthra @ 2022-04-21 13:22 UTC (permalink / raw)
  To: Peter Ujfalusi, Nishanth Menon, Vignesh Raghavendra, Rob Herring,
	Krzysztof Kozlowski, Jayesh Choudhary
  Cc: alsa-devel, linux-kernel, linux-arm-kernel, devicetree, Jai Luthra

This patch series adds support for audio output via headphone jack on the 
AM62-SK board. The jack is wired to TLV320AIC3106 (codec), which is 
connected to McASP (serializer).

The same 3.5mm jack can be used for combined playback+recording, but audio 
input is currently disabled on McASP until further testing and debugging.

Please apply this series on top of 
https://lore.kernel.org/all/20220415131917.431137-1-vigneshr@ti.com/ 

Jai Luthra (1):
  arm64: dts: ti: am625-sk: Add audio output support

Jayesh Choudhary (2):
  arm64: dts: ti: k3-am62-main: Add McASP nodes
  ASoC: ti: davinci-mcasp: Add dma-type for bcdma

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 51 ++++++++++++++
 arch/arm64/boot/dts/ti/k3-am625-sk.dts   | 89 ++++++++++++++++++++++++
 sound/soc/ti/davinci-mcasp.c             |  2 +
 3 files changed, 142 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2022-04-22 13:33 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 13:22 [PATCH 0/3] Enable audio output on AM62-SK Jai Luthra
2022-04-21 13:22 ` Jai Luthra
2022-04-21 13:22 ` Jai Luthra
2022-04-21 13:22 ` [PATCH 1/3] arm64: dts: ti: k3-am62-main: Add McASP nodes Jai Luthra
2022-04-21 13:22   ` Jai Luthra
2022-04-21 13:22   ` Jai Luthra
2022-04-21 13:22 ` [PATCH 2/3] ASoC: ti: davinci-mcasp: Add dma-type for bcdma Jai Luthra
2022-04-21 13:22   ` Jai Luthra
2022-04-21 13:22   ` Jai Luthra
2022-04-21 13:22 ` [PATCH 3/3] arm64: dts: ti: am625-sk: Add audio output support Jai Luthra
2022-04-21 13:22   ` Jai Luthra
2022-04-21 13:22   ` Jai Luthra
2022-04-21 13:49 ` [PATCH 0/3] Enable audio output on AM62-SK Nishanth Menon
2022-04-21 13:49   ` Nishanth Menon
2022-04-21 13:49   ` Nishanth Menon

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.