Home
last modified time | relevance | path

Searched refs:CODEC_NONE (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/sound/soc/intel/boards/
H A Dsof_board_helpers.c503 if (ctx->codec_type != CODEC_NONE) in calculate_num_links()
517 if (ctx->amp_type != CODEC_NONE) in calculate_num_links()
581 if (ctx->codec_type == CODEC_NONE) in sof_intel_board_set_dai_link()
644 if (ctx->amp_type == CODEC_NONE) in sof_intel_board_set_dai_link()
758 if (ctx->codec_type != CODEC_NONE) in sof_intel_board_get_ctx()
762 if (ctx->amp_type != CODEC_NONE) in sof_intel_board_get_ctx()
H A Dsof_ssp_amp.c87 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
156 case CODEC_NONE: in sof_ssp_amp_probe()
H A Dsof_nau8825.c202 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
270 case CODEC_NONE: in sof_audio_probe()
H A Dsof_da7219.c240 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
406 case CODEC_NONE: in audio_probe()
H A Dsof_rt5682.c577 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
661 if (ctx->amp_type == CODEC_NONE) in sof_audio_probe()
759 case CODEC_NONE: in sof_audio_probe()
H A Dsof_cs42l42.c177 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
/linux-6.15/sound/soc/intel/common/
H A Dsoc-acpi-intel-ssp-common.c91 return CODEC_NONE; in snd_soc_acpi_intel_detect_codec_type()
108 return CODEC_NONE; in snd_soc_acpi_intel_detect_amp_type()
/linux-6.15/include/sound/
H A Dsoc-acpi-intel-ssp-common.h41 CODEC_NONE, enumerator
/linux-6.15/sound/soc/sof/intel/
H A Dhda.c1441 amp_name_valid = amp_type != CODEC_NONE && amp_type != codec_type; in hda_machine_select()
1465 codec_type != CODEC_NONE) { in hda_machine_select()