Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_sm8350-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid-Devices
device_xiaomi_sm8350-common
Commits
98afa0b8
Commit
98afa0b8
authored
2 years ago
by
Arian
Browse files
Options
Downloads
Patches
Plain Diff
sm8350-common: vibrator: Update effect names
Change-Id: Icff77bcb42fafc688eb1c1e2397b5353f77de511
parent
8bd2080c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vibrator/effect/effect.cpp
+6
-6
6 additions, 6 deletions
vibrator/effect/effect.cpp
with
6 additions
and
6 deletions
vibrator/effect/effect.cpp
+
6
−
6
View file @
98afa0b8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment