Ignore:
Timestamp:
Aug 7, 2022, 6:11:12 PM (3 years ago)
Author:
David Azarewicz
Message:

Merge changes from next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/uapi/sound/asound.h

    r703 r717  
    8181 ****************************************************************************/
    8282
     83#define AES_IEC958_STATUS_SIZE          24
     84
    8385struct snd_aes_iec958 {
    84         unsigned char status[24];       /* AES/IEC958 channel status bits */
     86        unsigned char status[AES_IEC958_STATUS_SIZE]; /* AES/IEC958 channel status bits */
    8587        unsigned char subcode[147];     /* AES/IEC958 subcode bits */
    8688        unsigned char pad;              /* nothing */
     
    324326#define SNDRV_PCM_INFO_HAS_LINK_ESTIMATED_ATIME    0x04000000  /* report estimated link audio time */
    325327#define SNDRV_PCM_INFO_HAS_LINK_SYNCHRONIZED_ATIME 0x08000000  /* report synchronized audio/system time */
     328#define SNDRV_PCM_INFO_EXPLICIT_SYNC    0x10000000      /* needs explicit sync of pointers and data */
    326329
    327330#define SNDRV_PCM_INFO_DRAIN_TRIGGER    0x40000000              /* internal kernel flag - trigger in drain */
     
    825828#define SNDRV_RAWMIDI_IOCTL_PVERSION    _IOR('W', 0x00, int)
    826829#define SNDRV_RAWMIDI_IOCTL_INFO        _IOR('W', 0x01, struct snd_rawmidi_info)
     830#define SNDRV_RAWMIDI_IOCTL_USER_PVERSION _IOW('W', 0x02, int)
    827831#define SNDRV_RAWMIDI_IOCTL_PARAMS      _IOWR('W', 0x10, struct snd_rawmidi_params)
    828832#define SNDRV_RAWMIDI_IOCTL_STATUS      _IOWR('W', 0x20, struct snd_rawmidi_status)
Note: See TracChangeset for help on using the changeset viewer.