walnux/audio
chao an cc44b3b521 audio/comp: fix build warning caused by invalid return value
audio/audio_comp.c:958:14: warning: returning ‘int’ from a function with return
                                    type ‘struct audio_lowerhalf_s *’ makes pointer
                                    from integer without a cast [-Wint-conversion]
  958 |       return -EINVAL;
      |              ^

Signed-off-by: chao an <anchao.archer@bytedance.com>
2025-06-02 23:10:25 +08:00
..
audio.c audio: unify Private Types banners 2025-05-28 10:17:15 +08:00
audio_comp.c audio/comp: fix build warning caused by invalid return value 2025-06-02 23:10:25 +08:00
CMakeLists.txt audio: migrate to SPDX identifier 2024-09-10 11:33:26 +08:00
Kconfig nuttx/audio: Add amr and opus format control switches 2024-08-23 08:57:00 +08:00
Makefile Revert "build depend:Revert Make.dep intermediate ddc file" 2024-09-15 19:29:47 +08:00
pcm_decode.c audio/pcm_decode: fix typo in assert condition 2025-03-10 08:01:50 -03:00