diff options
-rw-r--r-- | sound/soc/rockchip/rockchip_spdif.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/rockchip/rockchip_spdif.h b/sound/soc/rockchip/rockchip_spdif.h index 07f86a21046a..921b4095fb92 100644 --- a/sound/soc/rockchip/rockchip_spdif.h +++ b/sound/soc/rockchip/rockchip_spdif.h | |||
@@ -28,9 +28,9 @@ | |||
28 | #define SPDIF_CFGR_VDW(x) (x << SPDIF_CFGR_VDW_SHIFT) | 28 | #define SPDIF_CFGR_VDW(x) (x << SPDIF_CFGR_VDW_SHIFT) |
29 | #define SDPIF_CFGR_VDW_MASK (0xf << SPDIF_CFGR_VDW_SHIFT) | 29 | #define SDPIF_CFGR_VDW_MASK (0xf << SPDIF_CFGR_VDW_SHIFT) |
30 | 30 | ||
31 | #define SPDIF_CFGR_VDW_16 SPDIF_CFGR_VDW(0x00) | 31 | #define SPDIF_CFGR_VDW_16 SPDIF_CFGR_VDW(0x0) |
32 | #define SPDIF_CFGR_VDW_20 SPDIF_CFGR_VDW(0x01) | 32 | #define SPDIF_CFGR_VDW_20 SPDIF_CFGR_VDW(0x1) |
33 | #define SPDIF_CFGR_VDW_24 SPDIF_CFGR_VDW(0x10) | 33 | #define SPDIF_CFGR_VDW_24 SPDIF_CFGR_VDW(0x2) |
34 | 34 | ||
35 | /* | 35 | /* |
36 | * DMACR | 36 | * DMACR |