Message ID | 20220715102935.4695-6-tiwai@suse.de |
---|---|
State | Superseded |
Headers | show |
Series | ALSA: Drop async signal support | expand |
diff --git a/Documentation/sound/kernel-api/writing-an-alsa-driver.rst b/Documentation/sound/kernel-api/writing-an-alsa-driver.rst index 176b73583b7a..84b4ecae1485 100644 --- a/Documentation/sound/kernel-api/writing-an-alsa-driver.rst +++ b/Documentation/sound/kernel-api/writing-an-alsa-driver.rst @@ -1597,7 +1597,6 @@ are the contents of this file: spinlock_t lock; wait_queue_head_t sleep; struct timer_list tick_timer; - struct fasync_struct *fasync; /* -- private section -- */ void *private_data;
The fasync entry has been dropped recently. Update the documentation as well. Signed-off-by: Takashi Iwai <tiwai@suse.de> --- Documentation/sound/kernel-api/writing-an-alsa-driver.rst | 1 - 1 file changed, 1 deletion(-)