[wdmaudiodev] Re: is it possible to check a SPDIF endpoint ?

  • From: "Eric Ahn" <byungwook.ahn@xxxxxxxxx>
  • To: <wdmaudiodev@xxxxxxxxxxxxx>
  • Date: Tue, 1 Jul 2008 16:31:39 +0900

Hi David.

I know that it's code is ac97 sample.

In my souce code, I changed some code my audio driver.

And I just want to know, 
Why can't CreateFile operate?

hTopology = CreateFile (pDeviceInterfaceDetailData->DevicePath,
 
//"\\\\?\\PCI#VEN_1102&DEV_0005&SUBSYS_00311102&REV_00#4&35FAE160&0&00F0#{dd
a54a40-1e4c-11d1-a050-405705c10000}\\SpdifOutTopo",
                            GENERIC_READ, FILE_SHARE_READ|FILE_SHARE_WRITE,
                            NULL, OPEN_EXISTING, 0, NULL);
=> have error : can't find the file specified.

I checked my registry with winobj tools,
"\\\\?\\PCI#VEN_1102&DEV_0005&SUBSYS_00311102&REV_00#4&35FAE160&0&00F0#{dda5
4a40-1e4c-11d1-a050-405705c10000}\\SpdifOutTopo".



E-Mail  : byungwook.ahn@xxxxxxxxx

-----Original Message-----
From: wdmaudiodev-bounce@xxxxxxxxxxxxx
[mailto:wdmaudiodev-bounce@xxxxxxxxxxxxx] On Behalf Of David Roach
Sent: Tuesday, July 01, 2008 3:42 PM
To: wdmaudiodev@xxxxxxxxxxxxx
Subject: [wdmaudiodev] Re: is it possible to check a SPDIF endpoint ?

Hi Eric,

I think you need an AC97 codec mounted on a motherboard in order to run this
sample driver directly. All new motherboards are now HD Audio, so they won't
work either. You'll need to find an old motherboard which has AC97 on it. 

The creative card is a PCI device, and uses a proprietary chipset, so this
sample driver will not work with it.

Best regards,
David Roach
David.roach@xxxxxxxxxxxxxxxx
www.optimalsound.net


******************

WDMAUDIODEV addresses:
Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx

URL to WDMAUDIODEV page:
http://www.wdmaudiodev.com/


******************

WDMAUDIODEV addresses:
Post message: mailto:wdmaudiodev@xxxxxxxxxxxxx
Subscribe:    mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=subscribe
Unsubscribe:  mailto:wdmaudiodev-request@xxxxxxxxxxxxx?subject=unsubscribe
Moderator:    mailto:wdmaudiodev-moderators@xxxxxxxxxxxxx

URL to WDMAUDIODEV page:
http://www.wdmaudiodev.com/

Other related posts: