Lines Matching refs:shortname
239 strcpy(card->shortname, "Classic/Tahiti/Monterey"); in snd_msnd_probe()
243 card->shortname, in snd_msnd_probe()
269 strcpy(card->shortname, pin); in snd_msnd_probe()
273 strcpy(card->shortname, pin); in snd_msnd_probe()
277 strcpy(card->shortname, pin); in snd_msnd_probe()
281 strcpy(card->shortname, pin); in snd_msnd_probe()
285 strcpy(card->shortname, fiji); in snd_msnd_probe()
289 strcpy(card->shortname, fiji); in snd_msnd_probe()
293 strcpy(card->shortname, fiji); in snd_msnd_probe()
297 strcpy(card->shortname, pinfiji); in snd_msnd_probe()
303 card->shortname, in snd_msnd_probe()
548 err = request_irq(chip->irq, snd_msnd_interrupt, 0, card->shortname, in snd_msnd_attach()
554 if (request_region(chip->io, DSP_NUMIO, card->shortname) == NULL) { in snd_msnd_attach()
559 if (!request_mem_region(chip->base, BUFFSIZE, card->shortname)) { in snd_msnd_attach()