Changeset 426 for GPL/trunk/alsa-kernel/include/sound/pcm.h
- Timestamp:
- May 9, 2009, 11:45:26 AM (16 years ago)
- File:
-
- 1 edited
-
GPL/trunk/alsa-kernel/include/sound/pcm.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/include/sound/pcm.h
r399 r426 269 269 snd_pcm_uframes_t avail_max; 270 270 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ 271 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time*/ 271 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ 272 unsigned long hw_ptr_jiffies; /* Time when hw_ptr is updated */ 272 273 273 274 /* -- HW params -- */ … … 365 366 struct snd_timer *timer; /* timer */ 366 367 unsigned timer_running: 1; /* time is running */ 367 spinlock_t timer_lock;368 368 /* -- next substream -- */ 369 369 struct snd_pcm_substream *next; … … 456 456 #endif 457 457 458 int snd_pcm_new(struct snd_card *card, c har *id, int device,458 int snd_pcm_new(struct snd_card *card, const char *id, int device, 459 459 int playback_count, int capture_count, 460 460 struct snd_pcm **rpcm);
Note:
See TracChangeset
for help on using the changeset viewer.
