projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad09fc9
)
ALSA: hda - Rearrange fixup struct in patch_realtek.c
author
Takashi Iwai
<tiwai@suse.de>
Fri, 14 Jan 2011 08:55:32 +0000
(09:55 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 14 Jan 2011 08:55:32 +0000
(09:55 +0100)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index b445ae989421553372c12f62ce571146a7ac17bd..69554061c16eed90d46aef417fc0b1db5f4a00e2 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-1691,6
+1691,8
@@
struct alc_model_fixup {
struct alc_fixup {
int type;
+ bool chained;
+ int chain_id;
union {
unsigned int sku;
const struct alc_pincfg *pins;
@@
-1699,8
+1701,6
@@
struct alc_fixup {
const struct alc_fixup *fix,
int action);
} v;
- bool chained;
- int chain_id;
};
enum {