snd_pcm_format_linear  876 include/sound/pcm.h int snd_pcm_format_linear(snd_pcm_format_t format);
snd_pcm_format_linear  166 sound/core/oss/linear.c 	if (snd_BUG_ON(!snd_pcm_format_linear(src_format->format) ||
snd_pcm_format_linear  167 sound/core/oss/linear.c 		       !snd_pcm_format_linear(dst_format->format)))
snd_pcm_format_linear  330 sound/core/oss/mulaw.c 	if (snd_BUG_ON(!snd_pcm_format_linear(format->format)))
snd_pcm_format_linear  317 sound/core/oss/pcm_plugin.c 	if (snd_pcm_format_linear(format)) {
snd_pcm_format_linear  409 sound/core/oss/pcm_plugin.c 	    ! snd_pcm_format_linear(srcformat.format)) {
snd_pcm_format_linear  486 sound/core/oss/pcm_plugin.c 		else if (snd_pcm_format_linear(srcformat.format) &&
snd_pcm_format_linear  487 sound/core/oss/pcm_plugin.c 			 snd_pcm_format_linear(tmpformat.format)) {