Searched refs:codec_type (Results 1 – 15 of 15) sorted by relevance
| /sound/soc/intel/common/ |
| A D | soc-acpi-intel-ssp-common.c | 17 .codec_type = t, \ 24 enum snd_soc_acpi_intel_codec codec_type; member 88 return codecs[i].codec_type; in snd_soc_acpi_intel_detect_codec_type() 105 return amps[i].codec_type; in snd_soc_acpi_intel_detect_amp_type() 113 snd_soc_acpi_intel_get_codec_name(enum snd_soc_acpi_intel_codec codec_type) in snd_soc_acpi_intel_get_codec_name() argument 118 if (codecs[i].codec_type != codec_type) in snd_soc_acpi_intel_get_codec_name() 124 if (amps[i].codec_type != codec_type) in snd_soc_acpi_intel_get_codec_name() 135 snd_soc_acpi_intel_get_codec_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type) in snd_soc_acpi_intel_get_codec_tplg_suffix() argument 140 if (codecs[i].codec_type != codec_type) in snd_soc_acpi_intel_get_codec_tplg_suffix() 151 snd_soc_acpi_intel_get_amp_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type) in snd_soc_acpi_intel_get_amp_tplg_suffix() argument [all …]
|
| /sound/hda/codecs/ |
| A D | via.c | 134 codec_type = UNKNOWN; in get_codec_type() 136 codec_type = VT1708; in get_codec_type() 149 codec_type = VT1708S; in get_codec_type() 152 codec_type = VT1702; in get_codec_type() 155 codec_type = VT1718S; in get_codec_type() 157 codec_type = VT1716S; in get_codec_type() 159 codec_type = VT1718S; in get_codec_type() 163 codec_type = VT1812; in get_codec_type() 167 codec_type = VT1802; in get_codec_type() 171 codec_type = VT1808; in get_codec_type() [all …]
|
| /sound/soc/intel/boards/ |
| A D | sof_rt5682.c | 160 switch (ctx->codec_type) { in sof_rt5682_codec_init() 185 ctx->codec_type); in sof_rt5682_codec_init() 233 if (ctx->codec_type == CODEC_RT5650) { in sof_rt5682_codec_init() 272 switch (ctx->codec_type) { in sof_rt5682_hw_params() 284 ctx->codec_type); in sof_rt5682_hw_params() 295 switch (ctx->codec_type) { in sof_rt5682_hw_params() 307 ctx->codec_type); in sof_rt5682_hw_params() 323 switch (ctx->codec_type) { in sof_rt5682_hw_params() 335 ctx->codec_type); in sof_rt5682_hw_params() 339 switch (ctx->codec_type) { in sof_rt5682_hw_params() [all …]
|
| A D | sof_board_helpers.c | 179 int be_id, enum snd_soc_acpi_intel_codec codec_type, in set_ssp_codec_link() argument 185 snd_soc_acpi_intel_get_codec_name(codec_type), ssp_codec); in set_ssp_codec_link() 503 if (ctx->codec_type != CODEC_NONE) in calculate_num_links() 581 if (ctx->codec_type == CODEC_NONE) in sof_intel_board_set_dai_link() 585 ctx->codec_type, ctx->ssp_codec); in sof_intel_board_set_dai_link() 747 ctx->codec_type = snd_soc_acpi_intel_detect_codec_type(dev); in sof_intel_board_get_ctx() 758 if (ctx->codec_type != CODEC_NONE) in sof_intel_board_get_ctx()
|
| A D | sof_board_helpers.h | 137 enum snd_soc_acpi_intel_codec codec_type; member
|
| A D | cht_bsw_rt5645.c | 36 int codec_type; member 297 if (ctx->acpi_card->codec_type == CODEC_TYPE_RT5650) in cht_codec_init()
|
| /sound/pci/ |
| A D | azt3328.c | 1314 enum snd_azf3328_codec_type codec_type, in snd_azf3328_ctrl_codec_activity() argument 1855 enum snd_azf3328_codec_type codec_type; in snd_azf3328_pcm_interrupt() local 1858 for (codec_type = AZF_CODEC_PLAYBACK; in snd_azf3328_pcm_interrupt() 1859 codec_type <= AZF_CODEC_I2S_OUT; in snd_azf3328_pcm_interrupt() 1860 ++codec_type, ++codec) { in snd_azf3328_pcm_interrupt() 1863 if (!(status & (1 << codec_type))) in snd_azf3328_pcm_interrupt() 2005 enum snd_azf3328_codec_type codec_type in snd_azf3328_pcm_open() argument 2330 enum snd_azf3328_codec_type codec_type; in snd_azf3328_create() local 2399 for (codec_type = AZF_CODEC_PLAYBACK; in snd_azf3328_create() 2400 codec_type <= AZF_CODEC_I2S_OUT; ++codec_type) { in snd_azf3328_create() [all …]
|
| /sound/soc/codecs/ |
| A D | tlv320aic31xx.c | 167 enum aic31xx_type codec_type; member 781 if (!(aic31xx->codec_type & DAC31XX_BIT)) in aic31xx_add_controls() 788 if (aic31xx->codec_type & AIC31XX_STEREO_CLASS_D_BIT) in aic31xx_add_controls() 806 if (aic31xx->codec_type & DAC31XX_BIT) { in aic31xx_add_widgets() 830 if (aic31xx->codec_type & AIC31XX_STEREO_CLASS_D_BIT) { in aic31xx_add_widgets() 1046 if (!ret && !(aic31xx->codec_type & DAC31XX_BIT)) in aic31xx_clock_master_routes() 1063 if (!ret && !(aic31xx->codec_type & DAC31XX_BIT)) in aic31xx_clock_master_routes() 1757 aic31xx->codec_type = (uintptr_t)i2c_get_match_data(i2c); in aic31xx_i2c_probe() 1777 aic31xx->codec_type = aic31xx->pdata.codec_type; in aic31xx_i2c_probe() 1820 if (aic31xx->codec_type == DAC3100) { in aic31xx_i2c_probe() [all …]
|
| A D | rt5645.c | 459 int codec_type; member 1789 if (rt5645->codec_type == CODEC_TYPE_RT5645) { in rt5645_hp_event() 1816 if (rt5645->codec_type == CODEC_TYPE_RT5645) { in rt5645_hp_event() 2772 switch (rt5645->codec_type) { in rt5645_hw_params() 2835 switch (rt5645->codec_type) { in rt5645_set_dai_fmt() 3012 switch (rt5645->codec_type) { in rt5645_set_tdm_slot() 3030 if (rt5645->codec_type == CODEC_TYPE_RT5645) in rt5645_set_tdm_slot() 3457 switch (rt5645->codec_type) { in rt5645_probe() 4089 rt5645->codec_type = CODEC_TYPE_RT5645; in rt5645_i2c_probe() 4093 rt5645->codec_type = CODEC_TYPE_RT5650; in rt5645_i2c_probe() [all …]
|
| A D | tlv320aic31xx.h | 37 enum aic31xx_type codec_type; member
|
| /sound/soc/sof/intel/ |
| A D | hda.c | 1285 enum snd_soc_acpi_intel_codec codec_type, amp_type; in hda_machine_select() local 1448 codec_type = snd_soc_acpi_intel_detect_codec_type(sdev->dev); in hda_machine_select() 1449 amp_name_valid = amp_type != CODEC_NONE && amp_type != codec_type; in hda_machine_select() 1473 codec_type != CODEC_NONE) { in hda_machine_select() 1474 tplg_suffix = snd_soc_acpi_intel_get_codec_tplg_suffix(codec_type); in hda_machine_select() 1477 codec_type); in hda_machine_select()
|
| /sound/soc/intel/atom/ |
| A D | sst-mfld-dsp.h | 261 u8 codec_type; /* Codec type */ member 400 u16 codec_type; member
|
| /sound/isa/ |
| A D | sscape.c | 830 int codec_type = WSS_HW_DETECT; in create_ad1845() local 842 codec_type = WSS_HW_AD1848; in create_ad1845() 853 codec_type, WSS_HWSHARE_DMA1, &chip); in create_ad1845()
|
| /sound/soc/fsl/ |
| A D | imx-card.c | 22 enum codec_type { enum 86 enum codec_type type;
|
| /sound/soc/intel/atom/sst/ |
| A D | sst_stream.c | 44 str_info->alloc_param.codec_type = str_params->codec; in sst_alloc_stream_mrfld()
|
Completed in 616 milliseconds