diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..054978e3e9 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,42 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/powershell +{ + "name": "codr", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/powershell:lts-debian-11", + "features": { + "ghcr.io/devcontainers/features/common-utils:2": { + "installZsh": true, + "installOhMyZsh": true, + "installOhMyZshConfig": true, + "upgradePackages": true, + "username": "automatic", + "userUid": "automatic", + "userGid": "automatic" + } + }, + + "postCreateCommand": "sudo chsh vscode -s \"$(which pwsh)\"", + + // Configure tool-specific properties. + "customizations": { + // Configure properties specific to VS Code. + "vscode": { + // Set *default* container specific settings.json values on container create. + "settings": { + "terminal.integrated.defaultProfile.linux": "pwsh" + }, + + // Add the IDs of extensions you want installed when the container is created. + "extensions": [ + "ms-vscode.powershell" + ] + } + } + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} diff --git a/.devcontainer/wackymalton b/.devcontainer/wackymalton new file mode 160000 index 0000000000..b81ee247d5 --- /dev/null +++ b/.devcontainer/wackymalton @@ -0,0 +1 @@ +Subproject commit b81ee247d5ba6792092453cda6dee76e24f1f948 diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000000..f97e9e6b2c --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,26 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "type": "shell", + "command": "msbuild", + "args": [ + // Ask msbuild to generate full paths for file names. + "/property:GenerateFullPaths=true", + "/t:build", + // Do not generate summary otherwise it leads to duplicate errors in Problems panel + "/consoleloggerparameters:NoSummary" + ], + "group": "build", + "presentation": { + // Reveal the output only if unrecognized errors occur. + "reveal": "silent" + }, + // Use the standard MS compiler pattern to detect errors, warnings and infos + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file diff --git a/readme b/readme new file mode 100644 index 0000000000..27779abeae --- /dev/null +++ b/readme @@ -0,0 +1,11 @@ +#### High Performance DAC + +#### - This module enables the "High Performance DAC" mode of Qualcomm's WCD9xx DAC to maximize its power and achieve the best audio quality possible. + +##### • `Every phone powered by a Qualcomm processor has a built-in WCD9xx Audio DAC, but it is rarely configured to be used to its full potential by OEMs. By enabling High-Performance Mode, the audio quality of Qualcomm-powered devices will not only receive a boost in volume but will also sound clearer and crisper.` + +##### • `Requires Kernel Support` + +##### - INSTALLATION: Simply flash via any module manager and reboot. + +###### Disclaimer: Naturally, you take all the responsibility for what happens to your device when you start messing around with things. I (Akera) will not be responsible for ANY damage caused to anyone's devices due to the use of this module. \ No newline at end of file diff --git a/wackymalton b/wackymalton new file mode 160000 index 0000000000..b81ee247d5 --- /dev/null +++ b/wackymalton @@ -0,0 +1 @@ +Subproject commit b81ee247d5ba6792092453cda6dee76e24f1f948