Searched refs:subformat (Results 1 - 9 of 9) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dhda-dai.c86 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat,
/linux-master/sound/core/
H A Dpcm.c281 static const char *snd_pcm_subformat_name(snd_pcm_subformat_t subformat) argument
283 return snd_pcm_subformat_names[(__force int)subformat];
390 snd_iprintf(buffer, "subformat: %s\n", snd_pcm_subformat_name(runtime->subformat));
H A Dpcm_lib.c1714 * subformat and msbits the specified hw params has.
1718 snd_pcm_subformat_t subformat = params_subformat(p); local
1726 switch (subformat) {
H A Dpcm_native.c645 * first access, first format, first subformat, min channels,
788 runtime->subformat = params_subformat(params);
2459 /* All PCMs support at least the default STD subformat. */
/linux-master/sound/hda/
H A Dhdac_device.c756 * @subformat: the PCM subformat.
761 unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat, argument
771 (__force unsigned int)subformat);
/linux-master/sound/soc/intel/avs/
H A Dpcm.c355 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat,
626 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat,
/linux-master/include/sound/
H A Dhdaudio.h143 unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat,
H A Dpcm.h371 snd_pcm_subformat_t subformat; /* subformat */ member in struct:snd_pcm_runtime
/linux-master/sound/soc/
H A Dsoc-dapm.c3942 runtime->subformat = params_subformat(params);

Completed in 185 milliseconds