diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 20be7761562d..719e46f6fb36 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -464,6 +464,9 @@ struct hda_bus { | |||
464 | struct hda_bus_unsolicited *unsol; | 464 | struct hda_bus_unsolicited *unsol; |
465 | 465 | ||
466 | struct snd_info_entry *proc; | 466 | struct snd_info_entry *proc; |
467 | |||
468 | /* misc op flags */ | ||
469 | unsigned int needs_damn_long_delay :1; | ||
467 | }; | 470 | }; |
468 | 471 | ||
469 | /* | 472 | /* |