diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-02-27 22:43:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-03-03 11:37:57 +0100 |
commit | 2f35c630f7d49efdef29b58d81ed2531ddd916d9 (patch) | |
tree | cc3bc76348619756d7eaece66c2d0d44857acc53 /sound/pci/hda/hda_codec.h | |
parent | bcd96557bd0ab1129fcdde073d5700aed8fcb942 (diff) | |
download | linux-2f35c630f7d49efdef29b58d81ed2531ddd916d9.tar.gz linux-2f35c630f7d49efdef29b58d81ed2531ddd916d9.tar.bz2 linux-2f35c630f7d49efdef29b58d81ed2531ddd916d9.zip |
ALSA: hda - Use standard workqueue for unsol and jack events
The events that are handled by HD-audio drivers are no frequent and
urgent ones, so we can use the standard workqueue without any problem
nowadays.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 46d253e2f266..bf9efb7e1b9a 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -132,8 +132,6 @@ struct hda_bus { /* unsolicited event queue */ struct hda_bus_unsolicited unsol; - char workq_name[16]; - struct workqueue_struct *workq; /* common workqueue for codecs */ /* assigned PCMs */ DECLARE_BITMAP(pcm_dev_bits, SNDRV_PCM_DEVICES); |