X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fsound%2Fpcm_oss.h;h=d6ec886637db38ae292aa57fd89fb240085d4453;hb=21a3479a0b606d36fe24093f70a1c27328cec286;hp=fddaddde47b4f1803a66216c76394ebdb0c7d80f;hpb=153abaa4ff0500070a282dd0868367d69388d527;p=deliverable%2Flinux.git diff --git a/include/sound/pcm_oss.h b/include/sound/pcm_oss.h index fddaddde47b4..d6ec886637db 100644 --- a/include/sound/pcm_oss.h +++ b/include/sound/pcm_oss.h @@ -56,8 +56,10 @@ struct snd_pcm_oss_runtime { size_t mmap_bytes; char *buffer; /* vmallocated period */ size_t buffer_used; /* used length from period buffer */ +#ifdef CONFIG_SND_PCM_OSS_PLUGINS struct snd_pcm_plugin *plugin_first; struct snd_pcm_plugin *plugin_last; +#endif unsigned int prev_hw_ptr_interrupt; };