diff options
author | Jaroslav Kysela <perex@perex.cz> | 2010-03-03 13:05:55 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-04 00:39:45 +0300 |
commit | b30477d5e2961bfd90ad4146c517871ca8a6bebc (patch) | |
tree | d47155654523e0bd5d49280918d19ba3cd9f9cc0 /include/sound/asound.h | |
parent | faf4eb23d5fcb9a4728766a1e7bce9c6f2b43bd8 (diff) | |
download | linux-b30477d5e2961bfd90ad4146c517871ca8a6bebc.tar.xz |
ALSA: timer - pass real event in snd_timer_notify1() to instance callback
Do not use hardcoded SNDRV_TIMER_EVENT_START value.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/asound.h')
-rw-r--r-- | include/sound/asound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h index 1f57bb92eb5a..098595500632 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -544,7 +544,7 @@ struct snd_rawmidi_status { * Timer section - /dev/snd/timer */ -#define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 5) +#define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 6) enum { SNDRV_TIMER_CLASS_NONE = -1, |