taglinefilesource code
treble486drivers/sound/dmasound.cint treble;
treble502drivers/sound/dmasound.cstatic int AtaSetTreble(int treble);
treble524drivers/sound/dmasound.cstatic int AmiSetTreble(int treble);
treble543drivers/sound/dmasound.cstatic int sound_set_treble(int treble);
treble1573drivers/sound/dmasound.cstatic int AtaSetTreble(int treble)
treble1575drivers/sound/dmasound.csound.treble = TONE_VOXWARE_TO_DB(treble);
treble1576drivers/sound/dmasound.catari_microwire_cmd(MW_LM1992_TREBLE(sound.treble));
treble1577drivers/sound/dmasound.creturn(TONE_DB_TO_VOXWARE(sound.treble));
treble2113drivers/sound/dmasound.cstatic int AmiSetTreble(int treble)
treble2115drivers/sound/dmasound.csound.treble = treble;
treble2116drivers/sound/dmasound.cif (treble > 50)
treble2120drivers/sound/dmasound.creturn(treble);
treble2345drivers/sound/dmasound.cstatic int sound_set_treble(int treble)
treble2347drivers/sound/dmasound.creturn(sound.mach.setTreble ? (*sound.mach.setTreble)(treble) : 50);
treble2403drivers/sound/dmasound.csound.treble = 0;
treble2429drivers/sound/dmasound.csound.treble = 50;
treble2523drivers/sound/dmasound.creturn(IOCTL_OUT(arg, TONE_DB_TO_VOXWARE(sound.treble)));
treble2574drivers/sound/dmasound.creturn(IOCTL_OUT(arg, sound.treble));
treble2868drivers/sound/dmasound.csound.treble);