Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-26 | ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsers | Takashi Iwai | 1 | -0/+10 | |
When moved to the helper code, forgot to release the verb arrays. Signed-off-by: Takashi Iwai <tiwai@suse.de> | |||||
2012-05-08 | ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.c | Takashi Iwai | 1 | -0/+80 | |
Just code shuffles. Signed-off-by: Takashi Iwai <tiwai@suse.de> | |||||
2012-05-08 | ALSA: hda - Move up the fixup helper functions to the library module | Takashi Iwai | 1 | -0/+80 | |
Move the fixup helper functions in patch_realtek.c to hda_auto_parser.c so that they can be used in other codec drivers like patch_conexant.c. Signed-off-by: Takashi Iwai <tiwai@suse.de> |