Ignore:
Timestamp:
May 9, 2009, 11:45:26 AM (16 years ago)
Author:
Paul Smedley
Message:

Update alsa-kernel to ALSA 1.0.20 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/include/sound/pcm.h

    r399 r426  
    269269        snd_pcm_uframes_t avail_max;
    270270        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 */
    272273
    273274        /* -- HW params -- */
     
    365366        struct snd_timer *timer;                /* timer */
    366367        unsigned timer_running: 1;      /* time is running */
    367         spinlock_t timer_lock;
    368368        /* -- next substream -- */
    369369        struct snd_pcm_substream *next;
     
    456456#endif
    457457
    458 int snd_pcm_new(struct snd_card *card, char *id, int device,
     458int snd_pcm_new(struct snd_card *card, const char *id, int device,
    459459                int playback_count, int capture_count,
    460460                struct snd_pcm **rpcm);
Note: See TracChangeset for help on using the changeset viewer.