diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-08-30 08:04:04 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-08-30 08:04:04 +0200 |
commit | f7b82b12626e10a2f5332b699cc79819ac8decc7 (patch) | |
tree | e530e0ebd7c60c9f466fdc00e809c024e63c664a /sound/usb/usbaudio.h | |
parent | ea41a498cc646349d64eda7e8a4e23ae999bc259 (diff) | |
parent | 4801bee7d5a36c199b734a28cde5259183aff822 (diff) |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/usb/usbaudio.h')
-rw-r--r-- | sound/usb/usbaudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/usbaudio.h b/sound/usb/usbaudio.h index 94261d19cceb..167834133b9b 100644 --- a/sound/usb/usbaudio.h +++ b/sound/usb/usbaudio.h @@ -55,6 +55,7 @@ struct snd_usb_audio { bool generic_implicit_fb; /* from the 'implicit_fb' module param */ bool autoclock; /* from the 'autoclock' module param */ + bool lowlatency; /* from the 'lowlatency' module param */ struct usb_host_interface *ctrl_intf; /* the audio control interface */ struct media_device *media_dev; struct media_intf_devnode *ctl_intf_media_devnode; |