Home
last modified time | relevance | path

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

/linux/sound/isa/sb/
H A Demu8000.c1054 struct snd_seq_device *awe; in snd_emu8000_new() local
1098 sizeof(struct snd_emu8000*), &awe) >= 0) { in snd_emu8000_new()
1099 strcpy(awe->name, "EMU-8000"); in snd_emu8000_new()
1100 *(struct snd_emu8000 **)SNDRV_SEQ_DEVICE_ARGPTR(awe) = hw; in snd_emu8000_new()
1103 awe = NULL; in snd_emu8000_new()
1106 *awe_ret = awe; in snd_emu8000_new()