Loading include/sound/soc.h +0 −1 Original line number Diff line number Diff line Loading @@ -1247,7 +1247,6 @@ struct snd_soc_pcm_runtime { struct delayed_work delayed_work; #ifdef CONFIG_DEBUG_FS struct dentry *debugfs_dpcm_root; struct dentry *debugfs_dpcm_state; #endif unsigned int num; /* 0-based and monotonic increasing */ Loading sound/soc/soc-pcm.c +2 −3 Original line number Diff line number Diff line Loading @@ -3010,8 +3010,7 @@ void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd) return; } rtd->debugfs_dpcm_state = debugfs_create_file("state", 0444, rtd->debugfs_dpcm_root, debugfs_create_file("state", 0444, rtd->debugfs_dpcm_root, rtd, &dpcm_state_fops); } #endif Loading
include/sound/soc.h +0 −1 Original line number Diff line number Diff line Loading @@ -1247,7 +1247,6 @@ struct snd_soc_pcm_runtime { struct delayed_work delayed_work; #ifdef CONFIG_DEBUG_FS struct dentry *debugfs_dpcm_root; struct dentry *debugfs_dpcm_state; #endif unsigned int num; /* 0-based and monotonic increasing */ Loading
sound/soc/soc-pcm.c +2 −3 Original line number Diff line number Diff line Loading @@ -3010,8 +3010,7 @@ void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd) return; } rtd->debugfs_dpcm_state = debugfs_create_file("state", 0444, rtd->debugfs_dpcm_root, debugfs_create_file("state", 0444, rtd->debugfs_dpcm_root, rtd, &dpcm_state_fops); } #endif