JoeSchubert / kernel_adiutor

This project is a manually uploaded fork of Grarak's Kernel Adiutor (for searching reasons)

Home Page:http://forum.xda-developers.com/android/apps-games/kernel-adiutor-mod-singularity-kernel-t3333549

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Franco Sound Control Addition

yung40oz84 opened this issue · comments

This is located at /sys/devices/virtual/misc/sound_control
then there is options:
camera_mic_boost
highperf_enabled
dev mic_boost
speaker_l_boost
speaker_r_boost
volume_boost
uevent
The speaker L and R boost need added, camera mic boost, mic boost, and volume boost is for headphone, they all need added to control this sound from Franco Sound Control.

Here is a link to the values from GitHub:

https://github.com/DespairFactor/angler/blob/1fd31829e205118ad7a9373ec13a69dd96d2e25e/drivers/misc/sound_control.c

and you may need this as well:

https://github.com/DespairFactor/angler/blob/1a1e22f30832194c20d71a8bceafe205c2ef6503/include/linux/sound_control.h

I am not very sure about all this, but I think this is all you need, so hopefully what I have provided will allow you to get all the information needed to implement this into the KA mod version, which I love!

Can you test this build to see if they work? https://www.androidfilehost.com/?fid=24588232905720613

The speaker left/right aren't independently controllable, they both set to the same value.

This is also a debug build so be sure to backup your current app/data. Uninstall it, install this one test these, then restore your original.

There is still only volume on Kylo Kernel, or headphone gain on AK kernel
and still no visible speaker gain which would be independent, but does not
matter if it is. When I click the independent volume switch which shows
only on AK kernel the app crashes and will not open again.

On Fri, Jul 1, 2016, 5:42 PM Joe Schubert notifications@github.com wrote:

Can you test this build to see if they work?
https://www.androidfilehost.com/?fid=24588232905720613

The speaker left/right aren't independently controllable, they both set to
the same value.

This is also a debug build so be sure to backup your current app/data.
Uninstall it, install this one test these, then restore your original.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#46 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AKB36YeTw6SWIR0-EApFYHnzRDWhU_S-ks5qRYnPgaJpZM4JCmI_
.

Edited to remove what I assume was an unintentional email signature - Yoinx

@yoinx
Hey, can you add cam_mic_boost sysfs option? It does the same thing as cam_mic_gain of FauxSound which is already there in your MOD.
I have added this (cam_mic_boost) in the Franco Sound Control Driver but this doesn't shows up in your MOD. So, please, add this.