diff options
author | Jochen Voss <voss@seehuhn.de> | 2006-10-04 18:08:43 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:00:05 +0100 |
commit | feaa6a74d852be40c0e717471aa92eead012052c (patch) | |
tree | 9ad326bb90037ebc10375e75f6b86c6ab74a0d2c /sound/i2c/other/Makefile | |
parent | a58e7cb16dfae8a3c1c98a7ab7ca02a9e9b38921 (diff) | |
download | op-kernel-dev-feaa6a74d852be40c0e717471aa92eead012052c.zip op-kernel-dev-feaa6a74d852be40c0e717471aa92eead012052c.tar.gz |
[ALSA] Enable the analog loopback of the Revolution 5.1
Enable the analog loopback of the Revolution 5.1 card.
This patch adds support for the PT2258 volume controller and modifies
the Revolution 5.1 driver to make use of this facility. This allows
to control the analog loopback of the card.
Signed-off-by: Jochen Voss <voss@seehuhn.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/i2c/other/Makefile')
-rw-r--r-- | sound/i2c/other/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/i2c/other/Makefile b/sound/i2c/other/Makefile index 2fe023ef..77a8a7c 100644 --- a/sound/i2c/other/Makefile +++ b/sound/i2c/other/Makefile @@ -6,11 +6,11 @@ snd-ak4114-objs := ak4114.o snd-ak4117-objs := ak4117.o snd-ak4xxx-adda-objs := ak4xxx-adda.o +snd-pt2258-objs := pt2258.o snd-tea575x-tuner-objs := tea575x-tuner.o # Module Dependency obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o -obj-$(CONFIG_SND_ICE1724) += snd-ak4xxx-adda.o -obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o +obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o snd-ak4xxx-adda.o snd-pt2258.o obj-$(CONFIG_SND_FM801_TEA575X) += snd-tea575x-tuner.o |