diff options
Diffstat (limited to 'target/linux/xburst/patches-3.2/0015-ASoC-JZ4740-Replaced-comma-operators-with-semicolons.patch')
-rw-r--r-- | target/linux/xburst/patches-3.2/0015-ASoC-JZ4740-Replaced-comma-operators-with-semicolons.patch | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/xburst/patches-3.2/0015-ASoC-JZ4740-Replaced-comma-operators-with-semicolons.patch b/target/linux/xburst/patches-3.2/0015-ASoC-JZ4740-Replaced-comma-operators-with-semicolons.patch index 2bf28ce769..9e812e1ca6 100644 --- a/target/linux/xburst/patches-3.2/0015-ASoC-JZ4740-Replaced-comma-operators-with-semicolons.patch +++ b/target/linux/xburst/patches-3.2/0015-ASoC-JZ4740-Replaced-comma-operators-with-semicolons.patch @@ -9,11 +9,9 @@ They were harmless but also unnecessary, probably a leftover from earlier code. sound/soc/jz4740/jz4740-i2s.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -diff --git a/sound/soc/jz4740/jz4740-i2s.c b/sound/soc/jz4740/jz4740-i2s.c -index cd22a54..d28b4cc 100644 --- a/sound/soc/jz4740/jz4740-i2s.c +++ b/sound/soc/jz4740/jz4740-i2s.c -@@ -346,7 +346,7 @@ static void jz4740_i2c_init_pcm_config(struct jz4740_i2s *i2s) +@@ -346,7 +346,7 @@ static void jz4740_i2c_init_pcm_config(s /* Playback */ dma_config = &i2s->pcm_config_playback.dma_config; @@ -22,7 +20,7 @@ index cd22a54..d28b4cc 100644 dma_config->transfer_size = JZ4740_DMA_TRANSFER_SIZE_16BYTE; dma_config->request_type = JZ4740_DMA_TYPE_AIC_TRANSMIT; dma_config->flags = JZ4740_DMA_SRC_AUTOINC; -@@ -355,7 +355,7 @@ static void jz4740_i2c_init_pcm_config(struct jz4740_i2s *i2s) +@@ -355,7 +355,7 @@ static void jz4740_i2c_init_pcm_config(s /* Capture */ dma_config = &i2s->pcm_config_capture.dma_config; @@ -31,6 +29,3 @@ index cd22a54..d28b4cc 100644 dma_config->transfer_size = JZ4740_DMA_TRANSFER_SIZE_16BYTE; dma_config->request_type = JZ4740_DMA_TYPE_AIC_RECEIVE; dma_config->flags = JZ4740_DMA_DST_AUTOINC; --- -1.7.5.4 - |