[ALSA] Remove xxx_t typedefs: Sequencer
Modules: ALSA sequencer Remove xxx_t typedefs from the core sequencer codes. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
6ac77bc180
commit
c7e0b5bf9f
@@ -28,15 +28,16 @@
|
||||
#include "seq_timer.h"
|
||||
|
||||
|
||||
static snd_info_entry_t *queues_entry;
|
||||
static snd_info_entry_t *clients_entry;
|
||||
static snd_info_entry_t *timer_entry;
|
||||
static struct snd_info_entry *queues_entry;
|
||||
static struct snd_info_entry *clients_entry;
|
||||
static struct snd_info_entry *timer_entry;
|
||||
|
||||
|
||||
static snd_info_entry_t * __init
|
||||
create_info_entry(char *name, int size, void (*read)(snd_info_entry_t *, snd_info_buffer_t *))
|
||||
static struct snd_info_entry * __init
|
||||
create_info_entry(char *name, int size, void (*read)(struct snd_info_entry *,
|
||||
struct snd_info_buffer *))
|
||||
{
|
||||
snd_info_entry_t *entry;
|
||||
struct snd_info_entry *entry;
|
||||
|
||||
entry = snd_info_create_module_entry(THIS_MODULE, name, snd_seq_root);
|
||||
if (entry == NULL)
|
||||
|
Reference in New Issue
Block a user