Searched +full:imx8mn +full:- +full:rpmsg +full:- +full:audio (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/fsl,rpmsg.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP Audio RPMSG CPU DAI Controller10 - Shengjiu Wang <shengjiu.wang@nxp.com>13 fsl_rpmsg is a virtual audio device. Mapping to real hardware devices15 Linux side is a device which provides audio service by rpmsg channel.17 such as SAI, MICFIL, .etc through building rpmsg channels between18 Cortex-A and Cortex-M.[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 // Copyright 2018-2021 NXP5 #include <linux/clk-provider.h>11 #include <linux/rpmsg.h>18 #include "imx-pcm.h"43 struct fsl_rpmsg *rpmsg = snd_soc_dai_get_drvdata(dai); in fsl_rpmsg_hw_params() local44 struct clk *p = rpmsg->mclk, *pll = NULL, *npll = NULL; in fsl_rpmsg_hw_params()49 while (p && rpmsg->pll8k && rpmsg->pll11k) { in fsl_rpmsg_hw_params()52 if (clk_is_match(pp, rpmsg->pll8k) || in fsl_rpmsg_hw_params()53 clk_is_match(pp, rpmsg->pll11k)) { in fsl_rpmsg_hw_params()[all …]