diff options
author | Tom Yan <tom.ty89@gmail.com> | 2018-12-20 07:45:51 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-01-07 11:54:54 +0100 |
commit | 748b6ec359b02e962259182fd9576cb1b0851440 (patch) | |
tree | 85abfc1c520298f7f7abfaae6f5157be8bdf320e /sound/pci/oxygen/pcm1796.h | |
parent | c2a7c55a04065c3b0c32d23b099db7ea1dbf6250 (diff) |
ALSA: virtuoso: add de-emphasis control
Add control for the de-emphasis filter in the PCM179x DACs
Signed-off-by: Tom Yan <tom.ty89@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/oxygen/pcm1796.h')
-rw-r--r-- | sound/pci/oxygen/pcm1796.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/oxygen/pcm1796.h b/sound/pci/oxygen/pcm1796.h index 34d07dd2d22e..d5dcb09e44cd 100644 --- a/sound/pci/oxygen/pcm1796.h +++ b/sound/pci/oxygen/pcm1796.h @@ -10,7 +10,6 @@ #define PCM1796_MUTE 0x01 #define PCM1796_DME 0x02 #define PCM1796_DMF_MASK 0x0c -#define PCM1796_DMF_DISABLED 0x00 #define PCM1796_DMF_48 0x04 #define PCM1796_DMF_441 0x08 #define PCM1796_DMF_32 0x0c |