Searched refs:audio_record (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Daudio.h77 * audio_record - records samples from the sound device using blocking
84 int audio_record(struct audio *aud, uint8_t *buf, size_t count);
H A Daudio.c250 * audio_record - records samples from the sound device using
258 audio_record(struct audio *aud, uint8_t *buf, size_t count) function
H A Dhda_codec.c755 err = audio_record(aud, st->buf, sizeof(st->buf));
/freebsd-current/sys/dev/usb/template/
H A Dusb_template_audio.c90 static struct usb_string_descriptor audio_record; variable in typeref:struct:usb_string_descriptor
392 [AUDIO_RECORD_INDEX] = &audio_record,
419 usb_make_str_desc(&audio_record, sizeof(audio_record),
450 &audio_record, sizeof(audio_record), usb_temp_sysctl,

Completed in 94 milliseconds