Searched +full:auxclk +full:- +full:fs +full:- +full:ratio (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am62x-sk-hdmi-audio.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Audio playback via HDMI for AM625-SK and AM62-LP SK. 6 * AM625 SK: https://www.ti.com/tool/SK-AM62 7 * AM62-LP SK: https://www.ti.com/tool/SK-AM62-LP 9 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ 12 /dts-v1/; 16 hdmi_audio: sound-sii9022 { 17 compatible = "simple-audio-card"; 18 simple-audio-card,name = "AM62x-Sil9022-HDMI"; 19 simple-audio-card,format = "i2s"; [all …]
|
H A D | k3-am625-beagleplay.dts | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 5 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/ 6 * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation 9 /dts-v1/; 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/input.h> 14 #include "k3-am625.dtsi" 17 compatible = "beagle,am625-beagleplay", "ti,am625"; 44 stdout-path = "serial2:115200n8"; [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | davinci-mcasp-audio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/davinci-mcasp-audio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jayesh Choudhary <j-choudhary@ti.com> 15 - ti,dm646x-mcasp-audio 16 - ti,da830-mcasp-audio 17 - ti,am33xx-mcasp-audio 18 - ti,dra7-mcasp-audio 19 - ti,omap4-mcasp-audio [all …]
|
/linux/sound/soc/ti/ |
H A D | davinci-mcasp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Multi-channel Audio Serial Port Driver 7 * Author: Nirmal Pandey <n-pandey@ti.com>, 37 #include "edma-pcm.h" 38 #include "sdma-pcm.h" 39 #include "udma-pcm.h" 40 #include "davinci-mcasp.h" 134 void __iomem *reg = mcasp->base + offset; in mcasp_set_bits() 141 void __iomem *reg = mcasp->base + offset; in mcasp_clr_bits() 148 void __iomem *reg = mcasp->base + offset; in mcasp_mod_bits() [all …]
|