-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add motorola ocean #3
base: master
Are you sure you want to change the base?
Conversation
Comment "Earpiece playback" | ||
|
||
ConflictingDevice [ | ||
"Headphones" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quinary devices should not conflict with Primary devices
Comment "Headphones playback" | ||
|
||
ConflictingDevice [ | ||
"Earpiece" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quinary devices should not conflict with Primary devices
"Mic2" | ||
] | ||
|
||
Include.smes.File "/codecs/msm8953-wcd/HeadsetMicEnableSeq.conf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check #5
} | ||
} | ||
|
||
#Speaker is also the Earpiece |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If speaker and earpiece is same than you should keep Speaker, and remove Earpiece i don't see any advantage of keep both of them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also see #8
CapturePCM "hw:${CardId},1" | ||
CaptureChannels 2 | ||
CapturePriority 400 | ||
JackControl "Headset Jack" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JackControl "Headset Jack" | |
JackControl "Mic Jack" |
PlaybackPCM "hw:${CardId},0" | ||
PlaybackPriority 300 | ||
PlaybackChannels 2 | ||
JackControl "Headset Jack" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JackControl "Headset Jack" | |
JackControl "Headphone Jack" |
On motorola-potter has one speaker for earpiece and speaker but both codec is connected to it, for higher volume it using speaker codec for voice calls it uses different path. Is not wcd codec used for earpiece? |
] | ||
|
||
Value { | ||
PlaybackPCM "hw:${CardId},2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should be 0
6b5b7a5
to
20ccb0c
Compare
No description provided.