Skip to content
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: sdm450-samsung-a6plte-r4: Use samsung-gmax for &sound_card #171

Conversation

wonderfulShrineMaidenOfParadise

Similar to Grand Max, A6+ has only one microphone.

…nd_card

Similar to Grand Max, A6+ has only one microphone.

Signed-off-by: Raymond Hackley <raymondhackley@protonmail.com>
@barni2000
Copy link
Member

What about using name "samsung-a6plte" and port the config to https://github.com/msm8953-mainline/alsa-ucm-conf

@wonderfulShrineMaidenOfParadise
Copy link
Author

We can work on msm8953-mainline/alsa-ucm-conf later. For now I would like not to reinvent the wheel.

@M0Rf30 M0Rf30 merged commit 0a88ba9 into msm8953-mainline:6.7.2/main Feb 8, 2024
spasswolf pushed a commit to spasswolf/msm8953-linux that referenced this pull request Apr 30, 2024
[ Upstream commit 5181dc0 ]

Currently, there are two test cases with same name
"ALU64_SMOD_X: -7 % 2 = -1", the first one is right,
the second one should be ALU64_SMOD_K because its
code is BPF_ALU64 | BPF_MOD | BPF_K.

Before:
test_bpf: msm8953-mainline#170 ALU64_SMOD_X: -7 % 2 = -1 jited:1 4 PASS
test_bpf: msm8953-mainline#171 ALU64_SMOD_X: -7 % 2 = -1 jited:1 4 PASS

After:
test_bpf: msm8953-mainline#170 ALU64_SMOD_X: -7 % 2 = -1 jited:1 4 PASS
test_bpf: msm8953-mainline#171 ALU64_SMOD_K: -7 % 2 = -1 jited:1 4 PASS

Fixes: daabb2b ("bpf/tests: add tests for cpuv4 instructions")
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20231207040851.19730-1-yangtiezhu@loongson.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants