diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2015-02-13 16:14:08 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-20 11:30:07 -0500 |
commit | 2d52a5abd5be35340296a251092c8a594679df54 (patch) | |
tree | cbb34ff9d61bf3bcc7d58b585eb7cd36c1c16c92 /include/sound | |
parent | 9e94df3a624b1b485f2c2ac5ab94032da01e45b3 (diff) |
ALSA: core: remove .wall_clock
can be removed without breaking git-bisect now
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 04f2d492ae57..0cb7f3f5df7b 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -74,8 +74,6 @@ struct snd_pcm_ops { | |||
74 | int (*prepare)(struct snd_pcm_substream *substream); | 74 | int (*prepare)(struct snd_pcm_substream *substream); |
75 | int (*trigger)(struct snd_pcm_substream *substream, int cmd); | 75 | int (*trigger)(struct snd_pcm_substream *substream, int cmd); |
76 | snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream); | 76 | snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream); |
77 | int (*wall_clock)(struct snd_pcm_substream *substream, | ||
78 | struct timespec *audio_ts); | ||
79 | int (*get_time_info)(struct snd_pcm_substream *substream, | 77 | int (*get_time_info)(struct snd_pcm_substream *substream, |
80 | struct timespec *system_ts, struct timespec *audio_ts, | 78 | struct timespec *system_ts, struct timespec *audio_ts, |
81 | struct snd_pcm_audio_tstamp_config *audio_tstamp_config, | 79 | struct snd_pcm_audio_tstamp_config *audio_tstamp_config, |