Searched +full:hifi +full:- +full:asrc +full:- +full:fe (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/imx-audio-card.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Shengjiu Wang <shengjiu.wang@nxp.com>13 - $ref: sound-card-common.yaml#18 - fsl,imx-audio-card21 ".*-dai-link$":29 link-name:30 description: Indicates dai-link name and PCM stream name.[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Freescale Generic ASoC Sound Card driver with ASRC23 #include "imx-audmux.h"33 #define DRIVER_NAME "fsl-asoc-card"44 * struct codec_priv - CODEC private data62 * struct cpu_priv - CPU private data80 * struct fsl_asoc_card_priv - Freescale Generic ASOC card private data91 * @asrc_rate: ASRC sample rate used by Back-Ends92 * @asrc_format: ASRC sample format used by Back-Ends118 * Note: keep all ASRC routes in the second half[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 // Copyright 2017-2021 NXP14 #include <sound/soc-dapm.h>54 * struct imx_card_plat_data - specific info for codecs88 * struct dai_link_data - specific info for dai link103 * struct imx_card_data - platform device data110 * @asrc_rate: asrc rates111 * @asrc_format: asrc format142 * Table 13 - Audio Interface Format153 * Table 7 - mapping multiplier and speed mode[all …]