-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
https://cgit.freebsd.org/ports/diff/audio/pulseaudio/files/patch-src_pulsecore_mix__neon.c?id=3dd02a0fe712c2b67ab0e15444d9fbb4f00b3817 | ||
|
||
--- a/src/pulsecore/mix_neon.c | ||
+++ b/src/pulsecore/mix_neon.c | ||
@@ -176,8 +176,8 @@ static void pa_mix2_ch4_s16ne_neon(pa_mix_info streams | ||
int32x4_t sv0, sv1; | ||
|
||
__asm__ __volatile__ ( | ||
- "vld1.s32 %h[sv0], [%[lin0]] \n\t" | ||
- "vld1.s32 %h[sv1], [%[lin1]] \n\t" | ||
+ "vld1.s32 {%e[sv0],%f[sv0]}, [%[lin0]] \n\t" | ||
+ "vld1.s32 {%e[sv1],%f[sv1]}, [%[lin1]] \n\t" | ||
: [sv0] "=w" (sv0), [sv1] "=w" (sv1) | ||
: [lin0] "r" (streams[0].linear), [lin1] "r" (streams[1].linear) | ||
: /* clobber list */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0ae3a72
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.
Wait, this commit removes building
module-sles-sink
,module-sles-source
,module-aaudio-sink
?0ae3a72
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.
Ahhhh... I deleted it by accident.
0ae3a72
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 there is no PR for this branch.
0ae3a72
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.
This branch will not get merged. I just trigger this for #21660
0ae3a72
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 there are more than two users who reported that memfd not work for them, probably it is a good idea to merge this patch.
0ae3a72
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 don't think so. The kernel for Android 7.x should have memfd enabled. These Android ROMs without memfd is usually not officially maintained by the manufacturers.