diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-05-03 17:05:08 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-03 17:05:08 +0200 |
commit | 2db3002029d6c8fbd8ad4ab21f501475cd8c96f9 (patch) | |
tree | 1b0165b2af59214e16a5e667c2cdbf148f4879f1 /sound/pci/lola/lola.h | |
parent | c7aad3c317afc05418414c95e877173799145d0b (diff) | |
download | linux-2db3002029d6c8fbd8ad4ab21f501475cd8c96f9.tar.bz2 |
ALSA: lola - Rename to Digital SRC Capture Switch
Renamed to Digial SRC Capture Switch for more correct representation.
Also fixed analog volume control on Lola161611 and lola881.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lola/lola.h')
-rw-r--r-- | sound/pci/lola/lola.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/lola/lola.h b/sound/pci/lola/lola.h index 180c2c124620..400ab5ef4c6c 100644 --- a/sound/pci/lola/lola.h +++ b/sound/pci/lola/lola.h @@ -242,6 +242,7 @@ struct lola_pin { struct lola_pin_array { unsigned int num_pins; + unsigned int num_analog_pins; struct lola_pin pins[MAX_PINS]; }; |