* Unknown PCI id
@ 2005-08-18 22:15 Philip A. Prindeville
0 siblings, 0 replies; 6+ messages in thread
From: Philip A. Prindeville @ 2005-08-18 22:15 UTC (permalink / raw)
To: alsa-devel
New PCI id to add support to for the via82xx:
% lspci -n -v -s 11.5
00:11.5 Class 0401: 1106:3059 (rev 60)
Subsystem: 1462:0430
Flags: medium devsel, IRQ 185
I/O ports at ec00 [size=256]
Capabilities: [c0] Power Management version 2
This is the AC97 audio hardware (implemented via a VT1617A) on
the MSI 7142 (K8MM-V) motherboard.
Thanks,
-Philip
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Unknown PCI id
@ 2005-08-18 22:16 Philip Prindeville
2005-08-19 10:08 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: Philip Prindeville @ 2005-08-18 22:16 UTC (permalink / raw)
To: alsa-devel
New PCI id to add support to for the via82xx:
% lspci -n -v -s 11.5
00:11.5 Class 0401: 1106:3059 (rev 60)
Subsystem: 1462:0430
Flags: medium devsel, IRQ 185
I/O ports at ec00 [size=256]
Capabilities: [c0] Power Management version 2
This is the AC97 audio hardware (implemented via a VT1617A) on
the MSI 7142 (K8MM-V) motherboard.
Thanks,
-Philip
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Unknown PCI id
2005-08-18 22:16 Philip Prindeville
@ 2005-08-19 10:08 ` Takashi Iwai
[not found] ` <4306072A.2060807@redfish-solutions.com>
0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2005-08-19 10:08 UTC (permalink / raw)
To: Philip Prindeville; +Cc: alsa-devel
At Thu, 18 Aug 2005 16:16:08 -0600,
Philip Prindeville wrote:
>
> New PCI id to add support to for the via82xx:
>
> % lspci -n -v -s 11.5
> 00:11.5 Class 0401: 1106:3059 (rev 60)
It's the standard PCI id.
> Subsystem: 1462:0430
> Flags: medium devsel, IRQ 185
> I/O ports at ec00 [size=256]
> Capabilities: [c0] Power Management version 2
>
> This is the AC97 audio hardware (implemented via a VT1617A) on
> the MSI 7142 (K8MM-V) motherboard.
You mean ssid for dxs_support or ac97_quirk?
Then please specify which values.
Takashi
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Unknown PCI id
[not found] ` <4306072A.2060807@redfish-solutions.com>
@ 2005-08-19 16:33 ` Takashi Iwai
2005-08-19 16:42 ` Philip Prindeville
0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2005-08-19 16:33 UTC (permalink / raw)
To: Philip Prindeville; +Cc: alsa-devel
At Fri, 19 Aug 2005 10:22:02 -0600,
Philip Prindeville wrote:
>
> Takashi Iwai wrote:
>
> >At Thu, 18 Aug 2005 16:16:08 -0600,
> >Philip Prindeville wrote:
> >
> >
> >>New PCI id to add support to for the via82xx:
> >>
> >>% lspci -n -v -s 11.5
> >>00:11.5 Class 0401: 1106:3059 (rev 60)
> >>
> >>
> >
> >It's the standard PCI id.
> >
> >
> >
> >> Subsystem: 1462:0430
> >> Flags: medium devsel, IRQ 185
> >> I/O ports at ec00 [size=256]
> >> Capabilities: [c0] Power Management version 2
> >>
> >>This is the AC97 audio hardware (implemented via a VT1617A) on
> >>the MSI 7142 (K8MM-V) motherboard.
> >>
> >>
> >
> >You mean ssid for dxs_support or ac97_quirk?
> >Then please specify which values.
> >
> >
>
> I couldn't find where the VIA_DXS_* values are documented, or how
> to tell what differences they make. If I set VIA_DXS_SRC, for instance,
> how do I know that it's working?
See ALSA-Configuration.txt.
> Will it default to VIA_DXS_AUTO or VIA_DXS_ENABLE if there is
> no matching entry?
It defaults to VIA_DXS_AUTO, which results in VIA_DXS_48K (fixed
48kHz) from historical reasons.
Takashi
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Unknown PCI id
2005-08-19 16:33 ` Takashi Iwai
@ 2005-08-19 16:42 ` Philip Prindeville
2005-08-19 16:45 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: Philip Prindeville @ 2005-08-19 16:42 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Takashi Iwai wrote:
>At Fri, 19 Aug 2005 10:22:02 -0600,
>Philip Prindeville wrote:
>
>
>>Takashi Iwai wrote:
>>
>>
>>
>>>At Thu, 18 Aug 2005 16:16:08 -0600,
>>>Philip Prindeville wrote:
>>>
>>>
>>>
>>>
>>>>New PCI id to add support to for the via82xx:
>>>>
>>>>% lspci -n -v -s 11.5
>>>>00:11.5 Class 0401: 1106:3059 (rev 60)
>>>>
>>>>
>>>>
>>>>
>>>It's the standard PCI id.
>>>
>>>
>>>
>>>
>>>
>>>> Subsystem: 1462:0430
>>>> Flags: medium devsel, IRQ 185
>>>> I/O ports at ec00 [size=256]
>>>> Capabilities: [c0] Power Management version 2
>>>>
>>>>This is the AC97 audio hardware (implemented via a VT1617A) on
>>>>the MSI 7142 (K8MM-V) motherboard.
>>>>
>>>>
>>>>
>>>>
>>>You mean ssid for dxs_support or ac97_quirk?
>>>Then please specify which values.
>>>
>>>
>>>
>>>
>>I couldn't find where the VIA_DXS_* values are documented, or how
>>to tell what differences they make. If I set VIA_DXS_SRC, for instance,
>>how do I know that it's working?
>>
>>
>
>See ALSA-Configuration.txt.
>
>
>
>>Will it default to VIA_DXS_AUTO or VIA_DXS_ENABLE if there is
>>no matching entry?
>>
>>
>
>It defaults to VIA_DXS_AUTO, which results in VIA_DXS_48K (fixed
>48kHz) from historical reasons.
>
>
Well, we've already seen that digital playback at 44.1kHz didn't want to
work on this motherboard, because the Codec won't let itself be set to
any other speed besides 48kHz on the SPDIF.
However, when playing with dxs_support=5 and "aplay -D hw:0,0 ..."
it seems to reproduce at 44.1kHz just fine.
Does that answer the question?
-Philip
>
>Takashi
>
>
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Unknown PCI id
2005-08-19 16:42 ` Philip Prindeville
@ 2005-08-19 16:45 ` Takashi Iwai
0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2005-08-19 16:45 UTC (permalink / raw)
To: Philip Prindeville; +Cc: alsa-devel
At Fri, 19 Aug 2005 10:42:19 -0600,
Philip Prindeville wrote:
>
> Takashi Iwai wrote:
>
> >At Fri, 19 Aug 2005 10:22:02 -0600,
> >Philip Prindeville wrote:
> >
> >
> >>Takashi Iwai wrote:
> >>
> >>
> >>
> >>>At Thu, 18 Aug 2005 16:16:08 -0600,
> >>>Philip Prindeville wrote:
> >>>
> >>>
> >>>
> >>>
> >>>>New PCI id to add support to for the via82xx:
> >>>>
> >>>>% lspci -n -v -s 11.5
> >>>>00:11.5 Class 0401: 1106:3059 (rev 60)
> >>>>
> >>>>
> >>>>
> >>>>
> >>>It's the standard PCI id.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>> Subsystem: 1462:0430
> >>>> Flags: medium devsel, IRQ 185
> >>>> I/O ports at ec00 [size=256]
> >>>> Capabilities: [c0] Power Management version 2
> >>>>
> >>>>This is the AC97 audio hardware (implemented via a VT1617A) on
> >>>>the MSI 7142 (K8MM-V) motherboard.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>You mean ssid for dxs_support or ac97_quirk?
> >>>Then please specify which values.
> >>>
> >>>
> >>>
> >>>
> >>I couldn't find where the VIA_DXS_* values are documented, or how
> >>to tell what differences they make. If I set VIA_DXS_SRC, for instance,
> >>how do I know that it's working?
> >>
> >>
> >
> >See ALSA-Configuration.txt.
> >
> >
> >
> >>Will it default to VIA_DXS_AUTO or VIA_DXS_ENABLE if there is
> >>no matching entry?
> >>
> >>
> >
> >It defaults to VIA_DXS_AUTO, which results in VIA_DXS_48K (fixed
> >48kHz) from historical reasons.
> >
> >
>
> Well, we've already seen that digital playback at 44.1kHz didn't want to
> work on this motherboard, because the Codec won't let itself be set to
> any other speed besides 48kHz on the SPDIF.
>
> However, when playing with dxs_support=5 and "aplay -D hw:0,0 ..."
> it seems to reproduce at 44.1kHz just fine.
>
> Does that answer the question?
Yes.
I believe dxs_support=5 (= VIA_DXS_SRC) is the right choice for almost
all of the recent boards based on VIA82xx.
I'll add this entry to CVS.
Thanks,
Takashi
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-08-19 16:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-18 22:15 Unknown PCI id Philip A. Prindeville
-- strict thread matches above, loose matches on Subject: below --
2005-08-18 22:16 Philip Prindeville
2005-08-19 10:08 ` Takashi Iwai
[not found] ` <4306072A.2060807@redfish-solutions.com>
2005-08-19 16:33 ` Takashi Iwai
2005-08-19 16:42 ` Philip Prindeville
2005-08-19 16:45 ` 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.