projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6cc38
)
ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime
author
YueHaibing
<yuehaibing@huawei.com>
Wed, 29 Apr 2020 13:28:05 +0000
(21:28 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 29 Apr 2020 13:58:55 +0000
(15:58 +0200)
There's no callers in-tree.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link:
https://lore.kernel.org/r/20200429132805.18712-1-yuehaibing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/oss/seq_oss_timer.h
patch
|
blob
|
history
diff --git
a/sound/core/seq/oss/seq_oss_timer.h
b/sound/core/seq/oss/seq_oss_timer.h
index 2d86125b5d0fc76c08374600ba9168800c2266c5..dee190b4ec6b7166c3a5565b29341683ac105329 100644
(file)
--- a/
sound/core/seq/oss/seq_oss_timer.h
+++ b/
sound/core/seq/oss/seq_oss_timer.h
@@
-44,14
+44,4
@@
snd_seq_oss_timer_cur_tick(struct seq_oss_timer *timer)
return timer->cur_tick;
}
-
-/*
- * is realtime event?
- */
-static inline int
-snd_seq_oss_timer_is_realtime(struct seq_oss_timer *timer)
-{
- return timer->realtime;
-}
-
#endif