Searched +full:hifi +full:- +full:asrc +full:- +full:fe (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/sound/imx-audio-card.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Shengjiu Wang <shengjiu.wang@nxp.com>15 - fsl,imx-audio-card21 audio-routing:22 $ref: /schemas/types.yaml#/definitions/non-unique-string-array30 ".*-dai-link$":38 link-name:[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Freescale Generic ASoC Sound Card driver with ASRC23 #include "imx-audmux.h"40 * struct codec_priv - CODEC private data56 * struct cpu_priv - CPU private data72 * struct fsl_asoc_card_priv - Freescale Generic ASOC card private data83 * @asrc_rate: ASRC sample rate used by Back-Ends84 * @asrc_format: ASRC sample format used by Back-Ends110 * Note: keep all ASRC routes in the second half111 * to drop them easily for non-ASRC cases.[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 // Copyright 2017-2021 NXP15 #include <sound/soc-dapm.h>55 * struct imx_card_plat_data - specific info for codecs89 * struct dai_link_data - specific info for dai link104 * struct imx_card_data - platform device data111 * @asrc_rate: asrc rates112 * @asrc_format: asrc format143 * Table 13 - Audio Interface Format154 * Table 7 - mapping multiplier and speed mode[all …]
1 // SPDX-License-Identifier: GPL-2.0-only21 #include <sound/soc-acpi.h>26 #include <linux/clk-provider.h>29 #define KBL_REALTEK_CODEC_DAI "rt5663-aif"30 #define KBL_REALTEK_DMIC_CODEC_DAI "rt5514-aif1"31 #define KBL_MAXIM_CODEC_DAI "max98927-aif1"32 #define MAXIM_DEV0_NAME "i2c-MX98927:00"33 #define MAXIM_DEV1_NAME "i2c-MX98927:01"34 #define RT5514_DEV_NAME "i2c-10EC5514:00"35 #define RT5663_DEV_NAME "i2c-10EC5663:00"[all …]
1 // SPDX-License-Identifier: GPL-2.0-only20 #include <sound/soc-acpi.h>24 #include <linux/clk-provider.h>27 #define KBL_REALTEK_CODEC_DAI "rt5663-aif"28 #define KBL_MAXIM_CODEC_DAI "max98927-aif1"29 #define DMIC_CH(p) p->list[p->count-1]30 #define MAXIM_DEV0_NAME "i2c-MX98927:00"31 #define MAXIM_DEV1_NAME "i2c-MX98927:01"72 struct snd_soc_dapm_context *dapm = w->dapm; in platform_clock_control()73 struct snd_soc_card *card = dapm->card; in platform_clock_control()[all …]