Searched refs:vers (Results 1 – 3 of 3) sorted by relevance
/sound/oss/ |
D | dev_table.c | 51 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()
|
D | dev_table.h | 374 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/ |
D | cs4231.c | 1034 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()
|