-
Notifications
You must be signed in to change notification settings - Fork 126
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
arm64: dts: qcom: msm8916-acer-a1-724: Add sound and modem #341
arm64: dts: qcom: msm8916-acer-a1-724: Add sound and modem #341
Conversation
wonderfulShrineMaidenOfParadise
commented
Dec 12, 2023
•
edited
Loading
edited
- https://lore.kernel.org/all/20240609100243.834169-1-raymondhackley@protonmail.com
- acer-a1-724: Add UCM configuration for Acer Iconia Talk S A1-724 alsa-ucm-conf#15
qcom,micbias-lvl = <2800>; | ||
qcom,mbhc-vthreshold-low = <150 150 500 500 500>; | ||
qcom,mbhc-vthreshold-high = <150 150 500 500 500>; | ||
qcom,hphl-jack-type-normally-open; |
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.
The microphone/input doesn't switch between earpiece/speaker and headset automatically, but output does.
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.
Headset microphone breaks buttons...
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.
Looks similar to #353
51a9fa6
to
0e013eb
Compare
0e013eb
to
61e874e
Compare
61e874e
to
4097222
Compare
54ffc4c
to
97824d9
Compare
4097222
to
e18c298
Compare
98939cb
to
c4d3662
Compare
e18c298
to
a3ce6af
Compare
e7a0931
to
903e6f0
Compare
cc060bc
to
c79b9a8
Compare
Enable sound and modem for Acer Iconia Talk S A1-724. The setup is similar to most MSM8916 devices, i.e.: - QDSP6 audio - Earpiece/headphones/microphones via digital/analog codec in MSM8916/PM8916 - WWAN Internet via BAM-DMUX Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com> Link: https://lore.kernel.org/all/20240609100243.834169-1-raymondhackley@protonmail.com
c79b9a8
to
dfffc37
Compare
Add a test case which replaces an active ingress qdisc while keeping the miniq in-tact during the transition period to the new clsact qdisc. # ./vmtest.sh -- ./test_progs -t tc_link [...] ./test_progs -t tc_link [ 3.412871] bpf_testmod: loading out-of-tree module taints kernel. [ 3.413343] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel #332 tc_links_after:OK #333 tc_links_append:OK #334 tc_links_basic:OK #335 tc_links_before:OK #336 tc_links_chain_classic:OK #337 tc_links_chain_mixed:OK #338 tc_links_dev_chain0:OK #339 tc_links_dev_cleanup:OK #340 tc_links_dev_mixed:OK #341 tc_links_ingress:OK #342 tc_links_invalid:OK #343 tc_links_prepend:OK #344 tc_links_replace:OK #345 tc_links_revision:OK Summary: 14/0 PASSED, 0 SKIPPED, 0 FAILED Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Cc: Martin KaFai Lau <martin.lau@kernel.org> Link: https://lore.kernel.org/r/20240708133130.11609-2-daniel@iogearbox.net Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>