]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32f4eed287c8f5be77dc1a7537a034e6e0a12284
tree58a35568c53b2b291061d4b22430b0f64eb0f1b9
parent01103d32c978fa46288d0b3640991021e0747c68
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