Home
last modified time | relevance | path

Searched refs:codec_name (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.10/sound/soc/intel/boards/
Dcht_bsw_rt5672.c32 char codec_name[SND_ACPI_I2C_ID_LEN]; member
357 ctx->codec_name, sizeof(ctx->codec_name))) { in cht_suspend_pre()
374 ctx->codec_name, sizeof(ctx->codec_name))) { in cht_resume_post()
426 strcpy(drv->codec_name, RT5672_I2C_DEFAULT); in snd_cht_mc_probe()
431 snprintf(drv->codec_name, sizeof(drv->codec_name), in snd_cht_mc_probe()
437 cht_dailink[i].codecs->name = drv->codec_name; in snd_cht_mc_probe()
Dsof_wm8804.c183 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
267 snprintf(codec_name, sizeof(codec_name), in sof_wm8804_probe()
270 dailink[dai_index].codecs->name = codec_name; in sof_wm8804_probe()
Dbytcht_cx2072x.c232 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
256 snprintf(codec_name, sizeof(codec_name), "i2c-%s", in snd_byt_cht_cx2072x_probe()
259 byt_cht_cx2072x_dais[dai_index].codecs->name = codec_name; in snd_byt_cht_cx2072x_probe()
Dbytcht_es8316.c353 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
364 if (!strcmp(component->name, codec_name)) { in byt_cht_es8316_suspend()
380 if (!strcmp(component->name, codec_name)) { in byt_cht_es8316_resume()
497 snprintf(codec_name, sizeof(codec_name), in snd_byt_cht_es8316_mc_probe()
500 byt_cht_es8316_dais[dai_index].codecs->name = codec_name; in snd_byt_cht_es8316_mc_probe()
545 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, codec_name); in snd_byt_cht_es8316_mc_probe()
Dbytcht_da7213.c232 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
259 snprintf(codec_name, sizeof(codec_name), in bytcht_da7213_probe()
262 dailink[dai_index].codecs->name = codec_name; in bytcht_da7213_probe()
Dcht_bsw_rt5645.c43 char codec_name[SND_ACPI_I2C_ID_LEN]; member
575 sprintf(drv->codec_name, "i2c-%s:00", drv->acpi_card->codec_id); in snd_cht_mc_probe()
581 card->dai_link[i].codecs->name = drv->codec_name; in snd_cht_mc_probe()
Dsof_sdw.c988 char *codec_name; in sof_card_dai_links_create() local
1008 codec_name = devm_kasprintf(dev, GFP_KERNEL, "i2c-%s:0%d", in sof_card_dai_links_create()
1010 if (!codec_name) in sof_card_dai_links_create()
1013 ssp_components->name = codec_name; in sof_card_dai_links_create()
Dcml_rt1011_rt5682.c71 char codec_name[SND_ACPI_I2C_ID_LEN]; member
/Linux-v5.10/include/uapi/sound/
Dsb16_csp.h68 char codec_name[16]; /* id name of codec */ member
86 char codec_name[16]; /* id name of codec */ member
/Linux-v5.10/sound/pci/cs46xx/
Dcs46xx_lib.h117 char * codec_name, u16 channel_disp, u16 fifo_addr,
122 cs46xx_dsp_create_codec_in_scb(struct snd_cs46xx * chip, char * codec_name,
130 cs46xx_dsp_create_codec_in_scb(struct snd_cs46xx * chip, char * codec_name,
Ddsp_spos_scb_lib.c398 cs46xx_dsp_create_codec_out_scb(struct snd_cs46xx * chip, char * codec_name, in cs46xx_dsp_create_codec_out_scb() argument
428 scb = cs46xx_dsp_create_generic_scb(chip,codec_name,(u32 *)&codec_out_scb, in cs46xx_dsp_create_codec_out_scb()
436 cs46xx_dsp_create_codec_in_scb(struct snd_cs46xx * chip, char * codec_name, in cs46xx_dsp_create_codec_in_scb() argument
473 scb = cs46xx_dsp_create_generic_scb(chip,codec_name,(u32 *)&codec_input_scb, in cs46xx_dsp_create_codec_in_scb()
/Linux-v5.10/arch/arm/mach-s3c/
Dsimtec.h16 extern int simtec_audio_add(const char *codec_name, bool has_lr_routing,
/Linux-v5.10/sound/hda/ext/
Dhdac_ext_controller.c141 const char *codec_name) in snd_hdac_ext_bus_get_link() argument
147 if (sscanf(codec_name, "ehdaudio%dD%d", &bus_idx, &addr) != 2) in snd_hdac_ext_bus_get_link()
/Linux-v5.10/include/sound/
Dsb16_csp.h47 char codec_name[16]; /* name of codec */ member
Dhdaudio_ext.h32 const char *codec_name);
/Linux-v5.10/Documentation/sound/soc/
Dcodec-to-codec.rst67 .codec_name = "codec-2,
79 .codec_name = "codec-3,
Dmachine.rst69 .codec_name = "wm8713-codec.0-001a",
Ddpcm.rst156 .codec_name = "snd-soc-dummy",
186 .codec_name = "rt5640.0-001c",
368 .codec_name = "modem",
/Linux-v5.10/sound/isa/sb/
Dsb16_csp.c198 *info.codec_name = *p->codec_name; in snd_sb_csp_ioctl()
391 strlcpy(p->codec_name, info.codec_name, sizeof(p->codec_name)); in snd_sb_csp_riff_load()
1131 snd_iprintf(buffer, "Codec: %s [func #%d]\n", p->codec_name, p->func_nr); in info_read()
/Linux-v5.10/drivers/staging/media/zoran/
Dzoran_card.c1065 const char *codec_name, *vfe_name; in zoran_probe() local
1196 codec_name = codecid_to_modulename(zr->card.video_codec); in zoran_probe()
1197 if (codec_name) { in zoran_probe()
1198 result = request_module(codec_name); in zoran_probe()
1200 pci_err(pdev, "failed to load modules %s: %d\n", codec_name, result); in zoran_probe()
/Linux-v5.10/drivers/media/platform/coda/
Dcoda-common.c1785 const char *codec_name; in coda_update_profile_level_ctrls() local
1793 codec_name = "H264"; in coda_update_profile_level_ctrls()
1802 codec_name = "MPEG-2"; in coda_update_profile_level_ctrls()
1811 codec_name = "MPEG-4"; in coda_update_profile_level_ctrls()
1828 codec_name, profile_idc); in coda_update_profile_level_ctrls()
1830 coda_dbg(1, ctx, "Parsed %s profile: %s\n", codec_name, in coda_update_profile_level_ctrls()
1837 codec_name, level_idc); in coda_update_profile_level_ctrls()
1839 coda_dbg(1, ctx, "Parsed %s level: %s\n", codec_name, in coda_update_profile_level_ctrls()