All of lore.kernel.org
 help / color / mirror / Atom feed
* tiwai long downtime in this week
@ 2007-09-10 21:43 Takashi Iwai
  2007-09-10 22:03 ` Rene Herman
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2007-09-10 21:43 UTC (permalink / raw)
  To: alsa-devel

Hi,

I'm attending a conference during this week, so I won't be able to
read/post this ML so often.  If you need some patches for urgent
review or merge, please add my address to Cc.


thanks,

Takashi

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

* Re: tiwai long downtime in this week
  2007-09-10 21:43 tiwai long downtime in this week Takashi Iwai
@ 2007-09-10 22:03 ` Rene Herman
  2007-09-11 19:51   ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Rene Herman @ 2007-09-10 22:03 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On 09/10/2007 11:43 PM, Takashi Iwai wrote:

> I'm attending a conference during this week, so I won't be able to
> read/post this ML so often.  If you need some patches for urgent
> review or merge, please add my address to Cc.

Does this mean it might be better to delay the impending 1.0.15 for 1 more 
week? You're sort of vital to this ALSA thingy...

Also, although I don't care deeply, I'd also sort of like to get the new 
Sound Galaxy driver in there and while all the AZT2316 cards are fully 
functional, AZT1605 is giving me a little grief. The configuration part of 
its EEPROM is mapped out and the driver is working well, but I haven't yet 
found a way to know which one of the two I'm looking at runtime and I need 
to know that to know what configuration register layout I need to use.

The simplest way might in fact be to introduce sound/isa/galaxy/ and provide 
seperate snd-azt1605 and snd-azt2316 drivers that just share a lot of code 
through a common galaxy.c (and then just move over snd-azt2320 to there as 
well ofcourse).

Mmmm.

Rene.

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

* Re: tiwai long downtime in this week
  2007-09-10 22:03 ` Rene Herman
@ 2007-09-11 19:51   ` Takashi Iwai
  2007-09-11 20:08     ` Rene Herman
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2007-09-11 19:51 UTC (permalink / raw)
  To: Rene Herman; +Cc: alsa-devel

At Tue, 11 Sep 2007 00:03:54 +0200,
Rene Herman wrote:
> 
> On 09/10/2007 11:43 PM, Takashi Iwai wrote:
> 
> > I'm attending a conference during this week, so I won't be able to
> > read/post this ML so often.  If you need some patches for urgent
> > review or merge, please add my address to Cc.
> 
> Does this mean it might be better to delay the impending 1.0.15 for 1 more 
> week? You're sort of vital to this ALSA thingy...

I guess the next rc will be delayed anyway since Jaroslav is already
in the conference.

> Also, although I don't care deeply, I'd also sort of like to get the new 
> Sound Galaxy driver in there and while all the AZT2316 cards are fully 
> functional, AZT1605 is giving me a little grief. The configuration part of 
> its EEPROM is mapped out and the driver is working well, but I haven't yet 
> found a way to know which one of the two I'm looking at runtime and I need 
> to know that to know what configuration register layout I need to use.
> 
> The simplest way might in fact be to introduce sound/isa/galaxy/ and provide 
> seperate snd-azt1605 and snd-azt2316 drivers that just share a lot of code 
> through a common galaxy.c (and then just move over snd-azt2320 to there as 
> well ofcourse).

Maybe it's the only way if there is really no difference in the
signature or the beginning of EEPROM...


Takashi

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

* Re: tiwai long downtime in this week
  2007-09-11 19:51   ` Takashi Iwai
@ 2007-09-11 20:08     ` Rene Herman
  2007-09-13 12:26       ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Rene Herman @ 2007-09-11 20:08 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On 09/11/2007 09:51 PM, Takashi Iwai wrote:

>> Does this mean it might be better to delay the impending 1.0.15 for 1 more 
>> week? You're sort of vital to this ALSA thingy...
> 
> I guess the next rc will be delayed anyway since Jaroslav is already
> in the conference.

Mmm. Good :-)

>> Also, although I don't care deeply, I'd also sort of like to get the new 
>> Sound Galaxy driver in there and while all the AZT2316 cards are fully 
>> functional, AZT1605 is giving me a little grief. The configuration part of 
>> its EEPROM is mapped out and the driver is working well, but I haven't yet 
>> found a way to know which one of the two I'm looking at runtime and I need 
>> to know that to know what configuration register layout I need to use.
>>
>> The simplest way might in fact be to introduce sound/isa/galaxy/ and provide 
>> seperate snd-azt1605 and snd-azt2316 drivers that just share a lot of code 
>> through a common galaxy.c (and then just move over snd-azt2320 to there as 
>> well ofcourse).
> 
> Maybe it's the only way if there is really no difference in the
> signature or the beginning of EEPROM...

I haven't yet looked at the storing of volumes in the EEPROM (which azt1605 
does, and azt2316 not). Requires some reverse engineering again, but that 
might provide a method.

When I find something, I'll also need to base my nicely simple and direct 
setup in the ISA match() method around a bit, since I'll certainly not know 
at _that_ stage. AZT1605 eeprom/config-register layout difference and it in 
fact supporting different IRQs for MPU-401 (and SB, but that's not used in 
these drivers)...

For now I've done a seperate azt1605 though and I sort of expect I'm going 
to try for just splitting the common code of into a galaxy.c and building 
the two modules from that. I'll not wait too long with submitting the next 
version, so you'll still have time to slap me around when you really do 
desperately want a merged driver (azt1605 is really utterly ancient by now 
though, and an even older galaxy I have will also need differences).

Rene.

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

* Re: tiwai long downtime in this week
  2007-09-11 20:08     ` Rene Herman
@ 2007-09-13 12:26       ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2007-09-13 12:26 UTC (permalink / raw)
  To: Rene Herman; +Cc: alsa-devel

At Tue, 11 Sep 2007 22:08:13 +0200,
Rene Herman wrote:
> 
> On 09/11/2007 09:51 PM, Takashi Iwai wrote:
> 
> >> Does this mean it might be better to delay the impending 1.0.15 for 1 more 
> >> week? You're sort of vital to this ALSA thingy...
> > 
> > I guess the next rc will be delayed anyway since Jaroslav is already
> > in the conference.
> 
> Mmm. Good :-)

Well, apparently I lied :)  rc2 is out now.
But, don't worry, we'll have rc3 soon in the next week.


Takashi

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

end of thread, other threads:[~2007-09-13 12:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-10 21:43 tiwai long downtime in this week Takashi Iwai
2007-09-10 22:03 ` Rene Herman
2007-09-11 19:51   ` Takashi Iwai
2007-09-11 20:08     ` Rene Herman
2007-09-13 12:26       ` 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.