]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Rearrange for dropping static quirk codes in AD codec driver
authorTakashi Iwai <tiwai@suse.de>
Tue, 22 Jan 2013 15:45:58 +0000 (16:45 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Jan 2013 20:19:38 +0000 (21:19 +0100)
commit6db6946408a92e3d04bb2a9ecb9aa29ea0c73526
tree18598ec1e5d81db1b1a331cc4ef2515b53cafc94
parent983ca0732157ea51e4b63302d33f9393e09f1412
ALSA: hda - Rearrange for dropping static quirk codes in AD codec driver

As done for patch_conexant.c, put ifdef ENABLE_AD_STATIC_QUIRKS for
preparing t odrop the static quirk codes in patch_analog.c.

The whole static quirk code can be omitted by commenting out
ENABLE_AD_STATIC_QUIRKS define now.

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