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/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/Makefile')
-rw-r--r-- | sound/i2c/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/i2c/Makefile b/sound/i2c/Makefile index 816a2e7..45902d4 100644 --- a/sound/i2c/Makefile +++ b/sound/i2c/Makefile @@ -16,3 +16,4 @@ obj-$(CONFIG_SND) += other/ # Toplevel Module Dependency obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o +obj-$(CONFIG_SND_ICE1724) += snd-i2c.o |