Home
last modified time | relevance | path

Searched full:pcm_ops (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/audio/
H A Daudio.c596 if (!hw->pcm_ops->volume_in) { in audio_pcm_sw_read()
649 return (hw->pcm_ops->buffer_get_free ? hw->pcm_ops->buffer_get_free(hw) : in audio_pcm_hw_get_live_out()
743 if (!sw->hw->pcm_ops->volume_out) { in audio_pcm_sw_write()
875 return hw->pcm_ops->write(hw, buf, size); in AUD_write()
897 return hw->pcm_ops->read(hw, buf, size); in AUD_read()
933 if (hw->pcm_ops->enable_out) { in AUD_set_active_out()
934 hw->pcm_ops->enable_out(hw, true); in AUD_set_active_out()
979 if (hw->pcm_ops->enable_in) { in AUD_set_active_in()
980 hw->pcm_ops in AUD_set_active_in()
[all...]
H A Daudio_template.h231 glue(hw->pcm_ops->fini_, TYPE) (hw); in glue()
280 if (audio_bug(__func__, !drv->pcm_ops)) { in glue()
281 dolog ("Host audio driver without pcm_ops\n"); in glue()
291 hw->pcm_ops = drv->pcm_ops; in glue()
297 if (glue (hw->pcm_ops->init_, TYPE) (hw, as, s->drv_opaque)) { in glue()
336 glue (hw->pcm_ops->fini_, TYPE) (hw); in glue()
H A Daudio_int.h89 struct audio_pcm_ops *pcm_ops;
110 struct audio_pcm_ops *pcm_ops;
156 struct audio_pcm_ops *pcm_ops;
81 struct audio_pcm_ops *pcm_ops; global() member
102 struct audio_pcm_ops *pcm_ops; global() member
148 struct audio_pcm_ops *pcm_ops; global() member
H A Dnoaudio.c134 .pcm_ops = &no_pcm_ops,
H A Dwavaudio.c210 .pcm_ops = &wav_pcm_ops,
H A Dspiceaudio.c321 .pcm_ops = &audio_callbacks,
H A Dsdlaudio.c487 .pcm_ops = &sdl_pcm_ops,
H A Dsndioaudio.c551 .pcm_ops = &sndio_pcm_ops,
H A Dcoreaudio.m669 .pcm_ops = &coreaudio_pcm_ops,
H A Ddsoundaudio.c690 .pcm_ops = &dsound_pcm_ops, in dsound_audio_init()
H A Ddbusaudio.c701 .pcm_ops = &dbus_pcm_ops,
H A Djackaudio.c677 .pcm_ops = &jack_pcm_ops,
H A Dossaudio.c768 .pcm_ops = &oss_pcm_ops,
H A Dpaaudio.c927 .pcm_ops = &qpa_pcm_ops,
H A Dpwaudio.c843 .pcm_ops = &qpw_pcm_ops,
H A Dalsaaudio.c941 .pcm_ops = &alsa_pcm_ops,