summaryrefslogtreecommitdiff
path: root/sound/firewire/amdtp-stream.h
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2021-05-24 06:13:44 +0300
committerTakashi Iwai <tiwai@suse.de>2021-05-25 09:54:05 +0300
commitb7c7699b4f42cc93340db3ac5c1797af7b7f70f4 (patch)
tree0a5f0c26502d44d4e371b58e1139dd9508f14b96 /sound/firewire/amdtp-stream.h
parentfb25dcc885fa377d07586dd1f8f0bec32b4b547c (diff)
downloadlinux-b7c7699b4f42cc93340db3ac5c1797af7b7f70f4.tar.xz
ALSA: firewire-lib: obsolete callbacked member
The member of callbacked in AMDTP stream structure is not used anymore. Instead, ready_processing member is used to wake up yielding task of user process. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Link: https://lore.kernel.org/r/20210524031346.50539-3-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/firewire/amdtp-stream.h b/sound/firewire/amdtp-stream.h
index d3ba2e1c1522..34294776f9e8 100644
--- a/sound/firewire/amdtp-stream.h
+++ b/sound/firewire/amdtp-stream.h
@@ -183,8 +183,7 @@ struct amdtp_stream {
// To start processing content of packets at the same cycle in several contexts for
// each direction.
- bool callbacked:1;
- bool ready_processing:1;
+ bool ready_processing;
wait_queue_head_t ready_wait;
unsigned int next_cycle;