Skip to content

Commit 3ea40de

Browse files
buf: move buffer.c to buffers
comp_buffer, implemented in buffer.c file, should be kept in the buffers directory, together with all buffers Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
1 parent c81e1ce commit 3ea40de

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/audio/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ endif()
128128
add_local_sources(sof
129129
component.c
130130
data_blob.c
131-
buffer.c
131+
buffers/buffer.c
132132
buffers/audio_buffer.c
133133
source_api_helper.c
134134
sink_api_helper.c

zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ zephyr_library_sources(
415415
${SOF_AUDIO_PATH}/pcm_converter/pcm_converter_hifi3.c
416416
${SOF_AUDIO_PATH}/pcm_converter/pcm_converter.c
417417
${SOF_AUDIO_PATH}/pcm_converter/pcm_converter_generic.c
418-
${SOF_AUDIO_PATH}/buffer.c
418+
${SOF_AUDIO_PATH}/buffers/buffer.c
419419
${SOF_AUDIO_PATH}/buffers/audio_buffer.c
420420
${SOF_AUDIO_PATH}/source_api_helper.c
421421
${SOF_AUDIO_PATH}/sink_api_helper.c

0 commit comments

Comments
 (0)