Home
last modified time | relevance | path

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

/sound/pci/hda/
Dpatch_via.c86 ((spec)->codec_type == VT2002P ||\
87 (spec)->codec_type == VT1812 ||\
88 (spec)->codec_type == VT1802)
103 enum VIA_HDA_CODEC codec_type; member
132 spec->codec_type = get_codec_type(codec); in via_new_spec()
134 if (spec->codec_type == VT1708BCE) in via_new_spec()
135 spec->codec_type = VT1708S; in via_new_spec()
149 enum VIA_HDA_CODEC codec_type; in get_codec_type() local
153 codec_type = UNKNOWN; in get_codec_type()
155 codec_type = VT1708; in get_codec_type()
[all …]
/sound/pci/
Dazt3328.c1358 enum snd_azf3328_codec_type codec_type, in snd_azf3328_ctrl_codec_activity() argument
1362 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity()
1389 ((!chip->codecs[peer_codecs[codec_type].other1] in snd_azf3328_ctrl_codec_activity()
1391 && (!chip->codecs[peer_codecs[codec_type].other2] in snd_azf3328_ctrl_codec_activity()
1899 enum snd_azf3328_codec_type codec_type; in snd_azf3328_pcm_interrupt() local
1902 for (codec_type = AZF_CODEC_PLAYBACK; in snd_azf3328_pcm_interrupt()
1903 codec_type <= AZF_CODEC_I2S_OUT; in snd_azf3328_pcm_interrupt()
1904 ++codec_type, ++codec) { in snd_azf3328_pcm_interrupt()
1907 if (!(status & (1 << codec_type))) in snd_azf3328_pcm_interrupt()
2049 enum snd_azf3328_codec_type codec_type in snd_azf3328_pcm_open() argument
[all …]
/sound/soc/intel/
Dsst-baytrail-ipc.h49 int codec_type, int stream_type, int operation);
Dsst-mfld-dsp.h269 u8 codec_type; /* Codec type */ member
408 u16 codec_type; member
Dsst-baytrail-ipc.c75 u8 codec_type; member
624 int codec_type, int stream_type, int operation) in sst_byt_stream_type() argument
626 stream->request.str_type.codec_type = codec_type; in sst_byt_stream_type()
/sound/soc/codecs/
Dtlv320aic31xx.h36 enum aic31xx_type codec_type; member
Dtlv320aic31xx.c634 if (aic31xx->pdata.codec_type & AIC31XX_STEREO_CLASS_D_BIT) in aic31xx_add_controls()
652 if (aic31xx->pdata.codec_type & AIC31XX_STEREO_CLASS_D_BIT) { in aic31xx_add_widgets()
1269 aic31xx->pdata.codec_type = id->driver_data; in aic31xx_i2c_probe()
/sound/isa/
Dsscape.c854 int codec_type = WSS_HW_DETECT; in create_ad1845() local
866 codec_type = WSS_HW_AD1848; in create_ad1845()
877 codec_type, WSS_HWSHARE_DMA1, &chip); in create_ad1845()