diff options
| author | Takashi Iwai <tiwai@suse.de> | 2008-10-24 12:16:50 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2008-10-24 12:16:50 -0400 |
| commit | bbaf5e97337287479eb78dbc3822d9560bbfd2e2 (patch) | |
| tree | 806b5e54038417d55ab2a28bfe4f5f63c4738c20 /sound/core/Makefile | |
| parent | 52948b3f7c481be2cd3a68d1db42dd6906bf853a (diff) | |
ALSA: Add hrtimer backend for ALSA timer interface
Added the hrtimer backend for ALSA timer interface.
It can be used for the sequencer timer source.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/Makefile')
| -rw-r--r-- | sound/core/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/Makefile b/sound/core/Makefile index d57125a5687d..4229052e7b91 100644 --- a/sound/core/Makefile +++ b/sound/core/Makefile | |||
| @@ -17,12 +17,14 @@ snd-page-alloc-$(CONFIG_HAS_DMA) += sgbuf.o | |||
| 17 | 17 | ||
| 18 | snd-rawmidi-objs := rawmidi.o | 18 | snd-rawmidi-objs := rawmidi.o |
| 19 | snd-timer-objs := timer.o | 19 | snd-timer-objs := timer.o |
| 20 | snd-hrtimer-objs := hrtimer.o | ||
| 20 | snd-rtctimer-objs := rtctimer.o | 21 | snd-rtctimer-objs := rtctimer.o |
| 21 | snd-hwdep-objs := hwdep.o | 22 | snd-hwdep-objs := hwdep.o |
| 22 | 23 | ||
| 23 | obj-$(CONFIG_SND) += snd.o | 24 | obj-$(CONFIG_SND) += snd.o |
| 24 | obj-$(CONFIG_SND_HWDEP) += snd-hwdep.o | 25 | obj-$(CONFIG_SND_HWDEP) += snd-hwdep.o |
| 25 | obj-$(CONFIG_SND_TIMER) += snd-timer.o | 26 | obj-$(CONFIG_SND_TIMER) += snd-timer.o |
| 27 | obj-$(CONFIG_SND_HRTIMER) += snd-hrtimer.o | ||
| 26 | obj-$(CONFIG_SND_RTCTIMER) += snd-rtctimer.o | 28 | obj-$(CONFIG_SND_RTCTIMER) += snd-rtctimer.o |
| 27 | obj-$(CONFIG_SND_PCM) += snd-pcm.o snd-page-alloc.o | 29 | obj-$(CONFIG_SND_PCM) += snd-pcm.o snd-page-alloc.o |
| 28 | obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o | 30 | obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o |
