Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4120077e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes Ia0b94726,I83468115,I8226c327,I0a439d16 into tm-dev

* changes:
  leaudio/json: Add examples for Game and Recording context types
  leaudio: Remove hidden requirement for the sample frequency
  leaudio/provider: Improve dumpsys
  leaudio/json: Add way to provide QoS for Sink and Source
parents 89f4da04 fd378b6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ table QosConfiguration {
table AudioSetConfiguration {
    name: string (key, required);
    codec_config_name: string (required);
    qos_config_name: string (required);
    qos_config_name: [string] (required);
}
table AudioSetConfigurations {
    _comments_: [string];
Loading