git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef596a5
)
ALSA: hda - Fix disordered enum definitions in patch_cirrus.c
author
Takashi Iwai
<tiwai@suse.de>
Thu, 13 Sep 2012 07:56:57 +0000
(09:56 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 13 Sep 2012 07:59:44 +0000
(09:59 +0200)
Due to the definitions of CS420X_IMAC27_122 and CS420X_APPLE as
aliases, the rest enums are set to duplicated values unexpectedly.
Move the alias definitions at the end so that the enum values are
defined in the proper order.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found