diff options
Diffstat (limited to 'sound/usb/usx2y/us122l.h')
| -rw-r--r-- | sound/usb/usx2y/us122l.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/usb/usx2y/us122l.h b/sound/usb/usx2y/us122l.h index 3e2a2d0041ee..8e59b78d3514 100644 --- a/sound/usb/usx2y/us122l.h +++ b/sound/usb/usx2y/us122l.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef US122L_H #define US122L_H @@ -10,13 +11,11 @@ struct us122l { struct mutex mutex; struct file *first; - unsigned second_periods_polled; + unsigned int second_periods_polled; struct file *master; struct file *slave; struct list_head midi_list; - atomic_t mmap_count; - bool is_us144; }; |
