mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-02 19:13:28 +00:00
chore: Remove unneeded pipewire patch file, minor cleanup
This commit is contained in:
parent
fd2fa30b2f
commit
52d4296147
@ -1,13 +0,0 @@
|
||||
diff --git a/spa/plugins/alsa/alsa-pcm.h b/spa/plugins/alsa/alsa-pcm.h
|
||||
index c3cfe0e..fa75809 100644
|
||||
--- a/spa/plugins/alsa/alsa-pcm.h
|
||||
+++ b/spa/plugins/alsa/alsa-pcm.h
|
||||
@@ -66,7 +66,7 @@ struct buffer {
|
||||
#define BW_MAX 0.128
|
||||
#define BW_MED 0.064
|
||||
#define BW_MIN 0.016
|
||||
-#define BW_PERIOD (3 * SPA_NSEC_PER_SEC)
|
||||
+#define BW_PERIOD (4 * SPA_NSEC_PER_SEC)
|
||||
|
||||
struct channel_map {
|
||||
uint32_t channels;
|
@ -82,8 +82,6 @@ Patch0002: 0002-Revert-spa-libcamera-use-CameraConfiguration-orienta.patch
|
||||
|
||||
# Holo: TODO: Bug reference
|
||||
Patch10: bc435841c141ad38768b6cb1a7ad45e8bb13c7d2.patch
|
||||
# Holo: TODO: Bug reference
|
||||
#Patch20: acf7c0af0bf31b937c41e916a73c67ae0a253632.patch
|
||||
# Holo: upstream MR 1792
|
||||
Patch30: 0001-Bluez5-backend-native-HSP-AG-release-SCO-link-on-AT-.patch
|
||||
|
||||
|
@ -180,7 +180,7 @@ else
|
||||
fi
|
||||
|
||||
if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegame" ]]; then
|
||||
if [[ ":Jupiter:Galileo:" =~ ":$SYS_ID:" ]]; then
|
||||
if /usr/libexec/hardware/valve-hardware; then
|
||||
if [[ ":Jupiter:" =~ ":$SYS_ID:" ]]; then
|
||||
RESOLUTION=$(lshw -json -c display | jq -r .[]."configuration"."resolution")
|
||||
if [[ "${RESOLUTION}" = "1200,1920" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user