All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 1/3] delete unused file
@ 2004-12-26 15:24 domen
  2004-12-27 16:47 ` Takashi Iwai
  2004-12-27 17:45 ` [patch 1/3] delete unused file Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: domen @ 2004-12-26 15:24 UTC (permalink / raw)
  To: perex; +Cc: alsa-devel, domen


Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj/include/sound/soundmem.h |    8 --------
 1 files changed, 8 deletions(-)

diff -L include/sound/soundmem.h -puN include/sound/soundmem.h~remove_file-include_sound_soundmem.h /dev/null
--- kj/include/sound/soundmem.h
+++ /dev/null	2004-12-24 01:21:08.000000000 +0100
@@ -1,8 +0,0 @@
-/*
- *  Onboard memory management
- */
-
-struct SNDRV_STRU_BANK_INFO {
-	unsigned int address;
-	unsigned int size;
-};
_


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: [patch 1/3] delete unused file
  2004-12-26 15:24 [patch 1/3] delete unused file domen
@ 2004-12-27 16:47 ` Takashi Iwai
  2004-12-27 16:57   ` delete unused file [patch 3/3 repost] Domen Puncer
  2004-12-27 17:45 ` [patch 1/3] delete unused file Takashi Iwai
  1 sibling, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2004-12-27 16:47 UTC (permalink / raw)
  To: domen; +Cc: perex, alsa-devel

Hi,

patch 3/3 seems missing.  Could you repost it?

thanks,

Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: delete unused file [patch 3/3 repost]
  2004-12-27 16:47 ` Takashi Iwai
@ 2004-12-27 16:57   ` Domen Puncer
  2004-12-27 17:01     ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Domen Puncer @ 2004-12-27 16:57 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: perex, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

On 27/12/04 17:47 +0100, Takashi Iwai wrote:
> Hi,
> 
> patch 3/3 seems missing.  Could you repost it?

Seems it was too big to make it to the list, .gz attached.


Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj/sound/pci/cs46xx/imgs/cwcemb80.h | 1607 ------------------------------------
 1 files changed, 1607 deletions(-)

[-- Attachment #2: remove_file-sound_pci_cs46xx_imgs_cwcemb80.h.patch.gz --]
[-- Type: application/x-gunzip, Size: 7070 bytes --]

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

* Re: delete unused file [patch 3/3 repost]
  2004-12-27 16:57   ` delete unused file [patch 3/3 repost] Domen Puncer
@ 2004-12-27 17:01     ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2004-12-27 17:01 UTC (permalink / raw)
  To: Domen Puncer; +Cc: perex, alsa-devel

At Mon, 27 Dec 2004 17:57:43 +0100,
Domen Puncer wrote:
> 
> On 27/12/04 17:47 +0100, Takashi Iwai wrote:
> > Hi,
> > 
> > patch 3/3 seems missing.  Could you repost it?
> 
> Seems it was too big to make it to the list, .gz attached.
> 
> 
> Remove nowhere referenced file. (egrep "filename\." didn't find anything)
> 
> Signed-off-by: Domen Puncer <domen@coderock.org>

Let's keep this until we move the DSP stuff completely out with fw
loader.  This DSP image could be still used in future (in theory),
too.


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: [patch 1/3] delete unused file
  2004-12-26 15:24 [patch 1/3] delete unused file domen
  2004-12-27 16:47 ` Takashi Iwai
@ 2004-12-27 17:45 ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2004-12-27 17:45 UTC (permalink / raw)
  To: domen; +Cc: perex, alsa-devel

At Sun, 26 Dec 2004 16:24:58 +0100,
domen@coderock.org wrote:
> 
> 
> Remove nowhere referenced file. (egrep "filename\." didn't find anything)
> 
> Signed-off-by: Domen Puncer <domen@coderock.org>

Patch 1 and 2 are applied to ALSA tree.  Thanks.


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

end of thread, other threads:[~2004-12-27 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-26 15:24 [patch 1/3] delete unused file domen
2004-12-27 16:47 ` Takashi Iwai
2004-12-27 16:57   ` delete unused file [patch 3/3 repost] Domen Puncer
2004-12-27 17:01     ` Takashi Iwai
2004-12-27 17:45 ` [patch 1/3] delete unused file 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.