mbox series

[0/2] ASoC: meson: fix codec-to-codec link setup

Message ID 20200420114511.450560-1-jbrunet@baylibre.com
Headers show
Series ASoC: meson: fix codec-to-codec link setup | expand

Message

Jerome Brunet April 20, 2020, 11:45 a.m. UTC
This patchset fixes the problem reported by Marc in this thread [0]
The problem was due to an error in the meson card drivers which had
the "no_pcm" dai_link property set on codec-to-codec links

[0]: https://lore.kernel.org/r/20200417122732.GC5315@sirena.org.uk

Jerome Brunet (2):
  ASoC: meson: axg-card: fix codec-to-codec link setup
  ASoC: meson: gx-card: fix codec-to-codec link setup

 sound/soc/meson/axg-card.c | 4 +++-
 sound/soc/meson/gx-card.c  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)