diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index 1c6d1e1c27c1..f74220292254 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -151,7 +151,7 @@ MODULE_FIRMWARE("digiface_firmware_rev11.bin"); | |||
151 | #define HDSP_PROGRAM 0x020 | 151 | #define HDSP_PROGRAM 0x020 |
152 | #define HDSP_CONFIG_MODE_0 0x040 | 152 | #define HDSP_CONFIG_MODE_0 0x040 |
153 | #define HDSP_CONFIG_MODE_1 0x080 | 153 | #define HDSP_CONFIG_MODE_1 0x080 |
154 | #define HDSP_VERSION_BIT 0x100 | 154 | #define HDSP_VERSION_BIT (0x100 | HDSP_S_LOAD) |
155 | #define HDSP_BIGENDIAN_MODE 0x200 | 155 | #define HDSP_BIGENDIAN_MODE 0x200 |
156 | #define HDSP_RD_MULTIPLE 0x400 | 156 | #define HDSP_RD_MULTIPLE 0x400 |
157 | #define HDSP_9652_ENABLE_MIXER 0x800 | 157 | #define HDSP_9652_ENABLE_MIXER 0x800 |