Ignore:
Timestamp:
Sep 22, 2010, 8:52:19 PM (15 years ago)
Author:
David Azarewicz
Message:

changes to debug statements for api debugging

File:
1 edited

Legend:

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

    r464 r542  
    374374struct snd_pcm_hw_params {
    375375        unsigned int flags;
    376         struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - 
     376        struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK -
    377377                               SNDRV_PCM_HW_PARAM_FIRST_MASK + 1];
    378378        struct snd_mask mres[5];        /* reserved masks */
     
    772772#define SNDRV_CTL_ELEM_ACCESS_LOCK              (1<<9)  /* write lock */
    773773#define SNDRV_CTL_ELEM_ACCESS_OWNER             (1<<10) /* write lock owner */
    774 #define SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK      (1<<28) /* kernel use a TLV callback */ 
     774#define SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK      (1<<28) /* kernel use a TLV callback */
    775775#define SNDRV_CTL_ELEM_ACCESS_USER              (1<<29) /* user space element */
    776776/* bits 30 and 31 are obsoleted (for indirect access) */
     
    789789        unsigned int device;            /* device/client number */
    790790        unsigned int subdevice;         /* subdevice (substream) number */
    791         unsigned char name[44];         /* ASCII name of item */
     791    unsigned char name[44];             /* ASCII name of item */
    792792        unsigned int index;             /* index of item */
    793793};
     
    836836        struct snd_ctl_elem_id id;      /* W: element ID */
    837837        unsigned int indirect: 1;       /* W: indirect access - obsoleted */
    838         union {
     838    union {
    839839                union {
    840840                        long value[128];
     
    854854                } bytes;
    855855                struct snd_aes_iec958 iec958;
    856         } value;                /* RO */
     856    } value;                /* RO */
    857857        struct timespec tstamp;
    858         unsigned char reserved[128-sizeof(struct timespec)];
     858    unsigned char reserved[128-sizeof(struct timespec)];
    859859};
    860860
Note: See TracChangeset for help on using the changeset viewer.