diff options
-rw-r--r-- | arch/avr32/mach-at32ap/at32ap700x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c index b4aaebd8780c..bfc9d071db9b 100644 --- a/arch/avr32/mach-at32ap/at32ap700x.c +++ b/arch/avr32/mach-at32ap/at32ap700x.c | |||
@@ -2061,8 +2061,8 @@ at32_add_device_ac97c(unsigned int id, struct ac97c_platform_data *data, | |||
2061 | tx_dws->reg_width = DW_DMA_SLAVE_WIDTH_16BIT; | 2061 | tx_dws->reg_width = DW_DMA_SLAVE_WIDTH_16BIT; |
2062 | tx_dws->cfg_hi = DWC_CFGH_DST_PER(4); | 2062 | tx_dws->cfg_hi = DWC_CFGH_DST_PER(4); |
2063 | tx_dws->cfg_lo &= ~(DWC_CFGL_HS_DST_POL | DWC_CFGL_HS_SRC_POL); | 2063 | tx_dws->cfg_lo &= ~(DWC_CFGL_HS_DST_POL | DWC_CFGL_HS_SRC_POL); |
2064 | rx_dws->src_master = 0; | 2064 | tx_dws->src_master = 0; |
2065 | rx_dws->dst_master = 1; | 2065 | tx_dws->dst_master = 1; |
2066 | tx_dws->src_msize = DW_DMA_MSIZE_1; | 2066 | tx_dws->src_msize = DW_DMA_MSIZE_1; |
2067 | tx_dws->dst_msize = DW_DMA_MSIZE_1; | 2067 | tx_dws->dst_msize = DW_DMA_MSIZE_1; |
2068 | tx_dws->fc = DW_DMA_FC_D_M2P; | 2068 | tx_dws->fc = DW_DMA_FC_D_M2P; |