ALSA: hda_intel.c - Consolidate bitfields

Commit fa00e046b41663cbda9b1affc0594669e5f14219
added a new bitfield not adjacent to other
bitfields in the same struct. Moved the new one.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Joe Perches and committed by Takashi Iwai d523b0c8 3ee8da87

+1 -1
+1 -1
sound/pci/hda/hda_intel.c
··· 312 unsigned int period_bytes; /* size of the period in bytes */ 313 unsigned int frags; /* number for period in the play buffer */ 314 unsigned int fifo_size; /* FIFO size */ 315 - unsigned int start_flag: 1; /* stream full start flag */ 316 unsigned long start_jiffies; /* start + minimum jiffies */ 317 unsigned long min_jiffies; /* minimum jiffies before position is valid */ 318 ··· 332 unsigned int opened :1; 333 unsigned int running :1; 334 unsigned int irq_pending :1; 335 /* 336 * For VIA: 337 * A flag to ensure DMA position is 0
··· 312 unsigned int period_bytes; /* size of the period in bytes */ 313 unsigned int frags; /* number for period in the play buffer */ 314 unsigned int fifo_size; /* FIFO size */ 315 unsigned long start_jiffies; /* start + minimum jiffies */ 316 unsigned long min_jiffies; /* minimum jiffies before position is valid */ 317 ··· 333 unsigned int opened :1; 334 unsigned int running :1; 335 unsigned int irq_pending :1; 336 + unsigned int start_flag: 1; /* stream full start flag */ 337 /* 338 * For VIA: 339 * A flag to ensure DMA position is 0