Home
last modified time | relevance | path

Searched refs:awe (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000.c1077 struct snd_seq_device *awe; in snd_emu8000_new() local
1132 sizeof(struct snd_emu8000*), &awe) >= 0) { in snd_emu8000_new()
1133 strcpy(awe->name, "EMU-8000"); in snd_emu8000_new()
1134 *(struct snd_emu8000 **)SNDRV_SEQ_DEVICE_ARGPTR(awe) = hw; in snd_emu8000_new()
1137 awe = NULL; in snd_emu8000_new()
1140 *awe_ret = awe; in snd_emu8000_new()