Searched full:pcm_ops (Results 1 – 16 of 16) sorted by relevance
| /openbmc/qemu/audio/ |
| H A D | audio.c | 596 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 D | audio_template.h | 231 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 D | audio_int.h | 89 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 D | noaudio.c | 134 .pcm_ops = &no_pcm_ops,
|
| H A D | wavaudio.c | 210 .pcm_ops = &wav_pcm_ops,
|
| H A D | spiceaudio.c | 321 .pcm_ops = &audio_callbacks,
|
| H A D | sdlaudio.c | 487 .pcm_ops = &sdl_pcm_ops,
|
| H A D | sndioaudio.c | 551 .pcm_ops = &sndio_pcm_ops,
|
| H A D | coreaudio.m | 669 .pcm_ops = &coreaudio_pcm_ops,
|
| H A D | dsoundaudio.c | 690 .pcm_ops = &dsound_pcm_ops, in dsound_audio_init()
|
| H A D | dbusaudio.c | 701 .pcm_ops = &dbus_pcm_ops,
|
| H A D | jackaudio.c | 677 .pcm_ops = &jack_pcm_ops,
|
| H A D | ossaudio.c | 768 .pcm_ops = &oss_pcm_ops,
|
| H A D | paaudio.c | 927 .pcm_ops = &qpa_pcm_ops,
|
| H A D | pwaudio.c | 843 .pcm_ops = &qpw_pcm_ops,
|
| H A D | alsaaudio.c | 941 .pcm_ops = &alsa_pcm_ops,
|