summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/coldfire/pcm-coldfire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/coldfire/pcm-coldfire.c b/firmware/target/coldfire/pcm-coldfire.c
index 5a5d2d2350..8162f521f9 100644
--- a/firmware/target/coldfire/pcm-coldfire.c
+++ b/firmware/target/coldfire/pcm-coldfire.c
@@ -91,7 +91,7 @@ HW_HAVE_88_([HW_FREQ_88] = { 0x0c, 0x01 },)
91 */ 91 */
92static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] = 92static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] =
93{ 93{
94 [HW_FREQ_88] = { 0x00, 0x01 }, 94HW_HAVE_88_([HW_FREQ_88] = { 0x00, 0x01 },)
95 [HW_FREQ_44] = { 0x00, 0x01 }, 95 [HW_FREQ_44] = { 0x00, 0x01 },
96 [HW_FREQ_22] = { 0x00, 0x01 }, 96 [HW_FREQ_22] = { 0x00, 0x01 },
97 [HW_FREQ_11] = { 0x00, 0x01 }, 97 [HW_FREQ_11] = { 0x00, 0x01 },
@@ -102,7 +102,7 @@ static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] =
102#if (CONFIG_CPU == MCF5250 || CONFIG_CPU == MCF5249) && defined(HAVE_TLV320) 102#if (CONFIG_CPU == MCF5250 || CONFIG_CPU == MCF5249) && defined(HAVE_TLV320)
103static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] = 103static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] =
104{ 104{
105 [HW_FREQ_88] = { 0x0c, 0x01 }, 105HW_HAVE_88_([HW_FREQ_88] = { 0x0c, 0x01 },)
106 [HW_FREQ_44] = { 0x06, 0x01 }, 106 [HW_FREQ_44] = { 0x06, 0x01 },
107 [HW_FREQ_22] = { 0x04, 0x01 }, 107 [HW_FREQ_22] = { 0x04, 0x01 },
108 [HW_FREQ_11] = { 0x02, 0x02 }, 108 [HW_FREQ_11] = { 0x02, 0x02 },