X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Fsound%2Ftimer.h;h=d42c083db1dac0d9dbdfa599b2228675123a5526;hb=db1a19b38f3a85f475b4ad716c71be133d8ca48e;hp=5ece2bf541dce81d9c289b10a81e23703369adab;hpb=db9edfd7e339ca4113153d887e782dd05be5a9eb;p=linux-2.6-microblaze.git diff --git a/include/sound/timer.h b/include/sound/timer.h index 5ece2bf541dc..d42c083db1da 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);