forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Volume control altered to enable 'alsamixer' to appear to work normal…
…ly. HOWEVER: Based on the code, assumption was made that the volume value passed to chip->volume should be between -10240 and 2303. It now crudely does that, allowing ALSA volume to appear to be between 0 and 100, while supplying the card with a value between the two points. However, this seems to have little to no effect on the actual output volume...
- Loading branch information
Showing
2 changed files
with
18 additions
and
12 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
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