Re: GUS MAX

Tom Mayo N1RMU (tcmayo@fang.berk.net)
Mon, 26 Feb 1996 22:32:54 -0500


Hannu,

The following patch helps the problem with a GUS MAX of not being able
to control the mic gain.

I don't know if this is the best way to handle the situation, but it
seems that a CS4231A is not given the same treatment as far as capabilities
as the CS4231, thereby wiping out the speaker control which you pointed out
is fed by the microphone.

I made this patch with respect to the 3.5 beta 7 TASD. Please advise if my
idea is crappy.

--
Tom Mayo  E-MAIL: WORK: tcmayo@mntr02.psf.ge.com  HOME: tcmayo@fang.berk.net
N1RMU     AX.25: N1RMU@KA1XN.#WMA.MA.US.NA [AMPRnet: n1rmu@n1rmu-1.ampr.org]
FN32il    For PGP public key, e-mail me at work with subject send_pgp_key.

*** ad1848.c_orig Fri Feb 23 07:54:47 1996 --- ad1848.c Mon Feb 26 22:07:55 1996 *************** *** 443,448 **** --- 443,449 ---- switch (devc->mode) { case MD_4231: + case MD_4231A: devc->supported_devices = MODE2_MIXER_DEVICES; break;