diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-05-29 08:16:56 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-08-06 10:11:06 -0700 |
commit | 9c0c7d801ba27c1467e0e79a51837169ea1651a7 (patch) | |
tree | a59958b5637d89796c3655f9bde21fc28e8dc735 /include | |
parent | b745f8d18d53e28abaf954b22e4914f3d4cee9b1 (diff) |
ALSA: ac97 - Fix ASUS A9T laptop output
commit e48d6d97bb6bd8c008045ea0522ea8278fdccc55 upstream
ASUS A9T laptop uses line-out pin as the real front-output while
other devices use it as the surround.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/ac97_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/ac97_codec.h b/include/sound/ac97_codec.h index 01480581f82..771e4b3edc5 100644 --- a/include/sound/ac97_codec.h +++ b/include/sound/ac97_codec.h @@ -504,6 +504,7 @@ struct snd_ac97 { unsigned short pcmreg[3]; // PCM registers unsigned short codec_cfg[3]; // CODEC_CFG bits unsigned char swap_mic_linein; // AD1986/AD1986A only + unsigned char lo_as_master; /* LO as master */ } ad18xx; unsigned int dev_flags; /* device specific */ } spec; |