]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/sound/cs46xx_dsp_spos.h
net: add limit for socket backlog
[mirror_ubuntu-zesty-kernel.git] / include / sound / cs46xx_dsp_spos.h
index 7c44667e79a6498bb1137d4dcc3e11a3a78a342c..49b03c9e5e551554b71640fb3dd397beb4c28a06 100644 (file)
@@ -118,9 +118,11 @@ struct dsp_scb_descriptor {
 
        struct snd_info_entry *proc_info;
        int ref_count;
-       spinlock_t lock;
 
-       int deleted;
+       u16 volume[2];
+       unsigned int deleted :1;
+       unsigned int updated :1;
+       unsigned int volume_set :1;
 };
 
 struct dsp_task_descriptor {