Hi,
I implemented a function that reads an input to set the Mute-Status by using UserReadHIDButtons. The Mute-Info in the Windows mixer is updated sucesfully if the Mute-Button on the device is pressed.
But how can I get the info if the Mute Button in the Windows mixer is pressed?
Regards,
Fabian
USB Audio Reference Design: How can I get the Mute-Status fr
-
- Member
- Posts: 15
- Joined: Tue Sep 24, 2013 1:07 pm
-
- Respected Member
- Posts: 275
- Joined: Fri Mar 12, 2010 6:03 pm
You should be able to communicate with the HID class driver in the opposite direction by declaring an OUT endpoint in addition to the standard IN endpoint with usages from some of the indication-providing pages such as LED (8) or consumer (12).