HelenOS sources

PCM_SAMPLE_SINT16_LE  131 uspace/app/modplay/modplay.c 	format.sample_format = PCM_SAMPLE_SINT16_LE;
PCM_SAMPLE_SINT16_LE   56 uspace/app/wavplay/drec.c 	.sample_format = PCM_SAMPLE_SINT16_LE,
PCM_SAMPLE_SINT16_LE  123 uspace/app/wavplay/wave.c 			*format = PCM_SAMPLE_SINT16_LE;
PCM_SAMPLE_SINT16_LE  139 uspace/drv/audio/hdaudio/pcm_iface.c 	if (*format != PCM_SAMPLE_SINT16_LE) {
PCM_SAMPLE_SINT16_LE  140 uspace/drv/audio/hdaudio/pcm_iface.c 		*format = PCM_SAMPLE_SINT16_LE;
PCM_SAMPLE_SINT16_LE  320 uspace/drv/audio/sb16/dsp.c 	if (*format != PCM_SAMPLE_SINT16_LE && *format != PCM_SAMPLE_UINT16_LE) {
PCM_SAMPLE_SINT16_LE  322 uspace/drv/audio/sb16/dsp.c 		    PCM_SAMPLE_SINT16_LE : PCM_SAMPLE_UINT16_LE;
PCM_SAMPLE_SINT16_LE   75 uspace/lib/pcm/include/pcm/sample_format.h 	case PCM_SAMPLE_SINT16_LE:
PCM_SAMPLE_SINT16_LE  112 uspace/lib/pcm/include/pcm/sample_format.h 	case PCM_SAMPLE_SINT16_LE:
PCM_SAMPLE_SINT16_LE  191 uspace/lib/pcm/include/pcm/sample_format.h 	case PCM_SAMPLE_SINT16_LE:
PCM_SAMPLE_SINT16_LE   60 uspace/lib/pcm/src/format.c 	.sample_format = PCM_SAMPLE_SINT16_LE,
PCM_SAMPLE_SINT16_LE  118 uspace/lib/pcm/src/format.c 	case PCM_SAMPLE_SINT16_LE:
PCM_SAMPLE_SINT16_LE  230 uspace/lib/pcm/src/format.c 	case PCM_SAMPLE_SINT16_LE:
PCM_SAMPLE_SINT16_LE  306 uspace/lib/pcm/src/format.c 	case PCM_SAMPLE_SINT16_LE:
HelenOS homepage, sources at GitHub