Home
last modified time | relevance | path

Searched refs:codec_type (Results 1 – 25 of 27) sorted by relevance

12

/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-ssp-common.c17 .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
151 snd_soc_acpi_intel_get_amp_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type) snd_soc_acpi_intel_get_amp_tplg_suffix() argument
[all...]
/linux/sound/hda/codecs/
H A Dvia.c76 ((spec)->codec_type == VT2002P ||\
77 (spec)->codec_type == VT1812 ||\
78 (spec)->codec_type == VT1802)
85 enum VIA_HDA_CODEC codec_type; member
111 spec->codec_type = get_codec_type(codec); in via_new_spec()
113 if (spec->codec_type == VT1708BCE) in via_new_spec()
114 spec->codec_type = VT1708S; in via_new_spec()
130 enum VIA_HDA_CODEC codec_type; in get_codec_type() local
134 codec_type = UNKNOWN; in get_codec_type()
136 codec_type in get_codec_type()
[all...]
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c16 * @codec_type: codec type (V4L2 pixel format) for CID control type
20 int codec_type; member
28 .codec_type = V4L2_PIX_FMT_H264_SLICE,
34 .codec_type = V4L2_PIX_FMT_H264_SLICE,
40 .codec_type = V4L2_PIX_FMT_H264_SLICE,
46 .codec_type = V4L2_PIX_FMT_H264_SLICE,
57 .codec_type = V4L2_PIX_FMT_H264_SLICE,
66 .codec_type = V4L2_PIX_FMT_H264_SLICE,
75 .codec_type = V4L2_PIX_FMT_H264_SLICE,
84 .codec_type
[all...]
H A Dvdec_ipi_msg.h40 * @codec_type : codec fourcc
49 u32 codec_type; member
68 * @codec_type : codec fourcc
73 u32 codec_type; member
86 * @codec_type : codec fourcc
95 u32 codec_type; member
125 * @codec_type : Codec fourcc
132 u32 codec_type; member
/linux/sound/soc/intel/boards/
H A Dsof_rt5682.c160 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...]
H A Dsof_board_helpers.c179 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()
H A Dsof_board_helpers.h116 * @codec_type: type of headset codec
137 enum snd_soc_acpi_intel_codec codec_type; member
H A Dcht_bsw_rt5645.c36 int codec_type; member
297 if (ctx->acpi_card->codec_type == CODEC_TYPE_RT5650) in cht_codec_init()
/linux/include/sound/
H A Dsoc-acpi-intel-ssp-common.h74 snd_soc_acpi_intel_get_codec_name(enum snd_soc_acpi_intel_codec codec_type);
77 snd_soc_acpi_intel_get_codec_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type);
79 snd_soc_acpi_intel_get_amp_tplg_suffix(enum snd_soc_acpi_intel_codec codec_type);
/linux/sound/pci/
H A Dazt3328.c1314 enum snd_azf3328_codec_type codec_type, in snd_azf3328_ctrl_codec_activity() argument
1318 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity()
1345 ((!chip->codecs[peer_codecs[codec_type].other1] in snd_azf3328_ctrl_codec_activity()
1347 && (!chip->codecs[peer_codecs[codec_type].other2] in snd_azf3328_ctrl_codec_activity()
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
[all …]
/linux/sound/soc/codecs/
H A Dtlv320aic31xx.c167 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()
[all...]
H A Drt5645.c459 int codec_type; member
1685 if (rt5645->codec_type == CODEC_TYPE_RT5650) { in hp_amp_power()
1748 if (rt5645->codec_type == CODEC_TYPE_RT5650) { in hp_amp_power()
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()
3283 if (rt5645->btn_jack && rt5645->codec_type in rt5645_set_jack_detect()
[all...]
H A Dtlv320aic31xx.h37 enum aic31xx_type codec_type; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c119 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
137 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
144 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_HEVC,
169 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2,
176 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4,
183 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
190 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_VC1,
208 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2,
215 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4,
222 .codec_type
[all...]
H A Dcik.c78 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
95 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2,
102 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4,
109 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
116 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_VC1,
H A Dsi.c930 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
961 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2,
968 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4,
975 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC,
982 .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_VC1,
H A Damdgpu.h634 u32 codec_type; member
642 .codec_type = type,\
H A Damdgpu_kms.c1290 int idx = codecs->codec_array[i].codec_type; in amdgpu_info_ioctl()
/linux/sound/soc/intel/atom/
H A Dsst-mfld-dsp.h261 u8 codec_type; /* Codec type */ member
400 u16 codec_type; member
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp8_req_if.c287 inst->vpu.codec_type = ctx->current_codec; in vdec_vp8_slice_init()
304 mtk_vdec_debug(ctx, "vp8:%p, codec_type = 0x%x vsi: 0x%p", in vdec_vp8_slice_init()
305 inst, inst->vpu.codec_type, inst->vpu.vsi); in vdec_vp8_slice_init()
H A Dvdec_hevc_req_multi_if.c869 inst->vpu.codec_type = ctx->current_codec; in vdec_hevc_slice_init()
897 mtk_vdec_debug(ctx, "lat hevc instance >> %p, codec_type = 0x%x", in vdec_hevc_slice_init()
898 inst, inst->vpu.codec_type); in vdec_hevc_slice_init()
H A Dvdec_h264_req_multi_if.c1218 inst->vpu.codec_type = ctx->current_codec; in vdec_h264_slice_init()
1261 mtk_vdec_debug(ctx, "lat H264 instance >> %p, codec_type = 0x%x", in vdec_h264_slice_init()
1262 inst, inst->vpu.codec_type); in vdec_h264_slice_init()
H A Dvdec_av1_req_lat_if.c1892 instance->vpu.codec_type = ctx->current_codec; in vdec_av1_slice_init()
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr.h30 void __iomem *codec_type; member
/linux/sound/soc/intel/atom/sst/
H A Dsst_stream.c44 str_info->alloc_param.codec_type = str_params->codec; in sst_alloc_stream_mrfld()

12