mbox series

[v2,0/2] Fix redundant PLLA update

Message ID 1694098945-32760-1-git-send-email-spujar@nvidia.com
Headers show
Series Fix redundant PLLA update | expand

Message

Sameer Pujar Sept. 7, 2023, 3:02 p.m. UTC
This small series fixes redundant PLLA updates that happen for
each DAI link in the audio path. This helps to resolve DMIC clock
issue seen on Jetson TX2 platform.

Sameer Pujar (2):
  ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol
  ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates

 sound/soc/soc-utils.c                    |  1 +
 sound/soc/tegra/tegra_audio_graph_card.c | 30 ++++++++++++++----------
 2 files changed, 18 insertions(+), 13 deletions(-)