Home
last modified time | relevance | path

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

/sound/oss/
Ddev_table.c51 int sound_install_audiodrv(int vers, char *name, struct audio_driver *driver, in sound_install_audiodrv() argument
59 if (vers != AUDIO_DRIVER_VERSION || driver_size > sizeof(struct audio_driver)) { in sound_install_audiodrv()
110 int sound_install_mixer(int vers, char *name, struct mixer_operations *driver, in sound_install_mixer() argument
121 if (vers != MIXER_DRIVER_VERSION || in sound_install_mixer()
Ddev_table.h374 int sound_install_audiodrv(int vers, char *name, struct audio_driver *driver,
377 int sound_install_mixer(int vers, char *name, struct mixer_operations *driver,
/sound/sparc/
Dcs4231.c1034 int vers = 0; in snd_cs4231_probe() local
1045 vers = snd_cs4231_in(chip, CS4231_VERSION); in snd_cs4231_probe()
1069 if (vers & 0x20) in snd_cs4231_probe()