diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index d7d26cc8e3fc..693c75bbd5d1 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -490,7 +490,6 @@ struct snd_soc_dapm_path { | |||
490 | /* source (input) and sink (output) widgets */ | 490 | /* source (input) and sink (output) widgets */ |
491 | struct snd_soc_dapm_widget *source; | 491 | struct snd_soc_dapm_widget *source; |
492 | struct snd_soc_dapm_widget *sink; | 492 | struct snd_soc_dapm_widget *sink; |
493 | struct snd_kcontrol *kcontrol; | ||
494 | 493 | ||
495 | /* status */ | 494 | /* status */ |
496 | u32 connect:1; /* source and sink widgets are connected */ | 495 | u32 connect:1; /* source and sink widgets are connected */ |
@@ -503,6 +502,7 @@ struct snd_soc_dapm_path { | |||
503 | 502 | ||
504 | struct list_head list_source; | 503 | struct list_head list_source; |
505 | struct list_head list_sink; | 504 | struct list_head list_sink; |
505 | struct list_head list_kcontrol; | ||
506 | struct list_head list; | 506 | struct list_head list; |
507 | }; | 507 | }; |
508 | 508 | ||