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

subsys:usb:device:audio: Support volume control #60973

Merged

Commits on Aug 15, 2023

  1. dts: bindings: usb_audio: Add volume properties

    Add volume feature specific fields. So remove this outdated description.
    
    Signed-off-by: Saw Xu <Saw1993@126.com>
    SawXu committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1219562 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. usb: device: audio: Support volume control

    Makes USB device audio class support volume control feature.
    
    Signed-off-by: Saw Xu <Saw1993@126.com>
    SawXu committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    886a932 View commit details
    Browse the repository at this point in the history
  2. samples: subsys: usb: audio: Add volume control case

    Add sample code for getting volume to headset sample and
    headphone_microphone sample
    
    Signed-off-by: Saw Xu <Saw1993@126.com>
    SawXu committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    43e4492 View commit details
    Browse the repository at this point in the history