]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix SSYNC register value for non-Intel controllers
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 Jun 2011 12:56:26 +0000 (14:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 10 Jun 2011 13:00:07 +0000 (15:00 +0200)
commitcdf22237ec13a4cb1b607ddb22f70f3d3db19395
tree91d656a6b772d56ac8803479e1021c028ff3b9e2
parentb56df6f176c5366e160ab4777760340357b00324
ALSA: hda - Fix SSYNC register value for non-Intel controllers

SSYNC register was once defined as 0x34-37 in the old Intel datasheet,
but corrected later to 0x38-3b.  For fixing the register usage, a new
bit-flag is introduced for indicating the old ICH SSYNC register, and
ICH* PCI entries are added explicitly to enable this quirk.

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