diff --git a/vibrator/effect/effect.cpp b/vibrator/effect/effect.cpp index 1582c1f..e68ae9d 100644 --- a/vibrator/effect/effect.cpp +++ b/vibrator/effect/effect.cpp @@ -81,12 +81,12 @@ static struct effect_stream effects[] = { // Array containing the paths to fifo data in vendor. // The position in the array must match the effect id. static const std::string fifo_data_paths[] = { - "/vendor/firmware/seq_bin_wav1.bin", - "/vendor/firmware/seq_bin_wav2.bin", - "/vendor/firmware/seq_bin_wav3.bin", - "/vendor/firmware/seq_bin_wav4.bin", - "/vendor/firmware/seq_bin_wav5.bin", - "/vendor/firmware/seq_bin_wav6.bin", + "/vendor/firmware/0_click_P_RTP.bin", + "/vendor/firmware/1_doubelClick_P_RTP.bin", + "/vendor/firmware/2_tick_P_RTP.bin", + "/vendor/firmware/3_thud_P_RTP.bin", + "/vendor/firmware/4_pop_P_RTP.bin", + "/vendor/firmware/5_heavyClick_P_RTP.bin", }; // Function to parse custom fifo data from vendor