mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
as3525: PCM driver init references the sink directly
Change-Id: I42e8f04214790676d6f177669cdeda58fa8e8c28
This commit is contained in:
parent
9b207bfb91
commit
ae724ba5f3
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ static void sink_dma_init(void)
|
|||
I2SOUT_CONTROL = (1<<6) | (1<<3); /* enable dma, stereo */
|
||||
|
||||
audiohw_preinit();
|
||||
sink_set_freq(HW_SAMPR_DEFAULT);
|
||||
sink_set_freq(builtin_pcm_sink.caps.default_freq);
|
||||
}
|
||||
|
||||
#ifdef HAVE_PCM_DMA_ADDRESS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue