diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-24 13:19:16 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-04 07:56:54 +0100 |
commit | 98b5362bdd53188d0bf1754267f49580cde9dde1 (patch) | |
tree | 1a70bb2e967af34a142da8216c86ef4f808dbf5f /audio/meson.build | |
parent | 15b7646c7d0d17f41b78f3af5adb21a2e4e45a93 (diff) |
audio: Move HMP commands from monitor/ to audio/
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>
Diffstat (limited to 'audio/meson.build')
-rw-r--r-- | audio/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/meson.build b/audio/meson.build index 34aed78342..0722224ba9 100644 --- a/audio/meson.build +++ b/audio/meson.build @@ -1,5 +1,6 @@ softmmu_ss.add([spice_headers, files('audio.c')]) softmmu_ss.add(files( + 'audio-hmp-cmds.c', 'audio_legacy.c', 'mixeng.c', 'noaudio.c', |