Searched refs:subformat (Results 1 – 10 of 10) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | hda-dai.c | 86 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat, in hda_codec_dai_prepare()
|
/linux/sound/hda/ |
H A D | hdac_device.c | 762 unsigned int snd_hdac_stream_format_bits(snd_pcm_format_t format, snd_pcm_subformat_t subformat, in snd_hdac_stream_format_bits() argument 772 (__force unsigned int)subformat); in snd_hdac_stream_format_bits()
|
/linux/sound/core/ |
H A D | pcm.c | 281 static const char *snd_pcm_subformat_name(snd_pcm_subformat_t subformat) in snd_pcm_subformat_name() argument 283 return snd_pcm_subformat_names[(__force int)subformat]; in snd_pcm_subformat_name() 390 snd_iprintf(buffer, "subformat: %s\n", snd_pcm_subformat_name(runtime->subformat)); in snd_pcm_substream_proc_hw_params_read()
|
H A D | pcm_lib.c | 1738 snd_pcm_subformat_t subformat = params_subformat(p); in snd_pcm_hw_params_bits() local 1746 switch (subformat) { in snd_pcm_hw_params_bits()
|
H A D | pcm_native.c | 651 * first access, first format, first subformat, min channels, 794 runtime->subformat = params_subformat(params); in snd_pcm_hw_params() 2471 /* All PCMs support at least the default STD subformat. */ in snd_pcm_hw_rule_subformats()
|
/linux/sound/soc/intel/avs/ |
H A D | pcm.c | 382 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat, in avs_dai_hda_be_prepare() 664 bits = snd_hdac_stream_format_bits(runtime->format, runtime->subformat, in avs_dai_fe_prepare()
|
/linux/include/sound/ |
H A D | pcm.h | 381 snd_pcm_subformat_t subformat; /* subformat */ member
|
/linux/include/acpi/ |
H A D | actbl2.h | 2146 u8 subformat[16]; member
|
/linux/sound/soc/ |
H A D | soc-dapm.c | 3988 runtime->subformat = params_subformat(params); in snd_soc_dai_link_event_pre_pmu()
|
/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 1477 snd_pcm_subformat_t subformat; /* subformat */
|