]> Git Repo - qemu.git/blobdiff - audio/mixeng.c
qmp-commands: move 'send-key' doc to schema
[qemu.git] / audio / mixeng.c
index 0e4976f271e5c180ebdfb7819034a31fab5ea5de..66c0328d4288b931a7dafe6f40728920f9110b75 100644 (file)
@@ -22,7 +22,9 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#include "qemu/osdep.h"
 #include "qemu-common.h"
+#include "qemu/bswap.h"
 #include "audio.h"
 
 #define AUDIO_CAP "mixeng"
@@ -269,7 +271,7 @@ f_sample *mixeng_clip[2][2][2][3] = {
  * August 21, 1998
  * Copyright 1998 Fabrice Bellard.
  *
- * [Rewrote completly the code of Lance Norskog And Sundry
+ * [Rewrote completely the code of Lance Norskog And Sundry
  * Contributors with a more efficient algorithm.]
  *
  * This source code is freely redistributable and may be used for
This page took 0.023766 seconds and 4 git commands to generate.