summary refs log tree commit diff stats
path: root/audio/audio-hmp-cmds.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio: return Error ** from audio_state_by_namePaolo Bonzini2023-10-031-2/+4
| | | | | | Remove duplicate error formatting code. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* audio: Move HMP commands from monitor/ to audio/Markus Armbruster2023-02-041-0/+83
This moves these commands from MAINTAINERS sections "Human Monitor (HMP)" and "QMP" to "Overall Audio backends". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-3-armbru@redhat.com>