Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v1 0/3] db845c/rb3: add i2s playback support
@ 2024-12-05  2:33 Alexey Klimov
  2024-12-05  2:33 ` [PATCH v1 1/3] ASoC: qcom: common: set codecless link to be a backend Alexey Klimov
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alexey Klimov @ 2024-12-05  2:33 UTC (permalink / raw)
  To: broonie, konradybcio, andersson, srinivas.kandagatla
  Cc: tiwai, lgirdwood, perex, robh, krzk+dt, conor+dt,
	dmitry.baryshkov, linux-sound, linux-arm-msm, devicetree,
	linux-kernel

There are i2s signals provided in low-speed connector on such boards
as required by 96boards spec. Looks like it is possible to actually
playback something via these pins after adding missing parts here
and there.

I tested simple widely available cheap DACs like UDA1334 and PCM5102A
and they works just fine without need for mclk. I guess any DAC that
can handle 48 kHz and 16bit will do.

In theory db845 can work without mezzanine board and this provides
one more use-case to playback sound and not all mezzanines have cosy
audio connectors.

After staring at
https://patchwork.kernel.org/project/linux-arm-kernel/patch/20210621074152.306362-1-judyhsiao@chromium.org/
I suspect that this might not gonna fly since it requires dummy codec.
Or maybe specific half-dummy qcom codec for such use-case is required to
verify hw parameters. Couldn't say.

Alexey Klimov (3):
  ASoC: qcom: common: set codecless link to be a backend
  ASoC: qcom: sdm845: add handling of secondary MI2S clock
  arm64: dts: qcom: sdm845-db845c: add i2s playback support via LS1
    connector

 arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 43 +++++++++++++++++++++-
 sound/soc/qcom/common.c                    |  4 ++
 sound/soc/qcom/sdm845.c                    |  5 ++-
 3 files changed, 48 insertions(+), 4 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-12-17 13:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05  2:33 [PATCH v1 0/3] db845c/rb3: add i2s playback support Alexey Klimov
2024-12-05  2:33 ` [PATCH v1 1/3] ASoC: qcom: common: set codecless link to be a backend Alexey Klimov
2024-12-16 21:48   ` Mark Brown
2024-12-05  2:33 ` [PATCH v1 2/3] ASoC: qcom: sdm845: add handling of secondary MI2S clock Alexey Klimov
2024-12-05  2:33 ` [PATCH v1 3/3] arm64: dts: qcom: sdm845-db845c: add i2s playback support via LS1 connector Alexey Klimov
2024-12-13 13:07   ` Konrad Dybcio
2024-12-05 12:08 ` [PATCH v1 0/3] db845c/rb3: add i2s playback support Mark Brown
2024-12-17 13:27 ` (subset) " Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox