Searched +full:imx8mp +full:- +full:xcvr (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,xcvr.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP Audio Transceiver (XCVR) Controller10 - Viorel Suman <viorel.suman@nxp.com>13 NXP XCVR (Audio Transceiver) is a on-chip functional module19 pattern: "^xcvr@.*"23 - fsl,imx8mp-xcvr24 - fsl,imx93-xcvr[all …]
1 // SPDX-License-Identifier: GPL-2.018 #include "imx-pcm.h"61 * HDMI2.1 spec defines 6- and 12-channels layout for one bit audio98 struct fsl_xcvr *xcvr = snd_soc_dai_get_drvdata(dai); in fsl_xcvr_arc_mode_put() local99 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; in fsl_xcvr_arc_mode_put()100 unsigned int *item = ucontrol->value.enumerated.item; in fsl_xcvr_arc_mode_put()102 xcvr->arc_mode = snd_soc_enum_item_to_val(e, item[0]); in fsl_xcvr_arc_mode_put()111 struct fsl_xcvr *xcvr = snd_soc_dai_get_drvdata(dai); in fsl_xcvr_arc_mode_get() local113 ucontrol->value.enumerated.item[0] = xcvr->arc_mode; in fsl_xcvr_arc_mode_get()133 uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES; in fsl_xcvr_type_capds_bytes_info()[all …]