diff options
author | Markus Bollinger <bollinger@digigram.com> | 2008-11-25 12:37:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-25 12:53:24 +0100 |
commit | c0193f39f43c79bde6c1c5804f5315f3983152b5 (patch) | |
tree | 682f6d5ad2ad776a446d08e6be281e941d7ea1b1 /sound/pci/pcxhr/Makefile | |
parent | 7628700e08403618b0b07bd25b6456d8b2d074ef (diff) |
ALSA: pcxhr - add support for pcxhr stereo sound cards (mixer part)
- add support for pcxhr stereo cards mixer controls
- adjust tlv db scales to real dBu values
- fix bug with monitoring volume control pcxhr_monitor_vol_put
- do some cleanup
Signed-off-by: Markus Bollinger <bollinger@digigram.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/pcxhr/Makefile')
-rw-r--r-- | sound/pci/pcxhr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/pcxhr/Makefile b/sound/pci/pcxhr/Makefile index 10473c05918d..b06128e918ca 100644 --- a/sound/pci/pcxhr/Makefile +++ b/sound/pci/pcxhr/Makefile @@ -1,2 +1,2 @@ -snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o +snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o pcxhr_mix22.o obj-$(CONFIG_SND_PCXHR) += snd-pcxhr.o |