diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-10-26 17:51:43 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-10-26 17:51:43 -0400 |
commit | d22665702226e9c40bc331098559e3d55e7cd43d (patch) | |
tree | 6e92734c9835dc9e064b20182624939f3486d28d /sound/usb/card.h | |
parent | 5cdf745ebae0f5bcf9b798d8fd5cb57add592cc1 (diff) | |
parent | dde7ad8dee274763c8958769779aea8c993c950e (diff) |
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/usb/card.h')
-rw-r--r-- | sound/usb/card.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/usb/card.h b/sound/usb/card.h index ae4251d5abf7..a39edcc32a93 100644 --- a/sound/usb/card.h +++ b/sound/usb/card.h | |||
@@ -94,6 +94,8 @@ struct snd_usb_substream { | |||
94 | spinlock_t lock; | 94 | spinlock_t lock; |
95 | 95 | ||
96 | struct snd_urb_ops ops; /* callbacks (must be filled at init) */ | 96 | struct snd_urb_ops ops; /* callbacks (must be filled at init) */ |
97 | int last_frame_number; /* stored frame number */ | ||
98 | int last_delay; /* stored delay */ | ||
97 | }; | 99 | }; |
98 | 100 | ||
99 | struct snd_usb_stream { | 101 | struct snd_usb_stream { |