/* SPDX-License-Identifier: GPL-2.0-or-later */ /* -*- linux-c -*- * * * ALSA driver for the digigram lx6464es interface * * Copyright (c) 2009 Tim Blechmann <[email protected]> */ #ifndef LX6464ES_H #define LX6464ES_H #include <linux/spinlock.h> #include <linux/atomic.h> #include <sound/core.h> #include <sound/pcm.h> #include "lx_core.h" #define LXP … enum { … }; enum lx_stream_status { … }; struct lx_stream { … }; struct lx6464es { … }; #endif /* LX6464ES_H */