Searched +full:sun8i +full:- +full:a33 +full:- +full:codec (Results 1 – 19 of 19) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/sound/allwinner,sun8i-a33-codec.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Allwinner A33 Codec Device Tree Bindings10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>14 "#sound-dai-cells":19 - items:20 - const: allwinner,sun50i-a64-codec[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include "sun8i-a23-a33.dtsi"46 #include <dt-bindings/thermal/thermal.h>49 cpu0_opp_table: opp-table-cpu {50 compatible = "operating-points-v2";51 opp-shared;53 opp-120000000 {54 opp-hz = /bits/ 64 <120000000>;[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include "sun8i-a23-a33.dtsi"49 codec: codec@1c22c00 { label50 #sound-dai-cells = <0>;51 compatible = "allwinner,sun8i-a23-codec";55 clock-names = "apb", "codec";58 dma-names = "rx", "tx";59 allwinner,codec-analog-controls = <&codec_analog>;[all …]
2 * Copyright 2016 - Stefan Mavrodiev <stefan.mavrodiev@gmail.com>5 * This file is dual-licensed: you can use it either under the terms44 /dts-v1/;45 #include "sun8i-a33.dtsi"47 #include <dt-bindings/gpio/gpio.h>48 #include <dt-bindings/input/input.h>51 model = "Olimex A33-OLinuXino";52 compatible = "olimex,a33-olinuxino","allwinner,sun8i-a33";59 stdout-path = "serial0:115200n8";63 compatible = "gpio-leds";[all …]
2 * Copyright 2015 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;46 #include "sun8i-a33.dtsi"47 #include "sunxi-common-regulators.dtsi"49 #include <dt-bindings/gpio/gpio.h>50 #include <dt-bindings/input/input.h>54 compatible = "sinlinx,sina33", "allwinner,sun8i-a33";61 stdout-path = "serial0:115200n8";[all …]
2 * Copyright (c) 2017 Free Electrons <maxime.ripard@free-electrons.com>4 * This file is dual-licensed: you can use it either under the terms43 /dts-v1/;44 #include "sun8i-a33.dtsi"46 #include <dt-bindings/gpio/gpio.h>50 compatible = "sinovoip,bananapi-m2m", "allwinner,sun8i-a33";61 stdout-path = "serial0:115200n8";65 compatible = "gpio-leds";68 label = "bpi-m2m:blue:usr";73 label = "bpi-m2m:green:usr";[all …]
4 * Quentin Schulz <quentin.schulz@free-electrons.com>6 * This file is dual-licensed: you can use it either under the terms45 /dts-v1/;46 #include "sun8i-a33.dtsi"47 #include "sunxi-common-regulators.dtsi"49 #include <dt-bindings/gpio/gpio.h>50 #include <dt-bindings/input/input.h>54 compatible = "allwinner,parrot", "allwinner,sun8i-a33";61 stdout-path = "serial0:115200n8";65 compatible = "gpio-leds";[all …]
2 * Copyright 2014 Chen-Yu Tsai4 * Chen-Yu Tsai <wens@csie.org>6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun8i-a23-a33-ccu.h>48 #include <dt-bindings/reset/sun8i-a23-a33-ccu.h>51 interrupt-parent = <&gic>;52 #address-cells = <1>;53 #size-cells = <1>;56 #address-cells = <1>;[all …]
1 # SPDX-License-Identifier: GPL-2.0-only6 tristate "Allwinner A10 Codec Support"10 Select Y or M to add support for the Codec embedded in the Allwinner14 tristate "Allwinner SUN8I audio codec"19 This option enables the digital part of the internal audio codec for20 Allwinner sun8i SoC (and particularly A33).22 Say Y or M if you want to add sun8i digital audio codec support.25 tristate "Allwinner sun8i Codec Analog Controls Support"30 the codec embedded in newer Allwinner SoCs.33 tristate "Allwinner sun50i Codec Analog Controls Support"[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * This driver supports the digital controls for the internal codec4 * found in Allwinner's A33 SoCs.6 * (C) Copyright 2010-20169 * Mylène Josserand <mylene.josserand@free-electrons.com>23 #include <sound/soc-dapm.h>114 regcache_cache_only(scodec->regmap, false); in sun8i_codec_runtime_resume()116 ret = regcache_sync(scodec->regmap); in sun8i_codec_runtime_resume()129 regcache_cache_only(scodec->regmap, true); in sun8i_codec_runtime_suspend()130 regcache_mark_dirty(scodec->regmap); in sun8i_codec_runtime_suspend()[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * This driver provides regmap to access to analog part of audio codec4 * found on Allwinner A23, A31s, A33, H3 and A64 Socs6 * Copyright 2016 Chen-Yu Tsai <wens@csie.org>15 #include "sun8i-adda-pr-regmap.h"34 /* De-assert reset */ in adda_reg_read()57 /* De-assert reset */ in adda_reg_write()82 .name = "adda-pr",99 MODULE_DESCRIPTION("Allwinner analog audio codec regmap driver");102 MODULE_ALIAS("platform:sunxi-adda-pr");
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * This driver supports the analog controls for the internal codec4 * found in Allwinner's A31s, A23, A33 and H3 SoCs.6 * Copyright 2016 Chen-Yu Tsai <wens@csie.org>18 #include <sound/soc-dapm.h>21 #include "sun8i-adda-pr-regmap.h"23 /* Codec analog control register offsets and bit fields */198 -450, 150, 0);205 /* Mixer pre-gain */234 * Due to this component and the codec belonging to separate DAPM[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/media/allwinner,sun4i-a10-video-engine.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Chen-Yu Tsai <wens@csie.org>11 - Maxime Ripard <mripard@kernel.org>16 - allwinner,sun4i-a10-video-engine17 - allwinner,sun5i-a13-video-engine18 - allwinner,sun7i-a20-video-engine19 - allwinner,sun8i-a33-video-engine[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/sun50i-a64-ccu.h>7 #include <dt-bindings/clock/sun8i-de2.h>8 #include <dt-bindings/clock/sun8i-r-ccu.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/reset/sun50i-a64-ccu.h>11 #include <dt-bindings/reset/sun8i-de2.h>12 #include <dt-bindings/reset/sun8i-r-ccu.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/clock/sun50i-h6-ccu.h>6 #include <dt-bindings/clock/sun50i-h6-r-ccu.h>7 #include <dt-bindings/clock/sun8i-de2.h>8 #include <dt-bindings/clock/sun8i-tcon-top.h>9 #include <dt-bindings/reset/sun50i-h6-ccu.h>10 #include <dt-bindings/reset/sun50i-h6-r-ccu.h>11 #include <dt-bindings/reset/sun8i-de2.h>12 #include <dt-bindings/thermal/thermal.h>[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2016 Florent Revest <florent.revest@free-electrons.com>11 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.21 #include <media/v4l2-device.h>22 #include <media/v4l2-ioctl.h>23 #include <media/v4l2-ctrls.h>24 #include <media/v4l2-mem2mem.h>36 .codec = CEDRUS_CODEC_MPEG2,43 .codec = CEDRUS_CODEC_MPEG2,50 .codec = CEDRUS_CODEC_H264,[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <linux/clk-provider.h>23 #include "ccu-sun8i-a23-a33.h"36 .hw.init = CLK_HW_INIT("pll-cpux", "osc24M",47 * With sigma-delta modulation for fractional-N on the audio PLL,49 * can no longer be used, as the audio codec requests the exact clock61 static SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(pll_audio_base_clk, "pll-audio-base",71 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_video_clk, "pll-video",83 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_ve_clk, "pll-ve",95 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_ddr0_clk, "pll-ddr0",[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <linux/clk-provider.h>24 #include "ccu-sun8i-a23-a33.h"38 .hw.init = CLK_HW_INIT("pll-cpux", "osc24M",49 * With sigma-delta modulation for fractional-N on the audio PLL,51 * can no longer be used, as the audio codec requests the exact clock63 static SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(pll_audio_base_clk, "pll-audio-base",73 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_video_clk, "pll-video",85 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_ve_clk, "pll-ve",97 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_ddr_clk, "pll-ddr",[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...