Lines Matching refs:at
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
44 int at;
47 /* No audio type specified, look at extension */
53 if ((ext == NULL) || ((at = get_audio_type(ext)) == -1)) {
60 at = audio_type;
62 if (at == AUDIO_TYPE_SUN)
64 if (at == AUDIO_TYPE_WAV)
66 if (at == AUDIO_TYPE_CDA)
68 if (at == AUDIO_TYPE_AUR)
104 /* Put the device in track-at-once mode */