Searched refs:AUDIO_ENCODING_ADPCM (Results 1 – 8 of 8) sorted by relevance
98 { AudioEadpcm, AUDIO_ENCODING_ADPCM },99 { "ADPCM", AUDIO_ENCODING_ADPCM },
644 case AUDIO_ENCODING_ADPCM: in iw_set_format()895 if (sc->play_encoding == AUDIO_ENCODING_ADPCM) in iw_start_output()900 if (sc->play_channels == 2 && sc->play_encoding != AUDIO_ENCODING_ADPCM) in iw_start_output()944 if (sc->rec_encoding == AUDIO_ENCODING_ADPCM) in iw_start_input()949 if (sc->rec_channels == 2 && sc->rec_encoding != AUDIO_ENCODING_ADPCM) in iw_start_input()
592 blksize = (param->encoding == AUDIO_ENCODING_ADPCM) ? blksize / 4 - 1 : in ad1848_isa_trigger_input()636 blksize = (param->encoding == AUDIO_ENCODING_ADPCM) ? blksize / 4 - 1 : in ad1848_isa_trigger_output()
122 #define AUDIO_ENCODING_ADPCM 5 /* adaptive differential PCM */ macro
135 .encoding = AUDIO_ENCODING_ADPCM,
596 case AUDIO_ENCODING_ADPCM: in encoding_to_format()
462 case AUDIO_ENCODING_ADPCM: in oss_ioctl_audio()638 case AUDIO_ENCODING_ADPCM: in oss_ioctl_audio()
6634 case AUDIO_ENCODING_ADPCM: in audio_check_params()8324 if (fmt->encoding == AUDIO_ENCODING_ADPCM) { in audio_diagnostic_format2()