Home
last modified time | relevance | path

Searched +full:imx8mp +full:- +full:xcvr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dfsl,xcvr.yaml1 # 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) Controller
10 - Viorel Suman <viorel.suman@nxp.com>
13 NXP XCVR (Audio Transceiver) is a on-chip functional module
19 pattern: "^xcvr@.*"
23 - fsl,imx8mp-xcvr
24 - fsl,imx93-xcvr
[all …]
/kernel/linux/linux-6.6/sound/soc/fsl/
Dfsl_xcvr.c1 // SPDX-License-Identifier: GPL-2.0
18 #include "imx-pcm.h"
61 * HDMI2.1 spec defines 6- and 12-channels layout for one bit audio
98 struct fsl_xcvr *xcvr = snd_soc_dai_get_drvdata(dai); in fsl_xcvr_arc_mode_put() local
99 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() local
113 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 …]