summaryrefslogtreecommitdiff
path: root/sound/usb/mixer_scarlett.h
blob: 19c592ab03328ef2148707a3e7580e271ca0cf37 (plain)
1
2
3
4
5
6
#ifndef __USB_MIXER_SCARLETT_H
#define __USB_MIXER_SCARLETT_H

int snd_scarlett_controls_create(struct usb_mixer_interface *mixer);

#endif /* __USB_MIXER_SCARLETT_H */
dc0b22e4bec0ed8d53'>patch) treef67d751e7d52f45279950f2a7594d7a2ff5a0bbd parente6942b7de2dfe44ebde9bae57dadece5abca9de8 (diff)
atomic: Collapse all atomic_{set,clear}_mask definitions
Move the now generic definitions of atomic_{set,clear}_mask() into linux/atomic.h to avoid endless and pointless repetition. Also, provide an atomic_andnot() wrapper for those few archs that can implement that. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat