All of lore.kernel.org
 help / color / mirror / Atom feed
* Audio usb switch to alternate setting 0
@ 2014-01-19 13:50 Konstantinos Georgantas
  2014-01-20 10:25 ` Daniel Mack
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantinos Georgantas @ 2014-01-19 13:50 UTC (permalink / raw)
  To: alsa-devel

Hello,
I am trying to control from the client side which Alternate Setting to 
use. Basically I would like to be able to switch from Alternate Setting 
0 to 1 and vice versa so that I am not receiving any set interface 
requests in the meantime. From the audio class 2.0 documentation I 
understand that I should be able to do something like this by using the 
active alternate setting control, and here comes my main problem.

When I generate an interrupt to the interrupt endpoint I should expect a 
GET request which I never see in the host side (hope I am right here).

Here comes the interrupt:
interrupt->bInfo          = 0x00;
interrupt->bAttribute  = 0x01;
interrupt->wValue       = 0x0100;
interrupt->wIndex       = 0x0004;

Could you please tell me if such a functionality is supported and how 
the interrupt should look like?

Thank you,
Konstantinos

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-24 23:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 13:50 Audio usb switch to alternate setting 0 Konstantinos Georgantas
2014-01-20 10:25 ` Daniel Mack
2014-01-23 19:31   ` Konstantinos Georgantas
2014-01-24 23:21     ` Daniel Mack

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.