mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
ALSA: powermac - Correct lineout detection on PowerMac G4 DA
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>
This commit is contained in:
parent
e66d74ced1
commit
30282f96d1
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue