diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2009-11-13 16:02:56 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-13 08:30:22 +0100 |
commit | 401de8184a4d94688962b9258fe10ab309ffda9c (patch) | |
tree | ae1e6c7d92825c6ac95f905f0471056ac2b89865 /sound/pci/Kconfig | |
parent | 0d26ce3403b3841fa2656df08a819fc7eaebaa17 (diff) | |
download | linux-stable-401de8184a4d94688962b9258fe10ab309ffda9c.tar.gz linux-stable-401de8184a4d94688962b9258fe10ab309ffda9c.tar.bz2 linux-stable-401de8184a4d94688962b9258fe10ab309ffda9c.zip |
ALSA: ice1712: Use bitrev8
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 75c602b5b132..351654cf7b09 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -570,6 +570,7 @@ config SND_ICE1712 tristate "ICEnsemble ICE1712 (Envy24)" select SND_MPU401_UART select SND_AC97_CODEC + select BITREVERSE help Say Y here to include support for soundcards based on the ICE1712 (Envy24) chip. |