Searched +full:arndale +full:- +full:rt5631 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | samsung,arndale.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung,arndale.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Insignal Arndale boards audio complex 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 16 - samsung,arndale-alc5631 17 - samsung,arndale-rt5631 18 - samsung,arndale-wm1811 [all …]
|
/linux-6.12.1/sound/soc/samsung/ |
D | arndale.c | 1 // SPDX-License-Identifier: GPL-2.0+ 13 #include <sound/soc-dapm.h> 75 * samsung/clk-exynos5250.c for list of available EPLL rates). in arndale_wm1811_hw_params() 89 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "rt5631-aif1")), 94 .name = "RT5631 HiFi", 106 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "wm8994-aif1")), 122 .name = "Arndale RT5631", 129 .name = "Arndale WM1811", 141 of_node_put(dai_link->cpus->of_node); in arndale_put_of_nodes() 142 of_node_put(dai_link->codecs->of_node); in arndale_put_of_nodes() [all …]
|