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:
Takashi Iwai 2006-09-07 20:55:49 +02:00
parent 526334dda9
commit 917e71fcc8
3 changed files with 13 additions and 4 deletions

View file

@ -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);