Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187023
b: refs/heads/master
c: b30477d
h: refs/heads/master
i:
  187021: 6263300
  187019: b18955b
  187015: 8de0a11
  187007: 1e27aab
v: v3
  • Loading branch information
Jaroslav Kysela authored and Takashi Iwai committed Mar 3, 2010
1 parent e8dba4f commit 20ffd96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: faf4eb23d5fcb9a4728766a1e7bce9c6f2b43bd8
refs/heads/master: b30477d5e2961bfd90ad4146c517871ca8a6bebc
2 changes: 1 addition & 1 deletion trunk/include/sound/asound.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/core/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void snd_timer_notify1(struct snd_timer_instance *ti, int event)
event == SNDRV_TIMER_EVENT_CONTINUE)
resolution = snd_timer_resolution(ti);
if (ti->ccallback)
ti->ccallback(ti, SNDRV_TIMER_EVENT_START, &tstamp, resolution);
ti->ccallback(ti, event, &tstamp, resolution);
if (ti->flags & SNDRV_TIMER_IFLG_SLAVE)
return;
timer = ti->timer;
Expand Down

0 comments on commit 20ffd96

Please sign in to comment.