mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
as3525: be sure all interrupts are disabled when recording
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26257 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
19afbf4892
commit
9bb6b8d689
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ void pcm_rec_dma_init(void)
|
|||
/* i2c clk src = I2SOUTIF, sdata src = AFE,
|
||||
* data valid at positive edge of SCLK */
|
||||
I2SIN_CONTROL = (1<<2);
|
||||
I2SIN_MASK = 0; /* disables all interrupts */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue