/* * ff.h - a part of driver for RME Fireface series * * Copyright (c) 2015-2017 Takashi Sakamoto * * Licensed under the terms of the GNU General Public License, version 2. */ #ifndef SOUND_FIREFACE_H_INCLUDED #define SOUND_FIREFACE_H_INCLUDED #include #include #include #include #include #include #include #include #include struct snd_ff { struct snd_card *card; struct fw_unit *unit; struct mutex mutex; }; #endif