login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2009
»
April
»
16
Re: [PATCH] hda_intel.c - Consolidate bitfields
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Takashi Iwai
Subject:
Re: [PATCH] hda_intel.c - Consolidate bitfields
Date: Wednesday, April 15, 2009 - 11:26 pm
At Wed, 15 Apr 2009 11:39:01 -0700, Joe Perches wrote:
quoted text
> > 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>
Applied to sound git tree now. Thanks. Takashi
quoted text
> > diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c > index bc882f8..21e99cf 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 > >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH] hda_intel.c - Consolidate bitfields
, Joe Perches
, (Wed Apr 15, 11:39 am)
Re: [PATCH] hda_intel.c - Consolidate bitfields
, Takashi Iwai
, (Wed Apr 15, 11:26 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client