Searched defs:alsa (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/audio/ |
H A D | alsaaudio.c | 255 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_poll_out() local 262 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; in alsa_poll_in() local 603 ALSAVoiceOut *alsa = (ALSAVoiceOut *)hw; in alsa_buffer_get_free() local 639 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_write() local 699 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_fini_out() local 708 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_init_out() local 771 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_enable_out() local 795 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; in alsa_init_in() local 826 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; in alsa_fini_in() local 833 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; in alsa_read() local [all …]
|
/openbmc/linux/drivers/most/ |
H A D | most_snd.c | 111 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() 116 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() 121 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() 126 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() 131 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() 136 static void most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes) in most_to_alsa_copy16() 141 static void most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes) in most_to_alsa_copy24() 146 static void most_to_alsa_copy32(void *alsa, void *most, unsigned int bytes) in most_to_alsa_copy32()
|
/openbmc/linux/sound/xen/ |
H A D | xen_snd_front_alsa.c | 69 snd_pcm_format_t alsa; member 74 snd_pcm_hw_param_t alsa; member
|
/openbmc/qemu/ |
H A D | meson_options.txt | 273 option('alsa', type: 'feature', value: 'auto', feature
|
H A D | meson.build | 1199 alsa = not_found variable 1201 alsa = dependency('alsa', required: get_option('alsa'), variable
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-core.c | 46 static unsigned int alsa = 1; variable
|
/openbmc/linux/include/uapi/linux/ |
H A D | media.h | 184 } alsa; member
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.h | 244 struct snd_cobalt_card *alsa; member
|
/openbmc/linux/include/uapi/sound/ |
H A D | asequencer.h | 547 } alsa; member
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 600 struct snd_cx18_card *alsa; /* ALSA interface for PCM capture stream */ member
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 672 struct snd_ivtv_card *alsa; member
|