]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Reorganize fixup structure for Realtek
authorTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2011 13:22:32 +0000 (14:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Jan 2011 14:34:30 +0000 (15:34 +0100)
commit0b184c0a73959a2b328b090ab71990d0c29c7372
treed4a102614abbe0ed778cf619f5794e9226694d6e
parentb8a6df7628a660cfa7076ed712b32385daa1dfce
ALSA: hda - Reorganize fixup structure for Realtek

Instead of keeping various data types in a single record, put the
type field and keep a single value in each entry, but allows chaining
multiple fixup entries.  This allows more flexible data management
(see ALC275_FIXUP_SONY_HWEQ for example).

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