mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
coldfire: Allow building when 88KHz audio is disabled
Change-Id: Ieeacf591ad4233428dca99c347043e61abae1d1f
This commit is contained in:
parent
2b358ffa7f
commit
d5167b1221
2 changed files with 5 additions and 3 deletions
|
|
@ -77,7 +77,7 @@
|
|||
#if CONFIG_CPU == MCF5249 && defined(HAVE_UDA1380)
|
||||
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, 0x02 },
|
||||
[HW_FREQ_11] = { 0x02, 0x02 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue