tag | line | file | source code |
attach_ms_sound | 298 | drivers/sound/dev_table.h | {"MSS", 0, SNDCARD_MSS, "MS Sound System", attach_ms_sound, probe_ms_sound, unload_ms_sound}, |
attach_ms_sound | 300 | drivers/sound/dev_table.h | {"PCXBJ", 1, SNDCARD_PSEUDO_MSS, "MS Sound System (AXP)", attach_ms_sound, probe_ms_sound, unload_ms_sound}, |
attach_ms_sound | 850 | drivers/sound/pss.c | ret = attach_ms_sound (mem_start, hw_config); |
attach_ms_sound | 224 | drivers/sound/sound_calls.h | long attach_ms_sound(long mem_start, struct address_info * hw_config); |