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

/freebsd-current/usr.sbin/bhyve/
H A Daudio.c72 struct audio *aud = NULL; local
87 aud = calloc(1, sizeof(*aud));
88 if (!aud)
92 if (nlen < sizeof(aud->dev_name))
93 memcpy(aud->dev_name, dev_name, nlen + 1);
96 free(aud);
100 aud->dir = dir;
102 aud->fd = open(aud
127 audio_set_params(struct audio *aud, struct audio_params *params) argument
224 audio_playback(struct audio *aud, const uint8_t *buf, size_t count) argument
258 audio_record(struct audio *aud, uint8_t *buf, size_t count) argument
[all...]
H A Daudio.h61 * @aud - the audio player to be configured
65 int audio_set_params(struct audio *aud, struct audio_params *params);
69 * @aud - the audio player used to play the samples
74 int audio_playback(struct audio *aud, const uint8_t *buf, size_t count);
79 * @aud - the audio player used to capture the samples
84 int audio_record(struct audio *aud, uint8_t *buf, size_t count);
H A Dhda_codec.c185 struct audio *aud; member in struct:hda_codec_stream
432 st->aud = audio_init(play, 1);
433 if (!st->aud) {
450 st->aud = audio_init(rec, 0);
451 if (!st->aud) {
682 struct audio *aud = NULL; local
692 aud = st->aud;
698 err = audio_playback(aud, st->buf, sizeof(st->buf));
707 struct audio *aud local
743 struct audio *aud = NULL; local
766 struct audio *aud = NULL; local
[all...]
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_pinmux.c344 GMUX(0x180, BB, 0, aud_mclk_pbb0, aud, rsvd1, rsvd2, rsvd3, 0x8f4, 12, 5, 20, 5),

Completed in 80 milliseconds