Commit Graph

  • 148392abef audio/audio_template: substitute sw->hw with hw Volker Rümelin 2023-02-24 20:05:54 +01:00
  • e1e6a6fcc9 audio: handle leftover audio frame from upsampling Volker Rümelin 2023-02-24 20:05:53 +01:00
  • a9ea567873 audio: make recording packet length calculation exact Volker Rümelin 2023-02-24 20:05:52 +01:00
  • fbde1edf06 audio: rename variables in audio_pcm_sw_read() Volker Rümelin 2023-02-24 20:05:51 +01:00
  • 1c49c5f19e audio: replace the resampling loop in audio_pcm_sw_read() Volker Rümelin 2023-02-24 20:05:50 +01:00
  • 1a01df3db8 audio: make playback packet length calculation exact Volker Rümelin 2023-02-24 20:05:49 +01:00
  • 1fe3cae39f audio: remove unused noop_conv() function Volker Rümelin 2023-02-24 20:05:48 +01:00
  • 671cca3520 audio: don't misuse audio_pcm_sw_write() Volker Rümelin 2023-02-24 20:05:47 +01:00
  • d5647bd958 audio: rename variables in audio_pcm_sw_write() Volker Rümelin 2023-02-24 20:05:46 +01:00
  • b8fc563878 audio: remove sw == NULL check Volker Rümelin 2023-02-24 20:05:45 +01:00
  • 8a81abeeb2 audio: replace the resampling loop in audio_pcm_sw_write() Volker Rümelin 2023-02-24 20:05:44 +01:00
  • 8933882da9 audio: make the resampling code greedy Volker Rümelin 2023-02-24 20:05:43 +01:00
  • 2c3f9a0a92 audio: change type and name of the resample buffer Volker Rümelin 2023-02-24 20:05:42 +01:00
  • 8dbd3d1795 audio: change type of mix_buf and conv_buf Volker Rümelin 2023-02-24 20:05:41 +01:00
  • 5140ad8279 alsaaudio: reintroduce default recording settings Volker Rümelin 2023-01-21 10:47:35 +01:00
  • 467447320a alsaaudio: change default playback settings Volker Rümelin 2023-01-21 10:47:34 +01:00
  • 2d2ccb6060 audio: remove audio_calloc() function Volker Rümelin 2023-01-21 10:47:33 +01:00
  • c6b69a814a audio/audio_template: use g_new0() to replace audio_calloc() Volker Rümelin 2023-01-21 10:47:32 +01:00
  • 3724ab3b34 audio/audio_template: use g_malloc0() to replace audio_calloc() Volker Rümelin 2023-01-21 10:47:31 +01:00
  • d1def19fa3 audio/alsaaudio: use g_new0() instead of audio_calloc() Volker Rümelin 2023-01-21 10:47:30 +01:00
  • 25bf0c2d35 audio/mixeng: use g_new0() instead of audio_calloc() Volker Rümelin 2023-01-21 10:47:29 +01:00
  • f8f8a8ac57 audio: remove unused #define AUDIO_STRINGIFY Volker Rümelin 2023-01-21 10:47:28 +01:00
  • b637a61c6f audio: rename hardware store to backend Volker Rümelin 2023-01-21 10:47:27 +01:00
  • 90394fe15f audio: don't show unnecessary error messages Volker Rümelin 2023-01-21 10:47:26 +01:00
  • b9ae74e2e4 audio: log unimplemented audio device sample rates Volker Rümelin 2023-01-21 10:47:25 +01:00
  • cc99139bae MAINTAINERS: add myself to ui/ and audio/ Marc-André Lureau 2023-02-07 12:56:10 +04:00
  • 7c7173679f
    roms/opensbi: Upgrade from v1.1 to v1.2 Bin Meng 2023-03-03 12:24:48 -08:00
  • 7bc1286b81
    gitlab/opensbi: Move to docker:stable Palmer Dabbelt 2023-03-03 12:24:47 -08:00
  • 64452a09c5
    hw: intc: Use cpu_by_arch_id to fetch CPU state Mayuresh Chitale 2023-03-03 12:20:55 +05:30
  • f1bd6f8ef6
    target/riscv: cpu: Implement get_arch_id callback Mayuresh Chitale 2023-03-03 12:20:54 +05:30
  • b6611d8d5c target/xtensa: Avoid tcg_const_i32 Richard Henderson 2023-02-26 13:21:36 -10:00
  • 864743a685 target/xtensa: Split constant in bit shift Richard Henderson 2023-02-26 13:21:14 -10:00
  • 885f21fe7d target/xtensa: Use tcg_gen_subfi_i32 in translate_sll Richard Henderson 2023-02-26 13:19:46 -10:00
  • 9ae647664c target/xtensa: Avoid tcg_const_i32 in translate_l32r Richard Henderson 2023-02-26 13:19:01 -10:00
  • bc0264752d target/xtensa: Tidy translate_clamps Richard Henderson 2023-02-26 12:58:20 -10:00
  • 37d7328e4a target/xtensa: Tidy translate_bb Richard Henderson 2023-02-26 12:56:56 -10:00
  • 00ab7e6164 target/sparc: Avoid tcg_const_{tl,i32} Richard Henderson 2023-02-26 11:15:00 -10:00
  • bdbc87e323 target/s390x: Split out gen_ri2 Richard Henderson 2023-02-26 17:55:31 -10:00
  • 2f668fabbc target/riscv: Avoid tcg_const_* Richard Henderson 2023-02-26 09:15:34 -10:00
  • a5ea3dd758 target/microblaze: Avoid tcg_const_* throughout Richard Henderson 2023-02-25 15:42:20 -10:00
  • 3e7da311d7 target/i386: Simplify POPF Richard Henderson 2023-02-25 13:24:35 -10:00
  • 3b10fd8f09 target/hexagon/idef-parser: Use gen_constant for gen_extend_tcg_width_op Richard Henderson 2023-02-26 17:12:05 -10:00
  • e0df97777c target/hexagon/idef-parser: Use gen_tmp for gen_rvalue_pred Richard Henderson 2023-02-26 17:00:35 -10:00
  • 08a266e35e target/hexagon/idef-parser: Use gen_tmp for gen_pred_assign Richard Henderson 2023-02-26 16:58:38 -10:00
  • 93f367bb7f target/hexagon/idef-parser: Use gen_tmp for LPCFG Richard Henderson 2023-02-26 16:44:05 -10:00
  • 2c3cee6bd7 target/hexagon: Use tcg_constant_* for gen_constant_from_imm Richard Henderson 2023-02-26 16:19:36 -10:00
  • 8a0816d6be docs/devel/tcg-ops: Drop recommendation to free temps Richard Henderson 2023-02-24 22:48:05 -10:00
  • 29c87a281e tracing: remove transform.py Richard Henderson 2023-02-24 23:41:12 -10:00
  • d136788f76 include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start Richard Henderson 2023-02-24 22:10:35 -10:00
  • 08ee498b37 target/tricore: Drop tcg_temp_free Richard Henderson 2023-02-24 21:50:24 -10:00
  • f2eb931262 target/mips: Fix trans_mult_acc return Richard Henderson 2023-02-24 19:35:02 -10:00
  • ecb74d87a6 target/mips: Drop tcg_temp_free from mips16e_translate.c.inc Richard Henderson 2023-02-24 19:21:28 -10:00
  • 5128d58480 target/i386: Drop tcg_temp_free Richard Henderson 2023-02-24 18:56:08 -10:00
  • ad2ca2e3f7 target/xtensa: Drop tcg_temp_free Richard Henderson 2023-02-24 22:02:33 -10:00
  • a49f3a2e19 target/xtensa: Drop reset_sar_tracker Richard Henderson 2023-02-24 21:53:49 -10:00
  • d47913c104 target/sparc: Drop tcg_temp_free Richard Henderson 2023-02-24 21:37:17 -10:00
  • d8e1ce0314 target/sparc: Drop free_compare Richard Henderson 2023-02-24 21:32:54 -10:00
  • a6ca81cb2a target/sparc: Remove egress label in disas_sparc_context Richard Henderson 2023-02-24 21:29:17 -10:00
  • 36ab4623a8 target/sparc: Drop get_temp_i32 Richard Henderson 2023-02-24 21:26:59 -10:00
  • 52123f14e1 target/sparc: Drop get_temp_tl Richard Henderson 2023-02-24 21:24:23 -10:00
  • bebd5cb300 target/sh4: Drop tcg_temp_free Richard Henderson 2023-02-24 21:21:32 -10:00
  • 55ab157b9f target/rx: Drop tcg_temp_free Richard Henderson 2023-02-24 20:31:26 -10:00
  • f43442961e target/riscv: Drop tcg_temp_free Richard Henderson 2023-02-24 20:28:43 -10:00
  • 574f31161e target/riscv: Drop temp_new Richard Henderson 2023-02-24 20:27:57 -10:00
  • 5d50945166 target/riscv: Drop ftemp_new Richard Henderson 2023-02-24 20:25:02 -10:00
  • 571f850722 target/ppc: Drop tcg_temp_free Richard Henderson 2023-02-24 20:16:38 -10:00
  • de599a3df3 target/openrisc: Drop tcg_temp_free Richard Henderson 2023-02-24 19:52:13 -10:00
  • c447a8685f target/nios2: Drop tcg_temp_free Richard Henderson 2023-02-24 19:50:43 -10:00
  • b304346e8b target/microblaze: Drop tcg_temp_free Richard Henderson 2023-02-24 19:19:12 -10:00
  • 446914b7b7 target/m68k: Drop tcg_temp_free Richard Henderson 2023-02-24 19:16:49 -10:00
  • a2eb126bba target/m68k: Drop free_cond Richard Henderson 2023-02-24 19:12:09 -10:00
  • 54dc8d2f91 target/m68k: Drop mark_to_release Richard Henderson 2023-02-24 19:09:19 -10:00
  • 34aac056a4 target/loongarch: Drop tcg_temp_free Richard Henderson 2023-02-24 19:06:42 -10:00
  • 60a7e25ea2 target/loongarch: Drop temp_new Richard Henderson 2023-02-24 19:05:39 -10:00
  • af1872380d target/hppa: Drop tcg_temp_free Richard Henderson 2023-02-24 18:52:25 -10:00
  • 6e3dcc84e4 target/hexagon/idef-parser: Drop HexValue.is_manual Richard Henderson 2023-02-24 18:48:00 -10:00
  • 3c28efd4cb target/hexagon/idef-parser: Drop tcg_temp_free Richard Henderson 2023-02-24 18:40:56 -10:00
  • 6bf4bbc1c8 target/hexagon: Drop tcg_temp_free from gen_tcg_funcs.py Richard Henderson 2023-02-24 18:33:03 -10:00
  • 09538b08c4 target/hexagon: Drop tcg_temp_free from C code Richard Henderson 2023-02-24 18:27:22 -10:00
  • 2a215577b2 target/cris: Drop tcg_temp_free Richard Henderson 2023-02-24 18:22:12 -10:00
  • 7932f23260 target/cris: Drop addr from dec10_ind_move_m_pr Richard Henderson 2023-02-24 18:20:56 -10:00
  • dc96408d82 target/cris: Drop cris_alu_m_free_temps Richard Henderson 2023-02-24 18:18:10 -10:00
  • 0692c564fc target/cris: Drop cris_alu_free_temps Richard Henderson 2023-02-24 18:14:58 -10:00
  • d36b377794 target/avr: Drop tcg_temp_free Richard Henderson 2023-02-24 18:12:28 -10:00
  • 365a0c5439 target/avr: Drop R from trans_COM Richard Henderson 2023-02-24 18:11:32 -10:00
  • c111044933 target/avr: Drop DisasContext.free_skip_var0 Richard Henderson 2023-02-24 18:05:08 -10:00
  • 9cf1fe2cc0 target/arm: Drop tcg_temp_free from translator.h Richard Henderson 2023-02-24 18:02:13 -10:00
  • 29a01a90b8 target/arm: Drop tcg_temp_free from translator-vfp.c Richard Henderson 2023-02-24 18:01:37 -10:00
  • bd46e45ab2 target/arm: Drop tcg_temp_free from translator-sve.c Richard Henderson 2023-02-24 17:56:09 -10:00
  • 481972a9d1 target/arm: Drop tcg_temp_free from translator-sme.c Richard Henderson 2023-02-24 17:51:25 -10:00
  • 24f4531d0d target/arm: Drop tcg_temp_free from translator-neon.c Richard Henderson 2023-02-24 17:50:17 -10:00
  • 02404d8b2b target/arm: Drop tcg_temp_free from translator-mve.c Richard Henderson 2023-02-24 17:46:06 -10:00
  • fa03160f99 target/arm: Drop tcg_temp_free from translator-m-nocp.c Richard Henderson 2023-02-24 17:41:07 -10:00
  • 659aed5fed target/arm: Drop tcg_temp_free from translator-a64.c Richard Henderson 2023-02-24 17:31:26 -10:00
  • 2503e60d12 target/arm: Drop new_tmp_a64_zero Richard Henderson 2023-02-24 17:18:52 -10:00
  • 6980b80d59 target/arm: Drop new_tmp_a64 Richard Henderson 2023-02-24 17:14:47 -10:00
  • 828fce78a8 target/arm: Drop DisasContext.tmp_a64 Richard Henderson 2023-02-24 17:10:42 -10:00
  • 366786e057 target/arm: Drop tcg_temp_free from translator.c Richard Henderson 2023-02-24 17:05:26 -10:00
  • 84156ff0cf target/arm: Remove value_global from DisasCompare Richard Henderson 2023-02-24 16:55:14 -10:00
  • 720923eddd target/arm: Remove arm_free_cc, a64_free_cc Richard Henderson 2023-02-24 16:52:26 -10:00