mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Fix ADC controls with higher resolution in envy24control
Fixed envy24control to handle ADC volumes with higher resolution properly. Also, the bogus sync of gtk_adjustment between ADC and IPGA volumes is fixed in the case no IPGA is detected.
This commit is contained in:
parent
526334dda9
commit
917e71fcc8
3 changed files with 13 additions and 4 deletions
|
|
@ -217,6 +217,7 @@ void analog_volume_postinit(void);
|
|||
int envy_dac_volumes(void);
|
||||
int envy_dac_max(void);
|
||||
int envy_adc_volumes(void);
|
||||
int envy_adc_max(void);
|
||||
int envy_ipga_volumes(void);
|
||||
int envy_dac_senses(void);
|
||||
int envy_adc_senses(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue