its a bit different to the others, it goes like this
class CfgSFX
{
   class Anything
   {
      sounds[]={"Anything"};
      name="Anything";
      Anything[]={"\sound\soundfile.ogg",db+30,1, 1,0,0,0};
      empty[]={"","","","",1,5,20};
   };
};