linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] fsl-asoc-card: Add optional dt property for setting mclk-id
@ 2022-01-17 13:21 Ariel D'Alessandro
  2022-01-17 13:21 ` [PATCH v2 1/5] dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx Ariel D'Alessandro
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Ariel D'Alessandro @ 2022-01-17 13:21 UTC (permalink / raw)
  To: alsa-devel, devicetree, linux-kernel, linux-omap, linuxppc-dev
  Cc: ariel.dalessandro, kuninori.morimoto.gx, Xiubo.Lee, tony,
	shengjiu.wang, tiwai, lgirdwood, robh+dt, perex, nicoleotsuka,
	broonie, bcousson, michael, festevam

This is a follow up of patchset:

    [RFC patch 0/5] Support BCLK input clock in tlv320aic31xx

Sound cards may allow using different main clock inputs. In the generic
fsl-asoc-card driver, these values are hardcoded for each specific card
configuration.

Let's make it more flexible, allowing setting mclk-id from the
device-tree node.

Changes in v2:
* Split patch adding mckl-id property.

Ariel D'Alessandro (5):
  dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx
  dt-bindings: tlv320aic31xx: Define PLL clock inputs
  ASoC: bindings: fsl-asoc-card: Add mclk-id optional property
  ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id
  ASoC: fsl-asoc-card: Remove BCLK default value for tlv320aic31xx card

 .../devicetree/bindings/sound/fsl-asoc-card.txt    |  1 +
 .../devicetree/bindings/sound/tlv320aic31xx.txt    |  2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |  2 +-
 include/dt-bindings/sound/tlv320aic31xx-micbias.h  |  9 ---------
 include/dt-bindings/sound/tlv320aic31xx.h          | 14 ++++++++++++++
 sound/soc/codecs/tlv320aic31xx.c                   |  2 +-
 sound/soc/fsl/fsl-asoc-card.c                      |  7 ++++++-
 7 files changed, 24 insertions(+), 13 deletions(-)
 delete mode 100644 include/dt-bindings/sound/tlv320aic31xx-micbias.h
 create mode 100644 include/dt-bindings/sound/tlv320aic31xx.h

-- 
2.34.1


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

end of thread, other threads:[~2022-01-25 10:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-17 13:21 [PATCH v2 0/5] fsl-asoc-card: Add optional dt property for setting mclk-id Ariel D'Alessandro
2022-01-17 13:21 ` [PATCH v2 1/5] dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx Ariel D'Alessandro
2022-01-17 13:21 ` [PATCH v2 2/5] dt-bindings: tlv320aic31xx: Define PLL clock inputs Ariel D'Alessandro
2022-01-18 17:22   ` Mark Brown
2022-01-17 13:21 ` [PATCH v2 3/5] ASoC: bindings: fsl-asoc-card: Add mclk-id optional property Ariel D'Alessandro
2022-01-17 13:21 ` [PATCH v2 4/5] ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id Ariel D'Alessandro
2022-01-17 13:21 ` [PATCH v2 5/5] ASoC: fsl-asoc-card: Remove BCLK default value for tlv320aic31xx card Ariel D'Alessandro
2022-01-25 10:20 ` [PATCH v2 0/5] fsl-asoc-card: Add optional dt property for setting mclk-id Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).