Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81556
b: refs/heads/master
c: 3b378e1
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Ślusarz authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 0292cba commit 2c0dfdc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36b9cdfea64650069d985c5999cb5c2b6f8b85fb
refs/heads/master: 3b378e1f7e5b372a88189398f3946fd55da5923a
2 changes: 0 additions & 2 deletions trunk/sound/core/seq/seq_clientmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ static struct snd_seq_client *clientptr(int clientid)
return clienttab[clientid];
}

extern int seq_client_load[];

struct snd_seq_client *snd_seq_client_use_ptr(int clientid)
{
unsigned long flags;
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/core/seq/seq_clientmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table
int snd_seq_client_notify_subscription(int client, int port,
struct snd_seq_port_subscribe *info, int evtype);

extern int seq_client_load[15];

#endif
7 changes: 0 additions & 7 deletions trunk/sound/core/seq/seq_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
#include "seq_queue.h"
#include "seq_info.h"

extern int seq_default_timer_class;
extern int seq_default_timer_sclass;
extern int seq_default_timer_card;
extern int seq_default_timer_device;
extern int seq_default_timer_subdevice;
extern int seq_default_timer_resolution;

/* allowed sequencer timer frequencies, in Hz */
#define MIN_FREQUENCY 10
#define MAX_FREQUENCY 6250
Expand Down
7 changes: 7 additions & 0 deletions trunk/sound/core/seq/seq_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,11 @@ int snd_seq_timer_set_skew(struct snd_seq_timer *tmr, unsigned int skew, unsigne
snd_seq_real_time_t snd_seq_timer_get_cur_time(struct snd_seq_timer *tmr);
snd_seq_tick_time_t snd_seq_timer_get_cur_tick(struct snd_seq_timer *tmr);

extern int seq_default_timer_class;
extern int seq_default_timer_sclass;
extern int seq_default_timer_card;
extern int seq_default_timer_device;
extern int seq_default_timer_subdevice;
extern int seq_default_timer_resolution;

#endif

0 comments on commit 2c0dfdc

Please sign in to comment.