rformat           533 sound/isa/wss/wss_lib.c 	unsigned char rformat;
rformat           535 sound/isa/wss/wss_lib.c 	rformat = CS4231_LINEAR_8;
rformat           537 sound/isa/wss/wss_lib.c 	case SNDRV_PCM_FORMAT_MU_LAW:	rformat = CS4231_ULAW_8; break;
rformat           538 sound/isa/wss/wss_lib.c 	case SNDRV_PCM_FORMAT_A_LAW:	rformat = CS4231_ALAW_8; break;
rformat           539 sound/isa/wss/wss_lib.c 	case SNDRV_PCM_FORMAT_S16_LE:	rformat = CS4231_LINEAR_16; break;
rformat           540 sound/isa/wss/wss_lib.c 	case SNDRV_PCM_FORMAT_S16_BE:	rformat = CS4231_LINEAR_16_BIG; break;
rformat           541 sound/isa/wss/wss_lib.c 	case SNDRV_PCM_FORMAT_IMA_ADPCM:	rformat = CS4231_ADPCM_16; break;
rformat           544 sound/isa/wss/wss_lib.c 		rformat |= CS4231_STEREO;
rformat           548 sound/isa/wss/wss_lib.c 	return rformat;
rformat           537 sound/sparc/cs4231.c 	unsigned char rformat;
rformat           539 sound/sparc/cs4231.c 	rformat = CS4231_LINEAR_8;
rformat           542 sound/sparc/cs4231.c 		rformat = CS4231_ULAW_8;
rformat           545 sound/sparc/cs4231.c 		rformat = CS4231_ALAW_8;
rformat           548 sound/sparc/cs4231.c 		rformat = CS4231_LINEAR_16;
rformat           551 sound/sparc/cs4231.c 		rformat = CS4231_LINEAR_16_BIG;
rformat           554 sound/sparc/cs4231.c 		rformat = CS4231_ADPCM_16;
rformat           558 sound/sparc/cs4231.c 		rformat |= CS4231_STEREO;
rformat           559 sound/sparc/cs4231.c 	return rformat;