* Support for realtek alc 655
@ 2003-09-01 10:51 Marco Canini
2003-09-01 11:37 ` James Courtier-Dutton
0 siblings, 1 reply; 10+ messages in thread
From: Marco Canini @ 2003-09-01 10:51 UTC (permalink / raw)
To: alsa-devel
hi,
i'm moving to buy a new mother board: gigabyte 8knxp.
it has integrated an audio ac97 codec chipset by realtek: alc655
i searched in the sound cards matrix and i couldn't find it so i surfed
the web for any kind of support for it in linux but i found nothing.
from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
is this chipset supported by alsa?
thanks
--
Marco Canini <m.canini@libero.it>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-01 10:51 Support for realtek alc 655 Marco Canini
@ 2003-09-01 11:37 ` James Courtier-Dutton
2003-09-01 18:23 ` Marco Canini
0 siblings, 1 reply; 10+ messages in thread
From: James Courtier-Dutton @ 2003-09-01 11:37 UTC (permalink / raw)
To: Marco Canini; +Cc: alsa-devel
Marco Canini wrote:
> hi,
>
> i'm moving to buy a new mother board: gigabyte 8knxp.
> it has integrated an audio ac97 codec chipset by realtek: alc655
> i searched in the sound cards matrix and i couldn't find it so i surfed
> the web for any kind of support for it in linux but i found nothing.
> from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
> is this chipset supported by alsa?
>
> thanks
We have the specs for the chip, so supporting it should not be too much
of a problem. See the nice PDF files from realtek web site :-) .
If you get the motherboard, I could work with you to get it working.
It looks very similar to the alc650, which is already supported, so the
work involved whould not be too much. I an fairly sure that all that
would need doing is to add recognition for the chip in ac97_codec.c and
then program it exactly the same as the alc650. Some of the extra
functions of the alc655 might not be supported, but you will get 5.1
channel sound output and be able to record. You just might not be able
to select all the different combinations of sound in/out jacks.
Cheers
James
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-01 11:37 ` James Courtier-Dutton
@ 2003-09-01 18:23 ` Marco Canini
2003-09-01 18:37 ` Takashi Iwai
2003-09-01 18:48 ` James Courtier-Dutton
0 siblings, 2 replies; 10+ messages in thread
From: Marco Canini @ 2003-09-01 18:23 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: alsa-devel
On Mon, 2003-09-01 at 13:37, James Courtier-Dutton wrote:
> Marco Canini wrote:
> > hi,
> >
> > i'm moving to buy a new mother board: gigabyte 8knxp.
> > it has integrated an audio ac97 codec chipset by realtek: alc655
> > i searched in the sound cards matrix and i couldn't find it so i surfed
> > the web for any kind of support for it in linux but i found nothing.
> > from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
> > is this chipset supported by alsa?
> >
> > thanks
> We have the specs for the chip, so supporting it should not be too much
> of a problem. See the nice PDF files from realtek web site :-) .
>
> If you get the motherboard, I could work with you to get it working.
> It looks very similar to the alc650, which is already supported, so the
> work involved whould not be too much. I an fairly sure that all that
> would need doing is to add recognition for the chip in ac97_codec.c and
> then program it exactly the same as the alc650. Some of the extra
> functions of the alc655 might not be supported, but you will get 5.1
> channel sound output and be able to record. You just might not be able
> to select all the different combinations of sound in/out jacks.
>
> Cheers
> James
>
Hi,
it would be cool. just another question before i go to buy: does the
ac97 code support hw multiplexing aka multiple playing for the alc650
dsp?
thanks
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
--
Marco Canini <m.canini@libero.it>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-01 18:23 ` Marco Canini
@ 2003-09-01 18:37 ` Takashi Iwai
2003-09-01 18:48 ` James Courtier-Dutton
1 sibling, 0 replies; 10+ messages in thread
From: Takashi Iwai @ 2003-09-01 18:37 UTC (permalink / raw)
To: Marco Canini; +Cc: James Courtier-Dutton, alsa-devel
At 01 Sep 2003 20:23:34 +0200,
Marco Canini wrote:
>
> On Mon, 2003-09-01 at 13:37, James Courtier-Dutton wrote:
> > Marco Canini wrote:
> > > hi,
> > >
> > > i'm moving to buy a new mother board: gigabyte 8knxp.
> > > it has integrated an audio ac97 codec chipset by realtek: alc655
> > > i searched in the sound cards matrix and i couldn't find it so i surfed
> > > the web for any kind of support for it in linux but i found nothing.
> > > from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
> > > is this chipset supported by alsa?
> > >
> > > thanks
> > We have the specs for the chip, so supporting it should not be too much
> > of a problem. See the nice PDF files from realtek web site :-) .
> >
> > If you get the motherboard, I could work with you to get it working.
> > It looks very similar to the alc650, which is already supported, so the
> > work involved whould not be too much. I an fairly sure that all that
> > would need doing is to add recognition for the chip in ac97_codec.c and
> > then program it exactly the same as the alc650. Some of the extra
> > functions of the alc655 might not be supported, but you will get 5.1
> > channel sound output and be able to record. You just might not be able
> > to select all the different combinations of sound in/out jacks.
> >
> > Cheers
> > James
> >
> Hi,
>
> it would be cool. just another question before i go to buy: does the
> ac97 code support hw multiplexing aka multiple playing for the alc650
> dsp?
it has nothing to do with which ac97 codec is.
if it's a VIA 823x chipset (except for VIA8233A), then yes.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-01 18:23 ` Marco Canini
2003-09-01 18:37 ` Takashi Iwai
@ 2003-09-01 18:48 ` James Courtier-Dutton
2003-09-04 12:43 ` Marco Canini
1 sibling, 1 reply; 10+ messages in thread
From: James Courtier-Dutton @ 2003-09-01 18:48 UTC (permalink / raw)
To: Marco Canini; +Cc: alsa-devel
Marco Canini wrote:
> On Mon, 2003-09-01 at 13:37, James Courtier-Dutton wrote:
>
>>Marco Canini wrote:
>>
>>>hi,
>>>
>>>i'm moving to buy a new mother board: gigabyte 8knxp.
>>>it has integrated an audio ac97 codec chipset by realtek: alc655
>>>i searched in the sound cards matrix and i couldn't find it so i surfed
>>>the web for any kind of support for it in linux but i found nothing.
>>>from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
>>>is this chipset supported by alsa?
>>>
>>>thanks
>>
>>We have the specs for the chip, so supporting it should not be too much
>>of a problem. See the nice PDF files from realtek web site :-) .
>>
>>If you get the motherboard, I could work with you to get it working.
>>It looks very similar to the alc650, which is already supported, so the
>>work involved whould not be too much. I an fairly sure that all that
>>would need doing is to add recognition for the chip in ac97_codec.c and
>>then program it exactly the same as the alc650. Some of the extra
>>functions of the alc655 might not be supported, but you will get 5.1
>>channel sound output and be able to record. You just might not be able
>>to select all the different combinations of sound in/out jacks.
>>
>>Cheers
>>James
>>
>
> Hi,
>
> it would be cool. just another question before i go to buy: does the
> ac97 code support hw multiplexing aka multiple playing for the alc650
> dsp?
>
> thanks
>
The alc650/alc655 do not support hw multiplexing and can only be opened
once.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-01 18:48 ` James Courtier-Dutton
@ 2003-09-04 12:43 ` Marco Canini
2003-09-04 13:07 ` Takashi Iwai
0 siblings, 1 reply; 10+ messages in thread
From: Marco Canini @ 2003-09-04 12:43 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: alsa-devel
On Mon, 2003-09-01 at 20:48, James Courtier-Dutton wrote:
> Marco Canini wrote:
> > On Mon, 2003-09-01 at 13:37, James Courtier-Dutton wrote:
> >
> >>Marco Canini wrote:
> >>
> >>>hi,
> >>>
> >>>i'm moving to buy a new mother board: gigabyte 8knxp.
> >>>it has integrated an audio ac97 codec chipset by realtek: alc655
> >>>i searched in the sound cards matrix and i couldn't find it so i surfed
> >>>the web for any kind of support for it in linux but i found nothing.
> >>>from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
> >>>is this chipset supported by alsa?
> >>>
> >>>thanks
> >>
> >>We have the specs for the chip, so supporting it should not be too much
> >>of a problem. See the nice PDF files from realtek web site :-) .
> >>
> >>If you get the motherboard, I could work with you to get it working.
> >>It looks very similar to the alc650, which is already supported, so the
> >>work involved whould not be too much. I an fairly sure that all that
> >>would need doing is to add recognition for the chip in ac97_codec.c and
> >>then program it exactly the same as the alc650. Some of the extra
> >>functions of the alc655 might not be supported, but you will get 5.1
> >>channel sound output and be able to record. You just might not be able
> >>to select all the different combinations of sound in/out jacks.
> >>
> >>Cheers
> >>James
> >>
> >
> > Hi,
> >
> > it would be cool. just another question before i go to buy: does the
> > ac97 code support hw multiplexing aka multiple playing for the alc650
> > dsp?
> >
> > thanks
> >
> The alc650/alc655 do not support hw multiplexing and can only be opened
> once.
>
There exist some ac97 codecs capable of hw multiplexing?
What are them?
thanks
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
--
Marco Canini <m.canini@libero.it>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-04 12:43 ` Marco Canini
@ 2003-09-04 13:07 ` Takashi Iwai
2003-09-04 13:46 ` Marco Canini
0 siblings, 1 reply; 10+ messages in thread
From: Takashi Iwai @ 2003-09-04 13:07 UTC (permalink / raw)
To: Marco Canini; +Cc: James Courtier-Dutton, alsa-devel
At 04 Sep 2003 14:43:05 +0200,
Marco Canini wrote:
>
> On Mon, 2003-09-01 at 20:48, James Courtier-Dutton wrote:
> > Marco Canini wrote:
> > > On Mon, 2003-09-01 at 13:37, James Courtier-Dutton wrote:
> > >
> > >>Marco Canini wrote:
> > >>
> > >>>hi,
> > >>>
> > >>>i'm moving to buy a new mother board: gigabyte 8knxp.
> > >>>it has integrated an audio ac97 codec chipset by realtek: alc655
> > >>>i searched in the sound cards matrix and i couldn't find it so i surfed
> > >>>the web for any kind of support for it in linux but i found nothing.
> > >>>from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
> > >>>is this chipset supported by alsa?
> > >>>
> > >>>thanks
> > >>
> > >>We have the specs for the chip, so supporting it should not be too much
> > >>of a problem. See the nice PDF files from realtek web site :-) .
> > >>
> > >>If you get the motherboard, I could work with you to get it working.
> > >>It looks very similar to the alc650, which is already supported, so the
> > >>work involved whould not be too much. I an fairly sure that all that
> > >>would need doing is to add recognition for the chip in ac97_codec.c and
> > >>then program it exactly the same as the alc650. Some of the extra
> > >>functions of the alc655 might not be supported, but you will get 5.1
> > >>channel sound output and be able to record. You just might not be able
> > >>to select all the different combinations of sound in/out jacks.
> > >>
> > >>Cheers
> > >>James
> > >>
> > >
> > > Hi,
> > >
> > > it would be cool. just another question before i go to buy: does the
> > > ac97 code support hw multiplexing aka multiple playing for the alc650
> > > dsp?
> > >
> > > thanks
> > >
> > The alc650/alc655 do not support hw multiplexing and can only be opened
> > once.
> >
> There exist some ac97 codecs capable of hw multiplexing?
no. as i wrote, it has nothing to do with ac97 codec.
it's the part of core-sound chip.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-04 13:07 ` Takashi Iwai
@ 2003-09-04 13:46 ` Marco Canini
0 siblings, 0 replies; 10+ messages in thread
From: Marco Canini @ 2003-09-04 13:46 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Thu, 2003-09-04 at 15:07, Takashi Iwai wrote:
> At 04 Sep 2003 14:43:05 +0200,
> Marco Canini wrote:
> >
> > On Mon, 2003-09-01 at 20:48, James Courtier-Dutton wrote:
> > > Marco Canini wrote:
> > > > On Mon, 2003-09-01 at 13:37, James Courtier-Dutton wrote:
> > > >
> > > >>Marco Canini wrote:
> > > >>
> > > >>>hi,
> > > >>>
> > > >>>i'm moving to buy a new mother board: gigabyte 8knxp.
> > > >>>it has integrated an audio ac97 codec chipset by realtek: alc655
> > > >>>i searched in the sound cards matrix and i couldn't find it so i surfed
> > > >>>the web for any kind of support for it in linux but i found nothing.
> > > >>>from what i see in the ac97 support code the alc650 is supported but no mention to alc655.
> > > >>>is this chipset supported by alsa?
> > > >>>
> > > >>>thanks
> > > >>
> > > >>We have the specs for the chip, so supporting it should not be too much
> > > >>of a problem. See the nice PDF files from realtek web site :-) .
> > > >>
> > > >>If you get the motherboard, I could work with you to get it working.
> > > >>It looks very similar to the alc650, which is already supported, so the
> > > >>work involved whould not be too much. I an fairly sure that all that
> > > >>would need doing is to add recognition for the chip in ac97_codec.c and
> > > >>then program it exactly the same as the alc650. Some of the extra
> > > >>functions of the alc655 might not be supported, but you will get 5.1
> > > >>channel sound output and be able to record. You just might not be able
> > > >>to select all the different combinations of sound in/out jacks.
> > > >>
> > > >>Cheers
> > > >>James
> > > >>
> > > >
> > > > Hi,
> > > >
> > > > it would be cool. just another question before i go to buy: does the
> > > > ac97 code support hw multiplexing aka multiple playing for the alc650
> > > > dsp?
> > > >
> > > > thanks
> > > >
> > > The alc650/alc655 do not support hw multiplexing and can only be opened
> > > once.
> > >
> > There exist some ac97 codecs capable of hw multiplexing?
>
> no. as i wrote, it has nothing to do with ac97 codec.
> it's the part of core-sound chip.
>
sorry but i'm lost: isn't the ac97 codec a sound chip?
what's this ac97 codec?
and what about the ad1985 mounted by asus on their mobos.
thanks
>
> Takashi
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
--
Marco Canini <m.canini@libero.it>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
@ 2003-09-04 13:49 p z oooo
2003-09-04 13:50 ` Marco Canini
0 siblings, 1 reply; 10+ messages in thread
From: p z oooo @ 2003-09-04 13:49 UTC (permalink / raw)
To: m.canini; +Cc: alsa-devel
>There exist some ac97 codecs capable of hw multiplexing?
>What are them?
I think that none. AC97 is only part of sound system. These part is
reponsible for A/D and D/A conversion + analog mixer + spdif in +
spdif out. Most capability is in second part. This second part is
responsible for playing digital sound and hardware mixing and is
integrated into motherboard chipset. For example you can have two
motherboards which uses same AC97 codec and one (for example VIA8235
based) is capable hw mixing of 4 streams and second (for example
intel based) can't do hw mixing.
Peter Zubaj
====================== REKLAMA =================================
Vyrazne zlavy pocitacov a prislusenstva
Sun Fire V210 server v cenach uz od 125.000,- Sk bez DPH
Navstivte nas na adrese http://www.somi.sk/sun/lowend_servery.php
================================================================
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Support for realtek alc 655
2003-09-04 13:49 p z oooo
@ 2003-09-04 13:50 ` Marco Canini
0 siblings, 0 replies; 10+ messages in thread
From: Marco Canini @ 2003-09-04 13:50 UTC (permalink / raw)
To: p z oooo; +Cc: alsa-devel
On Thu, 2003-09-04 at 15:49, p z oooo wrote:
> >There exist some ac97 codecs capable of hw multiplexing?
> >What are them?
>
> I think that none. AC97 is only part of sound system. These part is
> reponsible for A/D and D/A conversion + analog mixer + spdif in +
> spdif out. Most capability is in second part. This second part is
> responsible for playing digital sound and hardware mixing and is
> integrated into motherboard chipset. For example you can have two
> motherboards which uses same AC97 codec and one (for example VIA8235
> based) is capable hw mixing of 4 streams and second (for example
> intel based) can't do hw mixing.
>
Oh, ok now i get it. so it depends on the mobo's chipset, and from what
you write i understand that all mobos based on i875p unregarding of
particular ac97 codec aren't able of doing hw mixing.
is dmix a good solution in those cases?
thanks
> Peter Zubaj
>
>
>
> ====================== REKLAMA =================================
> Vyrazne zlavy pocitacov a prislusenstva
> Sun Fire V210 server v cenach uz od 125.000,- Sk bez DPH
> Navstivte nas na adrese http://www.somi.sk/sun/lowend_servery.php
> ================================================================
--
Marco Canini <m.canini@libero.it>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-09-04 13:50 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-01 10:51 Support for realtek alc 655 Marco Canini
2003-09-01 11:37 ` James Courtier-Dutton
2003-09-01 18:23 ` Marco Canini
2003-09-01 18:37 ` Takashi Iwai
2003-09-01 18:48 ` James Courtier-Dutton
2003-09-04 12:43 ` Marco Canini
2003-09-04 13:07 ` Takashi Iwai
2003-09-04 13:46 ` Marco Canini
-- strict thread matches above, loose matches on Subject: below --
2003-09-04 13:49 p z oooo
2003-09-04 13:50 ` Marco Canini
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.