diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-06-10 12:17:33 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-06-10 09:50:37 +0200 |
commit | b5b519965c4c364ae65c49fe9f11d222dd70a9c2 (patch) | |
tree | a540dd408d5dc158bab55fe50df80f0ad78caf96 /sound/firewire/amdtp-stream.h | |
parent | 7ba5ca32fe6e8d2e153fb5602997336517b34743 (diff) |
ALSA: firewire-lib: obsolete workqueue for period update
The workqueue to notify PCM period elapse is not used anymore.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20210610031733.56297-4-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/amdtp-stream.h')
-rw-r--r-- | sound/firewire/amdtp-stream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/amdtp-stream.h b/sound/firewire/amdtp-stream.h index b25592d5f6af..1f957c946c95 100644 --- a/sound/firewire/amdtp-stream.h +++ b/sound/firewire/amdtp-stream.h @@ -186,7 +186,6 @@ struct amdtp_stream { /* For a PCM substream processing. */ struct snd_pcm_substream *pcm; - struct work_struct period_work; snd_pcm_uframes_t pcm_buffer_pointer; unsigned int pcm_period_pointer; |