-
Notifications
You must be signed in to change notification settings - Fork 376
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
ADIT alsa improvement backports #949
Open
amiartus
wants to merge
12
commits into
jackaudio:master
Choose a base branch
from
amiartus:adit-alsa-improvement-backports
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ADIT alsa improvement backports #949
amiartus
wants to merge
12
commits into
jackaudio:master
from
amiartus:adit-alsa-improvement-backports
Commits on Jul 24, 2023
-
alsa_driver: Use float to S32 conversion if requested
sample_move_d32u24_sS() converts into samples like 0x00****** but S32 format expects samples like 0x********. Therefore it will not use the full volume range when also using sample_move_d32u24_sS() for S32. Change-Id: I4afe9bd0c3b342975536f5f98fa4dadd2eaee02d Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
Configuration menu - View commit details
-
Copy full SHA for 294bcf7 - Browse repository at this point
Copy the full SHA 294bcf7View commit details
Commits on Jul 25, 2023
-
alsa_driver: Extract snd_pcm_start/poll_descriptors/avail_update
this extraction allowed easier multiplatform implementation, even thought other platform such as QNX are not a functional target by Jack2, it would be beneficial to allow this abstraction as the cost for upstream is minimal Change-Id: I92760ed539b475e210bc877b335afdbb4a982a04 Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
Configuration menu - View commit details
-
Copy full SHA for 6b65394 - Browse repository at this point
Copy the full SHA 6b65394View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae0005 - Browse repository at this point
Copy the full SHA 7ae0005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07946eb - Browse repository at this point
Copy the full SHA 07946ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26aa0d6 - Browse repository at this point
Copy the full SHA 26aa0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a224479 - Browse repository at this point
Copy the full SHA a224479View commit details -
Configuration menu - View commit details
-
Copy full SHA for cca8e8a - Browse repository at this point
Copy the full SHA cca8e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4579cff - Browse repository at this point
Copy the full SHA 4579cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d76ac - Browse repository at this point
Copy the full SHA 55d76acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5a17e8 - Browse repository at this point
Copy the full SHA e5a17e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d836c55 - Browse repository at this point
Copy the full SHA d836c55View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08c5c42 - Browse repository at this point
Copy the full SHA 08c5c42View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.