diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-19 11:39:46 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-19 11:39:46 +0200 |
commit | 7c4112a285b00e137db04844b8b9b478e5d4363e (patch) | |
tree | 6e708230baf2213b902a1e8f04a21c9bf64487a3 /sound/pci/hda/hda_intel.c | |
parent | 1e2ae4ddd373af6fa3ea2483d7fc4a08c7f54395 (diff) | |
parent | 93e82ae781e1ca4797cf2a226d3c303975bd99c7 (diff) |
Merge branch 'fix/hda' into for-linus
* fix/hda:
ALSA: hda - Set function_id only on FG nodes
ALSA: hda - Add upper-limit of mixer amp for AD1884A-laptop model, too
ALSA: hda - Fix headphone-detection on some machines with STAC/IDT codecs
ALSA: hda_intel.c - Consolidate bitfields
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-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 bc882f8f163..21e99cfa8c4 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -312,7 +312,6 @@ struct azx_dev { unsigned int period_bytes; /* size of the period in bytes */ unsigned int frags; /* number for period in the play buffer */ unsigned int fifo_size; /* FIFO size */ - unsigned int start_flag: 1; /* stream full start flag */ unsigned long start_jiffies; /* start + minimum jiffies */ unsigned long min_jiffies; /* minimum jiffies before position is valid */ @@ -333,6 +332,7 @@ struct azx_dev { unsigned int opened :1; unsigned int running :1; unsigned int irq_pending :1; + unsigned int start_flag: 1; /* stream full start flag */ /* * For VIA: * A flag to ensure DMA position is 0 |