Skip to content

Commit

Permalink
ALSA: powermac - Correct lineout detection on PowerMac G4 DA
Browse files Browse the repository at this point in the history
Correct lineout (Pro Speaker) detection on PowerMac G4 Digital Audio (Tumbler).

Signed-off-by: Risto Suominen <Risto.Suominen@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Risto Suominen authored and Takashi Iwai committed Apr 22, 2011
1 parent e66d74c commit 30282f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/ppc/tumbler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ static void device_change_handler(struct work_struct *work)
chip->lineout_sw_ctl);
if (mix->anded_reset)
msleep(10);
check_mute(chip, &mix->amp_mute, 1, mix->auto_mute_notify,
check_mute(chip, &mix->amp_mute, !IS_G4DA, mix->auto_mute_notify,
chip->speaker_sw_ctl);
} else {
/* unmute speaker, mute others */
Expand Down

0 comments on commit 30282f9

Please sign in to comment.