mbox series

[RFC,0/2] Introduce for-dpcm DT property

Message ID 20191013190014.32138-1-daniel.baluta@nxp.com
Headers show
Series Introduce for-dpcm DT property | expand

Message

Daniel Baluta Oct. 13, 2019, 7 p.m. UTC
We need to be able to create DPCM links even if we have a single CPU DAI
or just a dummy CPU DAI.

Daniel Baluta (2):
  ASoC: simple-card: Introduce force-dpcm DT property
  ASoC: simple-card: Add documentation for force-dpcm property

 .../devicetree/bindings/sound/simple-card.txt |  1 +
 include/sound/simple_card_utils.h             |  4 +++
 sound/soc/generic/simple-card-utils.c         | 17 +++++++++++++
 sound/soc/generic/simple-card.c               | 25 +++++++++++++++++--
 4 files changed, 45 insertions(+), 2 deletions(-)