diff options
| -rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index bc882f8f163c..21e99cfa8c49 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
| @@ -312,7 +312,6 @@ struct azx_dev { | |||
| 312 | unsigned int period_bytes; /* size of the period in bytes */ | 312 | unsigned int period_bytes; /* size of the period in bytes */ |
| 313 | unsigned int frags; /* number for period in the play buffer */ | 313 | unsigned int frags; /* number for period in the play buffer */ |
| 314 | unsigned int fifo_size; /* FIFO size */ | 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 */ | 315 | unsigned long start_jiffies; /* start + minimum jiffies */ |
| 317 | unsigned long min_jiffies; /* minimum jiffies before position is valid */ | 316 | unsigned long min_jiffies; /* minimum jiffies before position is valid */ |
| 318 | 317 | ||
| @@ -333,6 +332,7 @@ struct azx_dev { | |||
| 333 | unsigned int opened :1; | 332 | unsigned int opened :1; |
| 334 | unsigned int running :1; | 333 | unsigned int running :1; |
| 335 | unsigned int irq_pending :1; | 334 | unsigned int irq_pending :1; |
| 335 | unsigned int start_flag: 1; /* stream full start flag */ | ||
| 336 | /* | 336 | /* |
| 337 | * For VIA: | 337 | * For VIA: |
| 338 | * A flag to ensure DMA position is 0 | 338 | * A flag to ensure DMA position is 0 |
