diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-10-09 09:04:21 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-10-15 03:58:28 -0400 |
commit | 26a6cb6cca225f652acf4bfac3028019be73dadd (patch) | |
tree | 883cf924a81b442d5dd9b9a375d6aa12968c1fa6 /sound/pci/hda/hda_jack.h | |
parent | 239fb862e8e26287212bdefabb021ef8c5ef1b53 (diff) |
ALSA: hda - Implement a poll loop for jacks as a module parameter
Now that we have a generic unsol mechanism, we can implement a generic
poll loop, which can be used for debugging, or if a codec's unsol
mechanism is broken.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_jack.h')
-rw-r--r-- | sound/pci/hda/hda_jack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_jack.h b/sound/pci/hda/hda_jack.h index af8dd4724da5..4487785adf34 100644 --- a/sound/pci/hda/hda_jack.h +++ b/sound/pci/hda/hda_jack.h | |||
@@ -84,4 +84,6 @@ void snd_hda_jack_report_sync(struct hda_codec *codec); | |||
84 | 84 | ||
85 | void snd_hda_jack_unsol_event(struct hda_codec *codec, unsigned int res); | 85 | void snd_hda_jack_unsol_event(struct hda_codec *codec, unsigned int res); |
86 | 86 | ||
87 | void snd_hda_jack_poll_all(struct hda_codec *codec); | ||
88 | |||
87 | #endif /* __SOUND_HDA_JACK_H */ | 89 | #endif /* __SOUND_HDA_JACK_H */ |