Skip to content

Commit

Permalink
[ALSA] Jack Sense support for AD1980 and AD1888
Browse files Browse the repository at this point in the history
AC97 Codec
Attached patch adds 'Jack Sense' controls for AD1980 and AD1888 chips.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Sergey Ulanov authored and Jaroslav Kysela committed Jul 28, 2005
1 parent 7b56605 commit eeacb54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sound/pci/ac97/ac97_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,9 @@ static const snd_kcontrol_new_t snd_ac97_ad1888_controls[] = {
},
AC97_SURROUND_JACK_MODE_CTL,
AC97_CHANNEL_MODE_CTL,

AC97_SINGLE("Headphone Jack Sense", AC97_AD_JACK_SPDIF, 10, 1, 0),
AC97_SINGLE("Line Jack Sense", AC97_AD_JACK_SPDIF, 12, 1, 0),
};

static int patch_ad1888_specific(ac97_t *ac97)
Expand Down

0 comments on commit eeacb54

Please sign in to comment.