All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: lx6464es - remove unused struct member
       [not found] <cc69ca17240a9e4f5c2e7876520e778a449d5671.1253307496.git.tim@klingt.org>
@ 2009-09-18 21:00 ` Tim Blechmann
  2009-09-21 13:21   ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Blechmann @ 2009-09-18 21:00 UTC (permalink / raw)
  To: alsa-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 276 bytes --]


we cannot set the sampling rate of the device, but can only read it
from the board, so we don't need the member for it.

Signed-off-by: Tim Blechmann <tim@klingt.org>
---
 sound/pci/lx6464es/lx6464es.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)




[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: 0002-ALSA-lx6464es-remove-unused-struct-member.patch --]
[-- Type: text/x-patch; name="0002-ALSA-lx6464es-remove-unused-struct-member.patch", Size: 511 bytes --]

diff --git a/sound/pci/lx6464es/lx6464es.h b/sound/pci/lx6464es/lx6464es.h
index 16442da..51afc04 100644
--- a/sound/pci/lx6464es/lx6464es.h
+++ b/sound/pci/lx6464es/lx6464es.h
@@ -94,7 +94,6 @@ struct lx6464es {
 	uint                    hardware_running[2];
 	u32                     board_sample_rate; /* sample rate read from
 						    * board */
-	u32                     sample_rate;	   /* our sample rate */
 	u16                     pcm_granularity;   /* board blocksize */
 
 	/* dma */


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: lx6464es - remove unused struct member
  2009-09-18 21:00 ` [PATCH] ALSA: lx6464es - remove unused struct member Tim Blechmann
@ 2009-09-21 13:21   ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-09-21 13:21 UTC (permalink / raw)
  To: Tim Blechmann; +Cc: alsa-devel

At Fri, 18 Sep 2009 23:00:57 +0200,
Tim Blechmann wrote:
> 
> we cannot set the sampling rate of the device, but can only read it
> from the board, so we don't need the member for it.
> 
> Signed-off-by: Tim Blechmann <tim@klingt.org>

Applied this one, too.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-21 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cc69ca17240a9e4f5c2e7876520e778a449d5671.1253307496.git.tim@klingt.org>
2009-09-18 21:00 ` [PATCH] ALSA: lx6464es - remove unused struct member Tim Blechmann
2009-09-21 13:21   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.