Searched +full:imx8mp +full:- +full:audio +full:- +full:blk +full:- +full:ctrl (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Marek Vasut <marex@denx.de>14 used to control Audio related clock on the SoC.18 const: fsl,imx8mp-audio-blk-ctrl23 power-domains:30 clock-names:32 - const: ahb[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Driver for i.MX8M Plus Audio BLK_CTRL8 #include <linux/clk-provider.h>15 #include <dt-bindings/clock/imx8mp-clock.h>197 struct device *dev = &pdev->dev; in clk_imx8mp_audiomix_probe()206 return -ENOMEM; in clk_imx8mp_audiomix_probe()208 priv->num = IMX8MP_CLK_AUDIOMIX_END; in clk_imx8mp_audiomix_probe()231 priv->hws[sels[i].clkid] = hw; in clk_imx8mp_audiomix_probe()240 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL_REF_SEL] = hw; in clk_imx8mp_audiomix_probe()246 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL] = hw; in clk_imx8mp_audiomix_probe()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mp-clock.h>7 #include <dt-bindings/power/imx8mp-power.h>8 #include <dt-bindings/reset/imx8mp-reset.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>11 #include <dt-bindings/interconnect/fsl,imx8mp.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/thermal/thermal.h>15 #include "imx8mp-pinfunc.h"[all …]
7 Change-Id: Ic34341fbcce5e6d02fefc2acad4ea1058da94b669 diff --git a/sound/core/pcm_dmaengine.c b/sound/core/pcm_dmaengine.c11 --- a/sound/core/pcm_dmaengine.c13 @@ -125,6 +125,8 @@ void snd_dmaengine_pcm_set_config_from_dai_data(16 slave_config->slave_id = dma_data->slave_id;17 + slave_config->peripheral_config = dma_data->peripheral_config;18 + slave_config->peripheral_size = dma_data->peripheral_size;22 diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c24 --- a/sound/soc/codecs/hdmi-codec.c25 +++ b/sound/soc/codecs/hdmi-codec.c[all …]
7 Change-Id: Iad3fba6c51f290df25555d1136fd2cc4761d33249 diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig11 --- a/drivers/clk/Kconfig13 @@ -374,6 +374,7 @@ source "drivers/clk/mvebu/Kconfig"21 diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile23 --- a/drivers/clk/Makefile25 @@ -102,6 +102,7 @@ obj-$(CONFIG_COMMON_CLK_PXA) += pxa/26 obj-$(CONFIG_COMMON_CLK_QCOM) += qcom/27 obj-y += renesas/28 obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/[all …]