[DRIVER][TLV320] fix "Mixer Amp. Driver Gain Volume" dapm control
The "Mixer Amp. Driver Gain Volume" control, which controls registers AIC32X4_MALVOL and AIC32X4_MARVOL, is registered with a sign bit (bit 5). This makes the control freeze in alsamixer when set to a value >= 0x20 (0b100000), because values 0x20-0x28 are wrongly considered negative. This patch removes the sign bit configuration.
Please register or sign in to comment