Changeset 542 for GPL/trunk/alsa-kernel/include/sound/asound.h
- Timestamp:
- Sep 22, 2010, 8:52:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/include/sound/asound.h
r464 r542 374 374 struct snd_pcm_hw_params { 375 375 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 - 377 377 SNDRV_PCM_HW_PARAM_FIRST_MASK + 1]; 378 378 struct snd_mask mres[5]; /* reserved masks */ … … 772 772 #define SNDRV_CTL_ELEM_ACCESS_LOCK (1<<9) /* write lock */ 773 773 #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 */ 775 775 #define SNDRV_CTL_ELEM_ACCESS_USER (1<<29) /* user space element */ 776 776 /* bits 30 and 31 are obsoleted (for indirect access) */ … … 789 789 unsigned int device; /* device/client number */ 790 790 unsigned int subdevice; /* subdevice (substream) number */ 791 791 unsigned char name[44]; /* ASCII name of item */ 792 792 unsigned int index; /* index of item */ 793 793 }; … … 836 836 struct snd_ctl_elem_id id; /* W: element ID */ 837 837 unsigned int indirect: 1; /* W: indirect access - obsoleted */ 838 838 union { 839 839 union { 840 840 long value[128]; … … 854 854 } bytes; 855 855 struct snd_aes_iec958 iec958; 856 856 } value; /* RO */ 857 857 struct timespec tstamp; 858 858 unsigned char reserved[128-sizeof(struct timespec)]; 859 859 }; 860 860
Note:
See TracChangeset
for help on using the changeset viewer.