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

/freebsd-current/usr.sbin/bhyve/
H A Daudio.h68 * audio_playback - plays samples to the sound device using blocking operations
74 int audio_playback(struct audio *aud, const uint8_t *buf, size_t count);
H A Daudio.c218 * audio_playback - plays samples to the sound device using blocking operations
224 audio_playback(struct audio *aud, const uint8_t *buf, size_t count) function
H A Dhda_codec.c698 err = audio_playback(aud, st->buf, sizeof(st->buf));
/freebsd-current/sys/dev/usb/template/
H A Dusb_template_audio.c91 static struct usb_string_descriptor audio_playback; variable in typeref:struct:usb_string_descriptor
393 [AUDIO_PLAYBACK_INDEX] = &audio_playback,
421 usb_make_str_desc(&audio_playback, sizeof(audio_playback),
454 &audio_playback, sizeof(audio_playback), usb_temp_sysctl,

Completed in 144 milliseconds