Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
android_hardware_qcom-caf_sm8350_audio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
halogenOS
android_hardware_qcom-caf_sm8350_audio
Commits
3492f84b
Commit
3492f84b
authored
10 months ago
by
Han Sol Jin
Committed by
CLF BBN
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
audio_amplifier: pass amplifier_device pointer to calibrate as well
Change-Id: I4b65e0f12aa01fae573658f1b5b58a54471826a8
parent
f9a2a65c
Branches
XOS-14.0
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hal/audio_extn/audio_amplifier.c
+1
-1
1 addition, 1 deletion
hal/audio_extn/audio_amplifier.c
with
1 addition
and
1 deletion
hal/audio_extn/audio_amplifier.c
+
1
−
1
View file @
3492f84b
...
...
@@ -51,7 +51,7 @@ int amplifier_open(void* adev) {
}
if
(
amp
.
hw
->
calibrate
)
{
rc
=
amp
.
hw
->
calibrate
(
adev
);
rc
=
amp
.
hw
->
calibrate
(
amp
.
hw
,
amp
.
adev
);
if
(
rc
)
{
ALOGV
(
"%s: Failed to do amplifier hardware calibration %s
\n
"
,
__func__
,
strerror
(
-
rc
));
}
...
...
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