]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Enable sync_write and reset for Conexant codecs
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Jan 2012 10:54:19 +0000 (11:54 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 2 Feb 2012 09:19:33 +0000 (10:19 +0100)
commit7c3ec301e31a4a9571016586496855d784830c83
tree7154d97307e2e307611252cd67e7fa98f6380b58
parentb1c125917b954ffd22d0fc22de331f86175013d8
ALSA: hda - Enable sync_write and reset for Conexant codecs

This is an attempt to fix S3-resume problems reported for a few
laptops with different Conexant codecs.  They show the communication
stalls at some time in S3, and the driver falls back into the
single-cmd mode.  This leads to the silent output or the lack of
auto-mute feature.

As a workaround, here enables the sync_write and the bus-reset flags
to make the communication more stable.

Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=740115
Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=738397

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_conexant.c