sm8350-common: vibrator: Update effect names

Change-Id: Icff77bcb42fafc688eb1c1e2397b5353f77de511
This commit is contained in:
Arian 2022-08-28 15:49:11 +02:00
parent 8bd2080cc3
commit 98afa0b8da

View File

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