mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Gigabeat S: I never intended to leave the channel context buffer static beyond testing. Correct that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1e8101837
commit
609157a145
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ static void set_channel_ownership(unsigned int channel, unsigned int config)
|
|||
|
||||
static bool setup_channel(struct channel_control_block *ccb_p)
|
||||
{
|
||||
static struct context_data context_buffer DEVBSS_ATTR;
|
||||
struct context_data context_buffer;
|
||||
struct channel_descriptor *cd_p;
|
||||
unsigned int channel_cfg;
|
||||
unsigned int channel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue