Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsers | Takashi Iwai | 2012-06-26 |
| | | | | | | When moved to the helper code, forgot to release the verb arrays. Signed-off-by: Takashi Iwai <tiwai@suse.de> | ||
* | ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.c | Takashi Iwai | 2012-05-08 |
| | | | | | | Just code shuffles. Signed-off-by: Takashi Iwai <tiwai@suse.de> | ||
* | ALSA: hda - Move up the fixup helper functions to the library module | Takashi Iwai | 2012-05-08 |
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> |