From: Marcus Cooper <[email protected]>

This patch series removes all the unnecessary code,
provides a clean up and some parameter checks which
came from the comparing the drivers released
under the A23 SDK(However the A23 does not contain
the SPDIF block so it can only be assumed that this
comes from the A31 release).

I have tested this on my A10 device with PCM and RAW
data.

Thanks,
Marcus

Marcus Cooper (10):
  sunxi: spdif: Removal of unneeded headers
  sunxi: spdif: removed ccm from code
  sunxi: spdif: remove unused function
  sunxi: spdif: fix comment styling
  sunxi: spdif: Tidy up
  sunxi: spdif: reorganise for better backporting
  sunxi: spdif: left ident of probe
  sunxi: spdif: add clock checks
  sunxi: spdif: add stream format feature
  sunxi: spdif: remove magic numbers

 sound/soc/sunxi/spdif/sndspdif.c       |  26 +-
 sound/soc/sunxi/spdif/sndspdif.h       |  19 -
 sound/soc/sunxi/spdif/sunxi_sndspdif.c | 190 +++++-----
 sound/soc/sunxi/spdif/sunxi_sndspdif.h |  18 -
 sound/soc/sunxi/spdif/sunxi_spdif.c    | 621 ++++++++++++++++++---------------
 sound/soc/sunxi/spdif/sunxi_spdif.h    | 178 ++++------
 sound/soc/sunxi/spdif/sunxi_spdma.c    | 128 +++----
 sound/soc/sunxi/spdif/sunxi_spdma.h    |  29 --
 8 files changed, 585 insertions(+), 624 deletions(-)
 delete mode 100644 sound/soc/sunxi/spdif/sndspdif.h
 delete mode 100644 sound/soc/sunxi/spdif/sunxi_sndspdif.h
 delete mode 100644 sound/soc/sunxi/spdif/sunxi_spdma.h

-- 
1.9.1

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to