summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pcm-telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pcm-telechips.c')
-rw-r--r--firmware/target/arm/pcm-telechips.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/arm/pcm-telechips.c b/firmware/target/arm/pcm-telechips.c
index 823eb3a3a5..06f6638e54 100644
--- a/firmware/target/arm/pcm-telechips.c
+++ b/firmware/target/arm/pcm-telechips.c
@@ -61,7 +61,6 @@ struct dma_data dma_play_data SHAREDBSS_ATTR =
61void pcm_postinit(void) 61void pcm_postinit(void)
62{ 62{
63 audiohw_postinit(); 63 audiohw_postinit();
64 pcm_apply_settings();
65} 64}
66 65
67const void * pcm_play_dma_get_peak_buffer(int *count) 66const void * pcm_play_dma_get_peak_buffer(int *count)
@@ -115,8 +114,6 @@ void pcm_dma_apply_settings(void)
115 114
116static void play_start_pcm(void) 115static void play_start_pcm(void)
117{ 116{
118 pcm_apply_settings();
119
120 DAMR &= ~(1<<14); /* disable tx */ 117 DAMR &= ~(1<<14); /* disable tx */
121 dma_play_data.state = 1; 118 dma_play_data.state = 1;
122 119