Searched refs:raw_fmt (Results 1 – 1 of 1) sorted by relevance
1044 snd_pcm_format_t raw_fmt) in fsl_easrc_process_format() argument1058 fmt->floating_point = !snd_pcm_format_linear(raw_fmt); in fsl_easrc_process_format()1063 switch (snd_pcm_format_width(raw_fmt)) { in fsl_easrc_process_format()1084 switch (raw_fmt) { in fsl_easrc_process_format()1109 ret = snd_pcm_format_big_endian(raw_fmt); in fsl_easrc_process_format()1120 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()