Revision fd06c375 vl.c

b/vl.c
4862 4862

  
4863 4863
#ifdef HAS_AUDIO
4864 4864
struct soundhw soundhw[] = {
4865
#ifdef TARGET_I386
4866
    {
4867
        "pcspk",
4868
        "PC speaker",
4869
        0,
4870
        1,
4871
        { .init_isa = pcspk_audio_init }
4872
    },
4873
#endif
4865 4874
    {
4866 4875
        "sb16",
4867 4876
        "Creative Sound Blaster 16",

Also available in: Unified diff