diff options
author | YueHaibing <[email protected]> | 2020-04-29 21:28:05 +0800 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2020-04-29 15:58:55 +0200 |
commit | 25cba461989c3ebf7236ec17a0ac3949dc80ce8c (patch) | |
tree | 32faa28726d73dc2f2db9c0ad75c8b995cb1d192 | |
parent | 5b6cc38f3f3f37109ce72b60bda215a5f6892c0b (diff) |
ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime
There's no callers in-tree.
Signed-off-by: YueHaibing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r-- | sound/core/seq/oss/seq_oss_timer.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/core/seq/oss/seq_oss_timer.h b/sound/core/seq/oss/seq_oss_timer.h index 2d86125b5d0f..dee190b4ec6b 100644 --- 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 |