summaryrefslogtreecommitdiffstats
path: root/sound/usb/card.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-11-23 09:53:39 +0100
committerTakashi Iwai <tiwai@suse.de>2020-11-23 15:16:30 +0100
commit53837b4ac2bd33ede5cd799940341ce5ea7b2902 (patch)
tree941af142b9880daf3d8c408f6cd549e34210654f /sound/usb/card.h
parent13ee03361fc5c9284067f4bfaaea4ebadbd874cf (diff)
downloadlinux-53837b4ac2bd33ede5cd799940341ce5ea7b2902.tar.gz
linux-53837b4ac2bd33ede5cd799940341ce5ea7b2902.tar.bz2
linux-53837b4ac2bd33ede5cd799940341ce5ea7b2902.zip
ALSA: usb-audio: Replace slave/master terms
Follow the inclusive terminology, just replace sync_master/sync_slave with sync_source/sync_sink. It's also a bit clearer from its meaning, too. Tested-by: Keith Milner <kamilner@superlative.org> Tested-by: Dylan Robinson <dylan_robinson@motu.com> Link: https://lore.kernel.org/r/20201123085347.19667-34-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/card.h')
-rw-r--r--sound/usb/card.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/card.h b/sound/usb/card.h
index 1dd7a514d1d5..3e16b9288693 100644
--- a/sound/usb/card.h
+++ b/sound/usb/card.h
@@ -71,8 +71,8 @@ struct snd_usb_endpoint {
struct urb *urb);
struct snd_usb_substream *data_subs;
- struct snd_usb_endpoint *sync_master;
- struct snd_usb_endpoint *sync_slave;
+ struct snd_usb_endpoint *sync_source;
+ struct snd_usb_endpoint *sync_sink;
struct snd_urb_ctx urb[MAX_URBS];