Annotation of uae/src/od-generic/sound.c, revision 1.1.1.3

1.1.1.2   root        1:  /*
1.1       root        2:   * UAE - The Un*x Amiga Emulator
1.1.1.2   root        3:   *
1.1       root        4:   * Support for the Mute sound system
1.1.1.2   root        5:   *
1.1       root        6:   * Copyright 1997 Bernd Schmidt
                      7:   */
                      8: 
                      9: #include "sysconfig.h"
                     10: #include "sysdeps.h"
                     11: 
                     12: #include "options.h"
                     13: #include "memory.h"
                     14: #include "custom.h"
                     15: #include "audio.h"
                     16: #include "gensound.h"
                     17: #include "sounddep/sound.h"
                     18: 
                     19: int init_sound (void)
                     20: {
                     21:     currprefs.produce_sound = 0;
                     22:     return 1;
                     23: }
                     24: 
                     25: int setup_sound (void)
                     26: {
                     27:     currprefs.produce_sound = 0;
                     28:     return 1;
                     29: }
                     30: 
                     31: void close_sound(void)
                     32: {
                     33: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.