snd_pcm_format_linear 1030 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  332 sound/core/oss/mulaw.c 	if (snd_BUG_ON(!snd_pcm_format_linear(format->format)))
snd_pcm_format_linear  349 sound/core/oss/pcm_plugin.c 	if (snd_pcm_format_linear(format)) {
snd_pcm_format_linear  445 sound/core/oss/pcm_plugin.c 	    ! snd_pcm_format_linear(srcformat.format)) {
snd_pcm_format_linear  522 sound/core/oss/pcm_plugin.c 		else if (snd_pcm_format_linear(srcformat.format) &&
snd_pcm_format_linear  523 sound/core/oss/pcm_plugin.c 			 snd_pcm_format_linear(tmpformat.format)) {
snd_pcm_format_linear  298 sound/core/pcm_misc.c EXPORT_SYMBOL(snd_pcm_format_linear);