aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_timer.h
diff options
context:
space:
mode:
authorMarcin Ślusarz <marcin.slusarz@gmail.com>2007-12-14 12:59:50 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:29:35 +0100
commit3b378e1f7e5b372a88189398f3946fd55da5923a (patch)
tree54fc0291ab85639c1bf62d2336fa637f0c8bebeb /sound/core/seq/seq_timer.h
parent[ALSA] info_oss: move prototype of snd_card_info_read_oss to info.h (diff)
downloadlinux-dev-3b378e1f7e5b372a88189398f3946fd55da5923a.tar.xz
linux-dev-3b378e1f7e5b372a88189398f3946fd55da5923a.zip
[ALSA] sound/core/seq: move declarations of globally visible variables to proper headers
sound/core/seq: move declarations of globally visible variables to proper headers Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/core/seq/seq_timer.h')
-rw-r--r--sound/core/seq/seq_timer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/core/seq/seq_timer.h b/sound/core/seq/seq_timer.h
index e9ee1543c924..88dfb71805ae 100644
--- a/sound/core/seq/seq_timer.h
+++ b/sound/core/seq/seq_timer.h
@@ -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