/* SPDX-License-Identifier: GPL-2.0-or-later */1/*2* Copyright (c) by James Courtier-Dutton <[email protected]>3* Driver tina2 chips4*/56/********************************************************************************************************/7/* Audigy2 Tina2 (notebook) pointer-offset register set, accessed through the PTR2 and DATA2 registers */8/********************************************************************************************************/910#define TINA2_VOLUME 0x71 /* Attenuate playback volume to prevent distortion. */11/* The windows driver does not use this register,12* so it must use some other attenuation method.13* Without this, the output is 12dB too loud,14* resulting in distortion.15*/16171819