Hi,
In this subsystem, interfaces between kernel/userspace are described in UAPI headers of kernel source. User space library (alsa-lib) includes this header as its code base. When developers update UAPI headers in development cycle of kernel, corresponding headers in alsa-lib should be updated.
The purpose of this patchset is to catch up recent UAPI header for userspace library. There're missing changes added at v4.7, v4.9 and v4.12 development period.
Takashi Sakamoto (3): hwdep: add Line6 USB series support hwdep: add support for MOTU FireWire series and RME Fireface series timer: obsolete legacy rtctimer instance
include/hwdep.h | 5 ++++- include/sound/asound.h | 7 +++++-- include/timer.h | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-)