]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Use standard fixup table for STAC922x
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Jan 2013 14:20:13 +0000 (15:20 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 Jan 2013 07:20:06 +0000 (08:20 +0100)
commit0a4278464eba4bf98c0d6304c62a1116553125d3
tree9707bae0dece468cfa107cfd83a6d119df1d9f75
parentfe6322ca66bbfa46e2810eed280fb35ef0c86fd6
ALSA: hda - Use standard fixup table for STAC922x

Rather straightforward conversion, except for ones for Intel Mac.
As Intel Mac have only unique codec SSIDs, we need to remap the fixup
again for the codec SSID and call the new fixup there.

Also, we can reduce model enums like STAC_MACMINI, which are model
aliases for backward compatibility, since they can be pointed directly
via hda_model_fixup table.

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