Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dhda.c55 stream->subformats = pcm->stream[dir].subformats; in hda_codec_create_dais()
75 stream->subformats = pcm->stream[dir].subformats; in hda_codec_create_dais()
/linux/sound/hda/core/
H A Ddevice.c883 * @subformatsp: the pointer to store the detected subformats for S32_LE format
918 u32 subformats = 0; in snd_hdac_query_supported_pcm() local
937 subformats |= SNDRV_PCM_SUBFMTBIT_MSBITS_20; in snd_hdac_query_supported_pcm()
942 subformats |= SNDRV_PCM_SUBFMTBIT_MSBITS_24; in snd_hdac_query_supported_pcm()
950 subformats |= SNDRV_PCM_SUBFMTBIT_MSBITS_MAX; in snd_hdac_query_supported_pcm()
981 *subformatsp = subformats; in snd_hdac_query_supported_pcm()
/linux/sound/soc/intel/avs/
H A Dpcm.c1290 .subformats = SNDRV_PCM_SUBFMTBIT_MSBITS_20 |
1454 .subformats = SNDRV_PCM_SUBFMTBIT_MSBITS_20 |
1467 .subformats = SNDRV_PCM_SUBFMTBIT_MSBITS_20 |
1552 .subformats = SNDRV_PCM_SUBFMTBIT_MSBITS_20 |
1562 .subformats = SNDRV_PCM_SUBFMTBIT_MSBITS_20 |
1648 dais[i].playback.subformats = pcm->stream[0].subformats; in avs_component_hda_probe()
1667 dais[i].capture.subformats = pcm->stream[1].subformats; in avs_component_hda_probe()
/linux/include/sound/
H A Dhda_codec.h147 u32 subformats; /* for S32_LE format, SNDRV_PCM_SUBFMTBIT_* */ member
H A Dpcm.h35 u32 subformats; /* for S32_LE, SNDRV_PCM_SUBFMTBIT_* */ member
/linux/sound/core/
H A Dpcm_native.c2478 u32 *subformats = rule->private; in snd_pcm_hw_rule_subformats() local
2490 if (f == SNDRV_PCM_FORMAT_S32_LE && *subformats) in snd_pcm_hw_rule_subformats()
2491 m.bits[0] |= *subformats; in snd_pcm_hw_rule_subformats()
2500 unsigned int cond, u32 *subformats) in snd_pcm_hw_constraint_subformats() argument
2503 snd_pcm_hw_rule_subformats, (void *)subformats, in snd_pcm_hw_constraint_subformats()
2659 err = snd_pcm_hw_constraint_subformats(runtime, 0, &hw->subformats); in snd_pcm_hw_constraints_complete()
/linux/sound/soc/
H A Dsoc-pcm.c607 hw->subformats &= p->subformats; in soc_pcm_hw_update_format()
/linux/sound/hda/common/
H A Dcodec.c3135 info->subformats ? NULL : &info->subformats, in set_pcm_default_values()