X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fsound%2Fpcm_oss.h;h=cc4e226f35fd5b07a4c0aebbea8ea282aa1309b7;hb=6c5cb93b1e87be56d7f00767fd12cf57852a0b9f;hp=c854647b6f3c9e416db5d4d21872e5f73d5085b0;hpb=efa6e7e9d40fe01406d889a5bed62f2e0da49bff;p=pandora-kernel.git diff --git a/include/sound/pcm_oss.h b/include/sound/pcm_oss.h index c854647b6f3c..cc4e226f35fd 100644 --- a/include/sound/pcm_oss.h +++ b/include/sound/pcm_oss.h @@ -3,7 +3,7 @@ /* * Digital Audio (PCM) - OSS compatibility abstract layer - * Copyright (c) by Jaroslav Kysela + * Copyright (c) by Jaroslav Kysela * * * This program is free software; you can redistribute it and/or modify @@ -56,6 +56,7 @@ struct snd_pcm_oss_runtime { size_t mmap_bytes; char *buffer; /* vmallocated period */ size_t buffer_used; /* used length from period buffer */ + struct mutex params_lock; #ifdef CONFIG_SND_PCM_OSS_PLUGINS struct snd_pcm_plugin *plugin_first; struct snd_pcm_plugin *plugin_last;