X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Fsound%2Ftimer.h;h=7990469a44ce3df7909bdd447cd743019f900f37;hb=8b3c8ba3d8c2680dab5363a80c024965cac08b1e;hp=5ece2bf541dce81d9c289b10a81e23703369adab;hpb=944d79559d154c12becde0dab327016cf438f46c;p=linux-2.6-block.git diff --git a/include/sound/timer.h b/include/sound/timer.h index 5ece2bf541dc..7990469a44ce 100644 --- a/include/sound/timer.h +++ b/include/sound/timer.h @@ -3,7 +3,7 @@ /* * Timer abstract layer - * Copyright (c) by Jaroslav Kysela , + * Copyright (c) by Jaroslav Kysela , * Abramo Bagnara * * @@ -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);