~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to bristol/bristolsystem.c

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-02-15 02:54:23 UTC
  • mfrom: (13.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110215025423-g8hcla5gyl08mae3
Tags: 0.60.8-2
* Upload to unstable.
* Relax JACK's build-deps to let this build in sid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
extern void inthandler();
30
30
extern void initBristolAudio();
 
31
#ifdef BRISTOL_PA
 
32
extern int bristolPulseInterface();
 
33
#endif
31
34
#ifdef _BRISTOL_JACK
32
35
extern int bristolJackInterface();
33
36
#endif
328
331
#endif
329
332
#endif
330
333
                                        }
 
334
                                        if (audiomain->flags & BRISTOL_PULSE)
 
335
                                        {
 
336
                                                audiomain->atReq = BRISTOL_REQSTOP;
 
337
#ifdef BRISTOL_PA // The bristol idle thread should do this.
 
338
                                                bristolPulseInterface(NULL);
 
339
#endif
 
340
                                        }
331
341
 
332
342
                                        bristolMidiSendMsg(msg->params.bristol.from, 0, 127, 0, 1);
333
343
                                        audiomain->atStatus = BRISTOL_TERM;