diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 0cb7f3f5df7b9fca12f7233503f55f6b181470a7..d632809d9425d281743bee2029925c8ce5b43b0f 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -224,9 +224,10 @@ typedef int (*snd_pcm_hw_rule_func_t)(struct snd_pcm_hw_params *params, struct snd_pcm_hw_rule { unsigned int cond; - snd_pcm_hw_rule_func_t func; int var; int deps[4]; + + snd_pcm_hw_rule_func_t func; void *private; };