Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1667767
| From | olivier moysan <olivier.moysan@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] ASoC: stm32: add SPDIFRX driver |
| Date | 2017-06-16 16:10 +0200 |
| Message-ID | <tT06J-14T-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch-set handles the SPDIFRX on STM32 platforms. The SPDIFRX peripheral, is designed to receive an S/PDIF flow compliant with IEC-60958 and IEC-61937 standards. SPDIFRX uses two DMA channels: - one DMA channel for S/PDIF data stream. - one DMA channel for control flow (channel status and user data bits). DMA is used for control flow instead of interrupts to get better performances, as channel status and user data are retrieved byte per byte. Note: This patch-set depends on "change SAI configuration flag" patch, which introduces a change on Kconfig file. olivier moysan (2): dt-bindings: Document the STM32 SPDIFRX interface ASoC: stm32: Add SPDIFRX support .../devicetree/bindings/sound/st,stm32-spdifrx.txt | 56 ++ sound/soc/stm/Kconfig | 10 + sound/soc/stm/Makefile | 4 + sound/soc/stm/stm32_spdifrx.c | 998 +++++++++++++++++++++ sound/soc/stm/stm32_spdifrx.h | 224 +++++ 5 files changed, 1292 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/st,stm32-spdifrx.txt create mode 100644 sound/soc/stm/stm32_spdifrx.c create mode 100644 sound/soc/stm/stm32_spdifrx.h -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] ASoC: stm32: add SPDIFRX driver olivier moysan <olivier.moysan@st.com> - 2017-06-16 16:10 +0200
[PATCH 2/2] ASoC: stm32: Add SPDIFRX support olivier moysan <olivier.moysan@st.com> - 2017-06-16 16:10 +0200
Re: [PATCH 2/2] ASoC: stm32: Add SPDIFRX support Mark Brown <broonie@kernel.org> - 2017-06-19 18:50 +0200
[PATCH 1/2] dt-bindings: Document the STM32 SPDIFRX interface olivier moysan <olivier.moysan@st.com> - 2017-06-16 16:10 +0200
csiph-web