Commit 89485d4931769d40353ea49bff1596accff8f06e

Authored by Daniel Mack
Committed by Takashi Iwai
1 parent a20971b201

ALSA: include/sound/asound.h whitespace fixups

This fixes some whitespace/indentation flaws I stumbled over.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 10 additions and 10 deletions Side-by-side Diff

include/sound/asound.h
... ... @@ -574,7 +574,7 @@
574 574 #define SNDRV_TIMER_FLG_SLAVE (1<<0) /* cannot be controlled */
575 575  
576 576 struct snd_timer_id {
577   - int dev_class;
  577 + int dev_class;
578 578 int dev_sclass;
579 579 int card;
580 580 int device;
... ... @@ -762,7 +762,7 @@
762 762 snd_ctl_elem_iface_t iface; /* interface identifier */
763 763 unsigned int device; /* device/client number */
764 764 unsigned int subdevice; /* subdevice (substream) number */
765   - unsigned char name[44]; /* ASCII name of item */
  765 + unsigned char name[44]; /* ASCII name of item */
766 766 unsigned int index; /* index of item */
767 767 };
768 768  
... ... @@ -809,7 +809,7 @@
809 809 struct snd_ctl_elem_value {
810 810 struct snd_ctl_elem_id id; /* W: element ID */
811 811 unsigned int indirect: 1; /* W: indirect access - obsoleted */
812   - union {
  812 + union {
813 813 union {
814 814 long value[128];
815 815 long *value_ptr; /* obsoleted */
816 816  
817 817  
... ... @@ -827,15 +827,15 @@
827 827 unsigned char *data_ptr; /* obsoleted */
828 828 } bytes;
829 829 struct snd_aes_iec958 iec958;
830   - } value; /* RO */
  830 + } value; /* RO */
831 831 struct timespec tstamp;
832   - unsigned char reserved[128-sizeof(struct timespec)];
  832 + unsigned char reserved[128-sizeof(struct timespec)];
833 833 };
834 834  
835 835 struct snd_ctl_tlv {
836   - unsigned int numid; /* control element numeric identification */
837   - unsigned int length; /* in bytes aligned to 4 */
838   - unsigned int tlv[0]; /* first TLV */
  836 + unsigned int numid; /* control element numeric identification */
  837 + unsigned int length; /* in bytes aligned to 4 */
  838 + unsigned int tlv[0]; /* first TLV */
839 839 };
840 840  
841 841 #define SNDRV_CTL_IOCTL_PVERSION _IOR('U', 0x00, int)
... ... @@ -886,8 +886,8 @@
886 886 unsigned int mask;
887 887 struct snd_ctl_elem_id id;
888 888 } elem;
889   - unsigned char data8[60];
890   - } data;
  889 + unsigned char data8[60];
  890 + } data;
891 891 };
892 892  
893 893 /*