All of lore.kernel.org
 help / color / mirror / Atom feed
* USB Wireless device support
@ 2020-12-09 13:30 Bastien Nocera
  2021-01-13 14:36 ` Bastien Nocera
  0 siblings, 1 reply; 9+ messages in thread
From: Bastien Nocera @ 2020-12-09 13:30 UTC (permalink / raw)
  To: alsa-devel

Hey,

I've recently bought a SteelSeries Arctis 1 wireless headset:
https://steelseries.com/gaming-headsets/arctis-1-wireless-xbox
and wanted to write a kernel driver to export a few features of the
device, and needed some help getting started.

The receiver shows up as a audio class USB device, with extra features
on a separate USB interface.[1]

The extra features that can be accessed are:
- Presence detection. I wanted to use that so PulseAudio or Pipewire
could make routing decisions based on whether the headset is available,
or probably better, implementing a "jack detection" emulation for the
main audio interface?
- A slider to change the sidetone volume
- Export the battery level

The latter is the only one I know how to do, so I'd be happy with any
pointers or examples about the first two items.

Cheers

[1]: User-space code that accesses those features:
https://github.com/Sapd/HeadsetControl/blob/master/src/devices/steelseries_arctis_1_xbox.c


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

end of thread, other threads:[~2021-01-13 15:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-09 13:30 USB Wireless device support Bastien Nocera
2021-01-13 14:36 ` Bastien Nocera
2021-01-13 14:49   ` Takashi Iwai
2021-01-13 15:03     ` Bastien Nocera
2021-01-13 15:08       ` Takashi Iwai
2021-01-13 15:13         ` Bastien Nocera
2021-01-13 15:17           ` Takashi Iwai
2021-01-13 15:41             ` Bastien Nocera
2021-01-13 15:43               ` 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.