Searched refs:codecs (Results 101 - 125 of 176) sorted by relevance

12345678

/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_rt_amp.c19 #include "../../codecs/rt1308.h"
273 sdw_dev1 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
284 sdw_dev2 = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[1].name);
H A Dsof_pcm512x.c21 #include "../../codecs/pcm512x.h"
243 links[id].codecs = pcm512x_component;
292 links[id].codecs = dmic_component;
339 links[id].codecs = &idisp_components[i - 1];
H A Dcht_bsw_rt5672.c22 #include "../../codecs/rt5670.h"
296 * One board, the Lenovo Miix 2 10, uses not 1 but 2 codecs connected
469 if (cht_dailink[i].codecs->name &&
470 !strcmp(cht_dailink[i].codecs->name, RT5672_I2C_DEFAULT)) {
481 cht_dailink[dai_index].codecs->name = drv->codec_name;
H A Dsof_cirrus_common.c10 #include "../../codecs/cs35l41.h"
154 * Return number of codecs found.
192 link->codecs = cs35l41_components;
H A Dcht_bsw_rt5645.c26 #include "../../codecs/rt5645.h"
572 if (cht_dailink[i].codecs->name &&
573 !strcmp(cht_dailink[i].codecs->name,
584 cht_dailink[dai_index].codecs->name = cht_rt5645_codec_name;
657 cht_dailink[dai_index].codecs->dai_name = "rt5645-aif2";
H A Dsof_rt5682.c23 #include "../../codecs/rt5682.h"
24 #include "../../codecs/rt5682s.h"
25 #include "../../codecs/rt5645.h"
544 ctx->codec_link->codecs = &rt5650_components[0];
548 ctx->codec_link->codecs = rt5682_component;
552 ctx->codec_link->codecs = rt5682s_component;
613 ctx->amp_link->codecs = &rt5650_components[1];
H A Dsof_sdw_rt711.c152 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
H A Dsof_sdw_rt_sdca_jack_common.c206 sdw_dev = bus_find_device_by_name(&sdw_bus_type, NULL, dai_links->codecs[0].name);
H A Dsof_sdw.c17 #include "../../codecs/rt711.h"
657 /* Identical data will be sent to all codecs in playback */
1256 struct snd_soc_dai_link_component *codecs, int codecs_num,
1268 dai_links->codecs = codecs;
1638 struct snd_soc_dai_link_component *codecs; local
1676 codecs = devm_kcalloc(dev, num_codecs, sizeof(*codecs), GFP_KERNEL);
1677 if (!codecs)
1705 codecs[
1253 init_dai_link(struct device *dev, struct snd_soc_dai_link *dai_links, int *be_id, char *name, int playback, int capture, struct snd_soc_dai_link_component *cpus, int cpus_num, struct snd_soc_dai_link_component *codecs, int codecs_num, int (*init)(struct snd_soc_pcm_runtime *rtd), const struct snd_soc_ops *ops) argument
[all...]
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c18 #include "../../codecs/nau8825.h"
19 #include "../../codecs/mt6359.h"
20 #include "../../codecs/rt5682.h"
1273 if (strcmp(dai_link->codecs->dai_name, "snd-soc-dummy-dai"))
1276 if (strcmp(dai_link->codecs->dai_name, "snd-soc-dummy-dai"))
1288 if (!strcmp(dai_link->codecs->dai_name, MAX98390_CODEC_DAI)) {
1301 } else if (!strcmp(dai_link->codecs->dai_name, NAU8825_CODEC_DAI)) {
1308 } else if (!strcmp(dai_link->codecs->dai_name, RT5682S_CODEC_DAI)) {
1315 } else if (!strcmp(dai_link->codecs->dai_name, ES8326_CODEC_DAI)) {
1323 if (strcmp(dai_link->codecs
[all...]
/linux-master/sound/pci/
H A Dsis7019.c31 static int codecs = 1; variable
39 module_param(codecs, int, 0444);
40 MODULE_PARM_DESC(codecs, "Set bit to indicate that codec number is expected to be present (default 1)");
129 /* These values are also used by the module param 'codecs' to indicate
130 * which codecs should be present.
1001 * free up any ac97 codecs that got created, as well as the bus.
1038 /* Get the AC-link semaphore, and reset the codecs
1076 if (sis->codecs_present == codecs)
1085 dev_err(&sis->pci->dev, "could not find any codecs\n");
1089 if (sis->codecs_present != codecs) {
[all...]
H A Dazt3328.c274 /* playback, recording and I2S out codecs */
275 struct snd_azf3328_codec_data codecs[3]; member in struct:snd_azf3328
779 * free up any ac97 codecs that got created, as well as the bus.
1259 /* do it for non-capture codecs only */
1318 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type];
1341 (which globally shuts down operation of codecs)
1342 only in case the other codecs are currently
1345 ((!chip->codecs[peer_codecs[codec_type].other1]
1347 && (!chip->codecs[peer_codecs[codec_type].other2]
1922 snd_azf3328_pcm_interrupt(chip, chip->codecs, statu
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c175 const struct amdgpu_video_codecs **codecs)
182 *codecs = &vega_video_codecs_encode;
184 *codecs = &vega_video_codecs_decode;
194 *codecs = &vega_video_codecs_encode;
196 *codecs = &rv_video_codecs_decode;
202 *codecs = &vega_video_codecs_encode;
204 *codecs = &rn_video_codecs_decode;
208 *codecs = &vcn_4_0_3_video_codecs_encode;
210 *codecs = &vcn_4_0_3_video_codecs_decode;
174 soc15_query_video_codecs(struct amdgpu_device *adev, bool encode, const struct amdgpu_video_codecs **codecs) argument
H A Dvi.c258 const struct amdgpu_video_codecs **codecs)
263 *codecs = &topaz_video_codecs_encode;
265 *codecs = &topaz_video_codecs_decode;
269 *codecs = &tonga_video_codecs_encode;
271 *codecs = &tonga_video_codecs_decode;
278 *codecs = &polaris_video_codecs_encode;
280 *codecs = &cz_video_codecs_decode;
286 *codecs = &tonga_video_codecs_encode;
288 *codecs = &cz_video_codecs_decode;
257 vi_query_video_codecs(struct amdgpu_device *adev, bool encode, const struct amdgpu_video_codecs **codecs) argument
H A Damdgpu_kms.c1170 const struct amdgpu_video_codecs *codecs; local
1179 r = amdgpu_asic_query_video_codecs(adev, false, &codecs);
1184 r = amdgpu_asic_query_video_codecs(adev, true, &codecs);
1198 for (i = 0; i < codecs->codec_count; i++) {
1199 int idx = codecs->codec_array[i].codec_type;
1212 codecs->codec_array[i].max_width;
1214 codecs->codec_array[i].max_height;
1216 codecs->codec_array[i].max_pixels_per_frame;
1218 codecs->codec_array[i].max_level;
/linux-master/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c23 #include "../codecs/rt5682.h"
24 #include "../codecs/rt1015.h"
488 links[1].codecs = rt1015;
491 links[1].codecs = rt1015p;
494 links[1].codecs = max;
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-mtl-match.c16 .codecs = {RT5682_ACPI_HID, RT5682S_ACPI_HID},
21 .codecs = { "ESSX8316", "ESSX8326", "ESSX8336"},
26 .codecs = {"INTC10B0"}
/linux-master/sound/soc/atmel/
H A Datmel_wm8904.c16 #include "../codecs/wm8904.h"
124 dailink->codecs->of_node = codec_np;
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-da7219-max98357.c17 #include "../../codecs/da7219.h"
18 #include "../../codecs/rt1015.h"
777 dai_link->codecs = i2s3_max98357a_codecs;
790 dai_link->codecs = i2s3_rt1015_codecs;
803 dai_link->codecs = i2s3_rt1015p_codecs;
813 dai_link->codecs->of_node = hdmi_codec;
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.c204 u32 codec, codecs; local
219 codecs = core->dec_codecs;
221 codecs = core->enc_codecs;
228 codec = (1UL << i) & codecs;
/linux-master/sound/soc/
H A DMakefile39 obj-$(CONFIG_SND_SOC) += codecs/
/linux-master/sound/soc/meson/
H A Dmeson-card-utils.c154 link->codecs = codec;
180 link->codecs = &snd_soc_dummy_dlc;
/linux-master/sound/soc/ti/
H A Drx51.c387 rx51_dai[0].codecs->name = NULL;
388 rx51_dai[0].codecs->of_node = dai_node;
H A Domap-abe-twl6040.c22 #include "../codecs/twl6040.h"
262 priv->dai_links[0].codecs = link0_codecs;
278 priv->dai_links[1].codecs = link1_codecs;
/linux-master/sound/soc/fsl/
H A Dimx-card.c54 * struct imx_card_plat_data - specific info for codecs
599 if (!strcmp(link->codecs->dai_name, "ak4458-aif"))
601 else if (!strcmp(link->codecs->dai_name, "ak4497-aif"))
603 else if (!strcmp(link->codecs->dai_name, "ak5558-aif"))
605 else if (!strcmp(link->codecs->dai_name, "ak5552-aif"))
609 link->codecs = &snd_soc_dummy_dlc;

Completed in 424 milliseconds

12345678