X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsound%2Ftimer.h;h=d42c083db1dac0d9dbdfa599b2228675123a5526;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=5ece2bf541dce81d9c289b10a81e23703369adab;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/sound/timer.h b/include/sound/timer.h index 5ece2bf54..d42c083db 100644 --- a/include/sound/timer.h +++ b/include/sound/timer.h @@ -129,7 +129,6 @@ void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstam int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer); int snd_timer_global_free(struct snd_timer *timer); int snd_timer_global_register(struct snd_timer *timer); -int snd_timer_global_unregister(struct snd_timer *timer); int snd_timer_open(struct snd_timer_instance **ti, char *owner, struct snd_timer_id *tid, unsigned int slave_id); int snd_timer_close(struct snd_timer_instance *timeri);