Home
last modified time | relevance | path

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

/sound/soc/intel/boards/
Dcht_bsw_rt5672.c33 char codec_name[SND_ACPI_I2C_ID_LEN]; member
394 ctx->codec_name, sizeof(ctx->codec_name))) { in cht_suspend_pre()
411 ctx->codec_name, sizeof(ctx->codec_name))) { in cht_resume_post()
461 strcpy(drv->codec_name, RT5672_I2C_DEFAULT); in snd_cht_mc_probe()
474 snprintf(drv->codec_name, sizeof(drv->codec_name), in snd_cht_mc_probe()
477 cht_dailink[dai_index].codecs->name = drv->codec_name; in snd_cht_mc_probe()
Dsof_wm8804.c186 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
270 snprintf(codec_name, sizeof(codec_name), in sof_wm8804_probe()
273 dailink[dai_index].codecs->name = codec_name; in sof_wm8804_probe()
Dbytcht_da7213.c229 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
257 snprintf(codec_name, sizeof(codec_name), in bytcht_da7213_probe()
260 dailink[dai_index].codecs->name = codec_name; in bytcht_da7213_probe()
Dbytcht_cx2072x.c229 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
254 snprintf(codec_name, sizeof(codec_name), "i2c-%s", in snd_byt_cht_cx2072x_probe()
257 byt_cht_cx2072x_dais[dai_index].codecs->name = codec_name; in snd_byt_cht_cx2072x_probe()
Dbytcht_es8316.c350 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
361 if (!strcmp(component->name, codec_name)) { in byt_cht_es8316_suspend()
377 if (!strcmp(component->name, codec_name)) { in byt_cht_es8316_resume()
498 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()
Dbytcr_wm5102.c382 char codec_name[SND_ACPI_I2C_ID_LEN]; in snd_byt_wm5102_mc_probe() local
413 snprintf(codec_name, sizeof(codec_name), "spi-%s", acpi_dev_name(adev)); in snd_byt_wm5102_mc_probe()
415 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
Dcht_bsw_rt5645.c43 char codec_name[SND_ACPI_I2C_ID_LEN]; member
569 sprintf(drv->codec_name, "i2c-%s:00", drv->acpi_card->codec_id); in snd_cht_mc_probe()
575 card->dai_link[i].codecs->name = drv->codec_name; in snd_cht_mc_probe()
Dsof_sdw.c1177 char *codec_name; in sof_card_dai_links_create() local
1197 codec_name = devm_kasprintf(dev, GFP_KERNEL, "i2c-%s:0%d", in sof_card_dai_links_create()
1199 if (!codec_name) in sof_card_dai_links_create()
1202 ssp_components->name = codec_name; in sof_card_dai_links_create()
Dcml_rt1011_rt5682.c71 char codec_name[SND_ACPI_I2C_ID_LEN]; member
/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()
/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()
/sound/isa/sb/
Dsb16_csp.c200 *info.codec_name = *p->codec_name; in snd_sb_csp_ioctl()
393 strscpy(p->codec_name, info.codec_name, sizeof(p->codec_name)); in snd_sb_csp_riff_load()
1148 snd_iprintf(buffer, "Codec: %s [func #%d]\n", p->codec_name, p->func_nr); in info_read()