Lines Matching defs:format
705 /* rate in Hz, ALSA rate bitmask, HDA format value */
729 * snd_hdac_calc_stream_format - calculate the format bitset
732 * @format: the PCM format (SNDRV_PCM_FORMAT_XXX)
736 * Calculate the format bitset from the given rate, channels and th PCM format.
742 snd_pcm_format_t format,
761 switch (snd_pcm_format_width(format)) {
771 if (maxbps >= 32 || format == SNDRV_PCM_FORMAT_FLOAT_LE)
820 * @bpsp: the pointer to store the detected format widths
923 * snd_hdac_is_supported_format - Check the validity of the format
926 * @format: the HD-audio format value to check
928 * Check whether the given node supports the format value.
933 unsigned int format)
942 rate = format & 0xff00;
957 switch (format & 0xf0) {