dice.h (8fc01fc0674e3ea7fdd13bd3d138793619227f89) | dice.h (a113ff886b9a6e892dd4107be1fd7883cf020885) |
---|---|
1/* 2 * dice.h - a part of driver for Dice based devices 3 * 4 * Copyright (c) Clemens Ladisch 5 * Copyright (c) 2014 Takashi Sakamoto 6 * 7 * Licensed under the terms of the GNU General Public License, version 2. 8 */ --- 18 unchanged lines hidden (view full) --- 27#include <sound/control.h> 28#include <sound/core.h> 29#include <sound/firewire.h> 30#include <sound/hwdep.h> 31#include <sound/info.h> 32#include <sound/initval.h> 33#include <sound/pcm.h> 34#include <sound/pcm_params.h> | 1/* 2 * dice.h - a part of driver for Dice based devices 3 * 4 * Copyright (c) Clemens Ladisch 5 * Copyright (c) 2014 Takashi Sakamoto 6 * 7 * Licensed under the terms of the GNU General Public License, version 2. 8 */ --- 18 unchanged lines hidden (view full) --- 27#include <sound/control.h> 28#include <sound/core.h> 29#include <sound/firewire.h> 30#include <sound/hwdep.h> 31#include <sound/info.h> 32#include <sound/initval.h> 33#include <sound/pcm.h> 34#include <sound/pcm_params.h> |
35#include <sound/rawmidi.h> |
|
35 36#include "../amdtp.h" 37#include "../iso-resources.h" 38#include "../lib.h" 39#include "dice-interface.h" 40 41struct snd_dice { 42 struct snd_card *card; --- 135 unchanged lines hidden (view full) --- 178void snd_dice_stream_lock_release(struct snd_dice *dice); 179 180int snd_dice_create_pcm(struct snd_dice *dice); 181 182int snd_dice_create_hwdep(struct snd_dice *dice); 183 184void snd_dice_create_proc(struct snd_dice *dice); 185 | 36 37#include "../amdtp.h" 38#include "../iso-resources.h" 39#include "../lib.h" 40#include "dice-interface.h" 41 42struct snd_dice { 43 struct snd_card *card; --- 135 unchanged lines hidden (view full) --- 179void snd_dice_stream_lock_release(struct snd_dice *dice); 180 181int snd_dice_create_pcm(struct snd_dice *dice); 182 183int snd_dice_create_hwdep(struct snd_dice *dice); 184 185void snd_dice_create_proc(struct snd_dice *dice); 186 |
187int snd_dice_create_midi(struct snd_dice *dice); 188 |
|
186#endif | 189#endif |