diff options
| author | Takashi Iwai <tiwai@suse.de> | 2023-07-18 15:24:49 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2023-07-18 15:24:56 +0300 |
| commit | 21634f0f307c8401462da2cd07507880ee17d3fc (patch) | |
| tree | 8dd1b41a5a1bd9fe9a340814c4101f33df827f40 /include/linux/ism.h | |
| parent | 6d68d9cba1d0d1ee628a783eb9e7d38a0c3691b8 (diff) | |
| parent | 2218e10e6fec05f76d6cd2c7eed4cb5af447360b (diff) | |
| download | linux-21634f0f307c8401462da2cd07507880ee17d3fc.tar.xz | |
Merge branch 'topic/hda-pci-ids' into for-next
Pull cleanup of HD-audio PCI IDs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/linux/ism.h')
| -rw-r--r-- | include/linux/ism.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/ism.h b/include/linux/ism.h index ea2bcdae7401..9a4c204df3da 100644 --- a/include/linux/ism.h +++ b/include/linux/ism.h @@ -44,9 +44,7 @@ struct ism_dev { u64 local_gid; int ieq_idx; - atomic_t free_clients_cnt; - atomic_t add_dev_cnt; - wait_queue_head_t waitq; + struct ism_client *subs[MAX_CLIENTS]; }; struct ism_event { @@ -68,9 +66,6 @@ struct ism_client { */ void (*handle_irq)(struct ism_dev *dev, unsigned int bit, u16 dmbemask); /* Private area - don't touch! */ - struct work_struct remove_work; - struct work_struct add_work; - struct ism_dev *tgt_ism; u8 id; }; |
