From: Risto Suominen Date: Wed, 16 Apr 2008 11:15:38 +0000 (+0200) Subject: [ALSA] snd-powermac: enable headphone detection X-Git-Tag: Ubuntu-5.13.0-19.19~43429^2~38 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9a4f20fcbd9cd89d8e4cfcaece81802c19d467ae;p=mirror_ubuntu-jammy-kernel.git [ALSA] snd-powermac: enable headphone detection Enable port change interrupt while initialising AWACS, Screamer, and Burgundy chipsets. Signed-off-by: Risto Suominen Signed-off-by: Takashi Iwai --- diff --git a/sound/ppc/pmac.c b/sound/ppc/pmac.c index 613a565e04de..6f68ac9982e4 100644 --- a/sound/ppc/pmac.c +++ b/sound/ppc/pmac.c @@ -1300,9 +1300,9 @@ int __init snd_pmac_new(struct snd_card *card, struct snd_pmac **chip_return) snd_pmac_sound_feature(chip, 1); - /* reset */ - if (chip->model == PMAC_AWACS) - out_le32(&chip->awacs->control, 0x11); + /* reset & enable interrupts */ + if (chip->model <= PMAC_BURGUNDY) + out_le32(&chip->awacs->control, chip->control_mask); /* Powerbooks have odd ways of enabling inputs such as an expansion-bay CD or sound from an internal modem