Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable device-specific audio device props? #1182

Open
HEnquist opened this issue Jun 9, 2024 · 0 comments
Open

How to enable device-specific audio device props? #1182

HEnquist opened this issue Jun 9, 2024 · 0 comments
Assignees
Labels

Comments

@HEnquist
Copy link

HEnquist commented Jun 9, 2024

I'm testing the simple audio sample, and I'm trying to add a custom property via KSPROPERTY_AUDIO_DEV_SPECIFIC. The documentation says this property should show up in a new Custom tab in the device control panel, see https://learn.microsoft.com/en-us/windows-hardware/drivers/audio/ksproperty-audio-dev-specific#remarks

The sample driver seems to have the needed bits to add some properties, like a handler here:

CMiniportTopologySimpleAudioSample::PropertyHandlerDevSpecific(

I can compile and install the sample driver but the Custom tab doesn't show up, so something is missing but I can't figure out what. Can someone point me in the right direction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants