[alsa-devel] [PATCH v6 6/7] ALSA: core: remove .wall_clock

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Fri Feb 13 22:14:08 CET 2015


can be removed without breaking git-bisect now

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
---
 include/sound/pcm.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 04f2d49..0cb7f3f 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -74,8 +74,6 @@ struct snd_pcm_ops {
 	int (*prepare)(struct snd_pcm_substream *substream);
 	int (*trigger)(struct snd_pcm_substream *substream, int cmd);
 	snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
-	int (*wall_clock)(struct snd_pcm_substream *substream,
-			  struct timespec *audio_ts);
 	int (*get_time_info)(struct snd_pcm_substream *substream,
 			struct timespec *system_ts, struct timespec *audio_ts,
 			struct snd_pcm_audio_tstamp_config *audio_tstamp_config,
-- 
1.9.1



More information about the Alsa-devel mailing list