Searched full:speaker (Results 1 – 8 of 8) sorted by relevance
/qemu/hw/audio/ |
H A D | sb16.c | 79 int speaker; member 160 ldebug ("%s:%s:%d:%s:dmasize=%d:freq=%d:const=%d:speaker=%d\n", 168 dsp->speaker); 172 static void speaker (SB16State *s, int on) in speaker() function 174 s->speaker = on; in speaker() 298 speaker (s, 1); in dma_cmd8() 393 speaker (s, 1); in dma_cmd() 565 case 0xd1: /* speaker on */ in command() 566 speaker (s, 1); in command() 569 case 0xd3: /* speaker off */ in command() [all …]
|
H A D | pcspk.c | 2 * QEMU PC speaker emulation
|
H A D | wm8750.c | 160 /* Speaker: LOUT2VOL ROUT2VOL */ in wm8750_vol_update() 223 CODEC ".speaker", s, wm8750_audio_out_cb, &out_fmt); in wm8750_set_format()
|
H A D | hda-codec.c | 961 dc->desc = "HDA Audio Codec, duplex (speaker, microphone)"; in hda_audio_micro_class_init()
|
/qemu/docs/system/ |
H A D | target-i386-desc.rst.inc | 34 - PC speaker 67 The PC speaker audio device can be configured using the pcspk-audiodev
|
/qemu/include/hw/audio/ |
H A D | pcspk.h | 2 * QEMU PC speaker emulation
|
/qemu/hw/isa/ |
H A D | i82378.c | 105 /* speaker */ in i82378_realize()
|
/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 161 QEMU_FUZZ_OBJECTS='virtio* pcspk' # Fuzz the virtio devices and the speaker
|