Home
last modified time | relevance | path

Searched refs:codec_name (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dsof_sdw_rt_amp.c170 char *codec_name) in get_codec_name_and_route()
177 snprintf(codec_name, CODEC_NAME_SIZE, "%s", dai_name); in get_codec_name_and_route()
180 if (strcmp(codec_name, "rt1308") == 0) in get_codec_name_and_route()
182 else if (strcmp(codec_name, "rt1316") == 0) in get_codec_name_and_route()
192 char codec_name[CODEC_NAME_SIZE]; in first_spk_init() local
195 rt_amp_map = get_codec_name_and_route(rtd, codec_name); in first_spk_init()
199 card->components, codec_name); in first_spk_init()
206 dev_err(card->dev, "%s controls addition failed: %d\n", codec_name, ret); in first_spk_init()
213 dev_err(card->dev, "%s widgets addition failed: %d\n", codec_name, ret); in first_spk_init()
228 char codec_name[CODEC_NAME_SIZ in second_spk_init() local
169 get_codec_name_and_route(struct snd_soc_pcm_runtime *rtd, char *codec_name) get_codec_name_and_route() argument
[all...]
H A Dsof_sdw_cs_amp.c20 char codec_name[CODEC_NAME_SIZE]; in cs_spk_init() local
22 snprintf(codec_name, CODEC_NAME_SIZE, "%s", dai_name); in cs_spk_init()
25 card->components, codec_name); in cs_spk_init()
H A 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()
476 cht_dailink[dai_index].codecs->name = drv->codec_name; in snd_cht_mc_probe()
H A 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()
256 byt_cht_cx2072x_dais[dai_index].codecs->name = codec_name; in snd_byt_cht_cx2072x_probe()
H A Dbytcht_da7213.c229 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
257 snprintf(codec_name, sizeof(codec_name), in bytcht_da7213_probe()
259 dailink[dai_index].codecs->name = codec_name; in bytcht_da7213_probe()
H A Dsof_wm8804.c186 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
270 snprintf(codec_name, sizeof(codec_name), in sof_wm8804_probe()
272 dailink[dai_index].codecs->name = codec_name; in sof_wm8804_probe()
H A 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()
H A Dbytcr_wm5102.c389 char codec_name[SND_ACPI_I2C_ID_LEN]; in snd_byt_wm5102_mc_probe() local
420 snprintf(codec_name, sizeof(codec_name), "spi-%s", acpi_dev_name(adev)); in snd_byt_wm5102_mc_probe()
422 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, codec_name); in snd_byt_wm5102_mc_probe()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A 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()
H A 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()
H A 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()
H A Dsof_wm8804.c187 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
271 snprintf(codec_name, sizeof(codec_name), in sof_wm8804_probe()
274 dailink[dai_index].codecs->name = codec_name; in sof_wm8804_probe()
H A 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()
504 snprintf(codec_name, sizeof(codec_name), in snd_byt_cht_es8316_mc_probe()
507 byt_cht_es8316_dais[dai_index].codecs->name = codec_name; in snd_byt_cht_es8316_mc_probe()
552 codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, codec_name); in snd_byt_cht_es8316_mc_probe()
/kernel/linux/linux-6.6/sound/soc/loongson/
H A Dloongson_card.c16 static char codec_name[SND_ACPI_I2C_ID_LEN]; variable
103 snprintf(codec_name, sizeof(codec_name), "i2c-%s", acpi_dev_name(adev)); in loongson_card_parse_acpi()
105 loongson_dai_links[i].codecs->name = codec_name; in loongson_card_parse_acpi()
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dsb16_csp.h68 char codec_name[16]; /* id name of codec */ member
86 char codec_name[16]; /* id name of codec */ member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dsb16_csp.h53 char codec_name[16]; /* id name of codec */ member
71 char codec_name[16]; /* id name of codec */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dsb16_csp.h45 char codec_name[16]; member
57 char codec_name[16]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dsb16_csp.h32 char codec_name[16]; member
44 char codec_name[16]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dsb16_csp.h45 char codec_name[16]; member
57 char codec_name[16]; member
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A 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,
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A 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,
/kernel/linux/linux-5.10/sound/hda/ext/
H A Dhdac_ext_controller.c138 * @codec_name: codec name
141 const char *codec_name) in snd_hdac_ext_bus_get_link()
147 if (sscanf(codec_name, "ehdaudio%dD%d", &bus_idx, &addr) != 2) in snd_hdac_ext_bus_get_link()
140 snd_hdac_ext_bus_get_link(struct hdac_bus *bus, const char *codec_name) snd_hdac_ext_bus_get_link() argument
/kernel/linux/linux-6.6/sound/hda/ext/
H A Dhdac_ext_controller.c149 * @codec_name: codec name
152 const char *codec_name) in snd_hdac_ext_bus_get_hlink_by_name()
156 if (sscanf(codec_name, "ehdaudio%dD%d", &bus_idx, &addr) != 2) in snd_hdac_ext_bus_get_hlink_by_name()
151 snd_hdac_ext_bus_get_hlink_by_name(struct hdac_bus *bus, const char *codec_name) snd_hdac_ext_bus_get_hlink_by_name() argument
/kernel/linux/linux-5.10/include/sound/
H A Dsb16_csp.h47 char codec_name[16]; /* name of codec */ member
/kernel/linux/linux-6.6/include/sound/
H A Dsb16_csp.h47 char codec_name[16]; /* name of codec */ member

Completed in 12 milliseconds

12