diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-11-26 14:52:31 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-11-26 14:52:31 +0000 |
commit | 888c3477bb09fefb68228cf54875ec0b359ee710 (patch) | |
tree | 08d168e14e071106b9223c35fd92bfbb2ab916fd /firmware/target/arm/pcm-telechips.c | |
parent | 173505686457f67deb9cb38fa2d2b35784b1f416 (diff) | |
download | rockbox-888c3477bb09fefb68228cf54875ec0b359ee710.tar.gz rockbox-888c3477bb09fefb68228cf54875ec0b359ee710.zip |
Fix yellow and red. Maybe create some new.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19231 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/pcm-telechips.c')
-rw-r--r-- | firmware/target/arm/pcm-telechips.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/firmware/target/arm/pcm-telechips.c b/firmware/target/arm/pcm-telechips.c index dc77b36f00..affad01c76 100644 --- a/firmware/target/arm/pcm-telechips.c +++ b/firmware/target/arm/pcm-telechips.c | |||
@@ -62,9 +62,7 @@ static unsigned long pcm_freq SHAREDDATA_ATTR = HW_SAMPR_DEFAULT; /* 44.1 is def | |||
62 | 62 | ||
63 | void pcm_postinit(void) | 63 | void pcm_postinit(void) |
64 | { | 64 | { |
65 | #if defined(IAUDIO_7) | 65 | audiohw_postinit(); |
66 | audiohw_postinit(); /* implemented not for all codecs */ | ||
67 | #endif | ||
68 | pcm_apply_settings(); | 66 | pcm_apply_settings(); |
69 | } | 67 | } |
70 | 68 | ||
@@ -115,11 +113,6 @@ void pcm_play_dma_init(void) | |||
115 | #endif | 113 | #endif |
116 | } | 114 | } |
117 | 115 | ||
118 | void pcm_postinit(void) | ||
119 | { | ||
120 | audiohw_postinit(); | ||
121 | } | ||
122 | |||
123 | void pcm_apply_settings(void) | 116 | void pcm_apply_settings(void) |
124 | { | 117 | { |
125 | pcm_curr_sampr = pcm_freq; | 118 | pcm_curr_sampr = pcm_freq; |