]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda - Move fixup code into struct hda_codec
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Dec 2012 17:12:44 +0000 (18:12 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:30:45 +0000 (08:30 +0100)
commitc9ce6b260b039392b24ad65954788047d13d4c9a
tree58a35568c53b2b291061d4b22430b0f64eb0f1b9
parent81fede89eda16a597c2d814113b74677754b0058
ALSA: hda - Move fixup code into struct hda_codec

Since the fixup code is used commonly, it's worth to move it to the
common place, struct hda_codec, instead of keeping in hda_gen_spec.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.c
sound/pci/hda/hda_auto_parser.h
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_local.h
sound/pci/hda/patch_cirrus.c
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_via.c