diff options
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r-- | sound/soc/soc-dapm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 035cab85cb66..7d85c6496afa 100644 --- a/sound/soc/soc-dapm.c +++ b/sound/soc/soc-dapm.c | |||
@@ -1084,6 +1084,7 @@ static ssize_t dapm_widget_power_read_file(struct file *file, | |||
1084 | static const struct file_operations dapm_widget_power_fops = { | 1084 | static const struct file_operations dapm_widget_power_fops = { |
1085 | .open = dapm_widget_power_open_file, | 1085 | .open = dapm_widget_power_open_file, |
1086 | .read = dapm_widget_power_read_file, | 1086 | .read = dapm_widget_power_read_file, |
1087 | .llseek = default_llseek, | ||
1087 | }; | 1088 | }; |
1088 | 1089 | ||
1089 | void snd_soc_dapm_debugfs_init(struct snd_soc_codec *codec) | 1090 | void snd_soc_dapm_debugfs_init(struct snd_soc_codec *codec) |