Searched refs:raw_fmt (Results 1 – 1 of 1) sorted by relevance
1050 snd_pcm_format_t raw_fmt) in fsl_easrc_process_format() argument1064 fmt->floating_point = !snd_pcm_format_linear(raw_fmt); in fsl_easrc_process_format()1069 switch (snd_pcm_format_width(raw_fmt)) { in fsl_easrc_process_format()1090 switch (raw_fmt) { in fsl_easrc_process_format()1115 ret = snd_pcm_format_big_endian(raw_fmt); in fsl_easrc_process_format()1126 fmt->unsign = snd_pcm_format_unsigned(raw_fmt) > 0 ? 1 : 0; in fsl_easrc_process_format()