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:
Michael Sevakis 2009-02-10 13:08:46 +00:00
parent e1e8101837
commit 609157a145

View file

@ -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;