forked from len0rd/rockbox
coldfire: Fix iAudio M5 build
Change-Id: Iecbcfa16918be3abfaab0936a0dae9c9ed48933e
This commit is contained in:
parent
d5167b1221
commit
c1d4bf290c
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ HW_HAVE_88_([HW_FREQ_88] = { 0x0c, 0x01 },)
|
|||
*/
|
||||
static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] =
|
||||
{
|
||||
[HW_FREQ_88] = { 0x00, 0x01 },
|
||||
HW_HAVE_88_([HW_FREQ_88] = { 0x00, 0x01 },)
|
||||
[HW_FREQ_44] = { 0x00, 0x01 },
|
||||
[HW_FREQ_22] = { 0x00, 0x01 },
|
||||
[HW_FREQ_11] = { 0x00, 0x01 },
|
||||
|
@ -102,7 +102,7 @@ static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] =
|
|||
#if (CONFIG_CPU == MCF5250 || CONFIG_CPU == MCF5249) && defined(HAVE_TLV320)
|
||||
static const unsigned char pcm_freq_parms[HW_NUM_FREQ][2] =
|
||||
{
|
||||
[HW_FREQ_88] = { 0x0c, 0x01 },
|
||||
HW_HAVE_88_([HW_FREQ_88] = { 0x0c, 0x01 },)
|
||||
[HW_FREQ_44] = { 0x06, 0x01 },
|
||||
[HW_FREQ_22] = { 0x04, 0x01 },
|
||||
[HW_FREQ_11] = { 0x02, 0x02 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue