linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime
@ 2020-04-29 13:28 YueHaibing
  2020-04-29 13:59 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2020-04-29 13:28 UTC (permalink / raw)
  To: perex, tiwai, tglx; +Cc: alsa-devel, linux-kernel, YueHaibing

There's no callers in-tree.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 sound/core/seq/oss/seq_oss_timer.h | 10 ----------
 1 file changed, 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
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime
  2020-04-29 13:28 [PATCH -next] ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime YueHaibing
@ 2020-04-29 13:59 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-04-29 13:59 UTC (permalink / raw)
  To: YueHaibing; +Cc: perex, tiwai, tglx, alsa-devel, linux-kernel

On Wed, 29 Apr 2020 15:28:05 +0200,
YueHaibing wrote:
> 
> There's no callers in-tree.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied, thanks.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-29 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 13:28 [PATCH -next] ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtime YueHaibing
2020-04-29 13:59 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).