Searched full:spdifrx (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/sound/soc/stm/ |
D | stm32_spdifrx.c | 207 * struct stm32_spdifrx_data - private data of SPDIFRX 210 * @regmap: SPDIFRX register map pointer 211 * @regmap_conf: SPDIFRX register map configuration pointer 213 * @kclk: kernel clock feeding the SPDIFRX clock generator 220 * @phys_addr: SPDIFRX registers physical base address 225 * @irq: SPDIFRX interrupt line 252 struct stm32_spdifrx_data *spdifrx = (struct stm32_spdifrx_data *)data; in stm32_spdifrx_dma_complete() local 253 struct platform_device *pdev = spdifrx->pdev; in stm32_spdifrx_dma_complete() 254 u32 *p_start = (u32 *)spdifrx->dmab->area; in stm32_spdifrx_dma_complete() 257 u16 *ub_ptr = (short *)spdifrx->ub; in stm32_spdifrx_dma_complete() [all …]
|
D | Makefile | 13 # SPDIFRX 14 snd-soc-stm32-spdifrx-objs := stm32_spdifrx.o 15 obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc-stm32-spdifrx.o
|
D | Kconfig | 25 tristate "STM32 S/PDIF receiver (SPDIFRX) support"
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | st,stm32-spdifrx.yaml | 4 $id: http://devicetree.org/schemas/sound/st,stm32-spdifrx.yaml# 7 title: STMicroelectronics STM32 S/PDIF receiver (SPDIFRX) 13 The SPDIFRX peripheral, is designed to receive an S/PDIF flow compliant with 19 - st,stm32h7-spdifrx 66 spdifrx: spdifrx@40004000 { 67 compatible = "st,stm32h7-spdifrx";
|
D | mchp,spdifrx.yaml | 4 $id: http://devicetree.org/schemas/sound/mchp,spdifrx.yaml# 21 const: microchip,sama7g5-spdifrx 64 spdifrx: spdifrx@e1614000 { 66 compatible = "microchip,sama7g5-spdifrx";
|
/Linux-v5.10/sound/soc/atmel/ |
D | Makefile | 9 snd-soc-mchp-spdifrx-objs := mchp-spdifrx.o 23 obj-$(CONFIG_SND_MCHP_SOC_SPDIFRX) += snd-soc-mchp-spdifrx.o
|
D | mchp-spdifrx.c | 835 .name = "mchp-spdifrx", 849 .name = "mchp-spdifrx", 854 .compatible = "microchip,sama7g5-spdifrx",
|
/Linux-v5.10/Documentation/arm/stm32/ |
D | stm32h743-overview.rst | 23 - SPDIFRX
|
D | stm32f746-overview.rst | 23 - SPDIFRX
|
D | stm32f769-overview.rst | 24 - SPDIFRX
|
/Linux-v5.10/sound/soc/codecs/ |
D | wm8804.c | 110 SND_SOC_DAPM_PGA("SPDIFRX", WM8804_PWRDN, 1, 1, NULL, 0), 124 { "SPDIFRX", NULL, "SPDIF In" }, 125 { "Tx Source", "S/PDIF RX", "SPDIFRX" }, 130 { "AIFTX", NULL, "SPDIFRX" },
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | stm32mp151.dtsi | 437 spdifrx: audio-controller@4000d000 { label 438 compatible = "st,stm32h7-spdifrx";
|
D | stm32mp15-pinctrl.dtsi | 1566 spdifrx_pins_a: spdifrx-0 { 1573 spdifrx_sleep_pins_a: spdifrx-sleep-0 {
|
/Linux-v5.10/drivers/clk/ |
D | clk-stm32f4.c | 265 { STM32F4_RCC_APB1ENR, 16, "spdifrx", "apb1_div" }, 343 { STM32F4_RCC_APB1ENR, 16, "spdifrx", "apb1_div" },
|
D | clk-stm32h7.c | 1119 KER_CLK(RCC_APB1LENR, 16, RCC_D2CCIP1R, 20, 2, "spdifrx", spdifrx_src),
|