ASoC: wm_adsp: Fixup some minor formatting and checkpatch errors
[deliverable/linux.git] / sound / soc / codecs / wm_adsp.h
index 2d117cf0e95365202295fdf5c74ef0519ec40557..d2a8c78ed50ba6fabf64599253443953503ae2b4 100644 (file)
@@ -45,8 +45,8 @@ struct wm_adsp {
 
        struct list_head alg_regions;
 
-       int fw_id;
-       int fw_id_version;
+       unsigned int fw_id;
+       unsigned int fw_id_version;
 
        const struct wm_adsp_region *mem;
        int num_mems;
@@ -59,9 +59,10 @@ struct wm_adsp {
 
        struct work_struct boot_work;
 
+       struct mutex pwr_lock;
+
 #ifdef CONFIG_DEBUG_FS
        struct dentry *debugfs_root;
-       struct mutex debugfs_lock;
        char *wmfw_file_name;
        char *bin_file_name;
 #endif
This page took 0.025581 seconds and 5 git commands to generate.