summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai2009-06-17 09:52:54 +0200
committerTakashi Iwai2009-06-24 11:53:43 +0200
commit4ea6fbc8eb23c3ae5fd2fb55a340ab85c8649bce (patch)
tree8e13b14c449c13047d92f7bed84d4e83eebb96ce /sound/pci/hda/hda_codec.h
parentALSA: hda - Don't call snd_hda_codec_configure in snd_hda_codec_new() (diff)
downloadkernel-qcow2-linux-4ea6fbc8eb23c3ae5fd2fb55a340ab85c8649bce.tar.gz
kernel-qcow2-linux-4ea6fbc8eb23c3ae5fd2fb55a340ab85c8649bce.tar.xz
kernel-qcow2-linux-4ea6fbc8eb23c3ae5fd2fb55a340ab85c8649bce.zip
ALSA: hda - Add patch module option
Added the patch module option to apply a "patch" as a firmware to modify pin configurations or give additional hints to the driver before actually initializing and configuring the codec. This can be used as a workaround when the BIOS doesn't give sufficient information or give wrong information that doesn't match with the real hardware setup, until it's fixed statically in the driver via a quirk. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index b7ca7d5bbe8c..72c997592eed 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -939,6 +939,13 @@ static inline void snd_hda_power_down(struct hda_codec *codec) {}
#define snd_hda_codec_needs_resume(codec) 1
#endif
+#ifdef CONFIG_SND_HDA_PATCH_LOADER
+/*
+ * patch firmware
+ */
+int snd_hda_load_patch(struct hda_bus *bus, const char *patch);
+#endif
+
/*
* Codec modularization
*/