Citation :
ALSA 1.0.10rc1 changelog (http://www.alsa-project.org/changes/v1-0-9b--v1-0-10rc1.txt) and I found this intresting:
+ HDA Intel driver
- hda-codec - Add support of more models with ALC codecs
- hda-codec - More fix of ALC880 codec support
- hda: enable unsolicited responses
- hda-intel - Add SiS966 support
- hda-intel: Suspend/resume fixes for PCM devices
+ HDA generic driver
- hda-codec - Print all AMP IN values
- hda-codec - More fix of ALC880 codec support
- Summar: hda-codec - MFG support
- hda-codec - support for Si3054/5 HDA modems
+ HDA Intel driver
- Summary: hda-codec - Add support of more models with ALC codecs
Merged the work of pshou <pshou@realtek.com.tw> for the support of
more models with ALC codecs: ALC880 ASUS, Uniwill, FSC1734, generic 6-stack,
and ALC260 HP. Tests with the real hardwares are appreciated.
The codec patch is cleaned up: The preset configuration of codecs are
stored in the table and copied to the spec instance.
Added/fixed comments.
- Summary: hda-codec - More fix of ALC880 codec support
- Fix some invalid configurations, typos in the last patch
- Make init_verbs chainable, so that different configs can share the same
init_verbs
- Reorder and clean up the source codes in patch_realtek.c
- Add the pin default configuration parser, used commonly in cmedia
and realtek patch codes.
- Add "auto" model to ALC880 for auto-configuration from BIOS
Use this model as default, and 3-stack as fallback
- Summary: hda: enable unsolicited responses
Patch enables unsolicited responses on the HDA controller. Without
the UREN bit set, the controller will not place unsolicited responses
in a RIRB.
Signed-off-by: Matt <matt@embeddedalley.com>
- Summary: hda-intel - Add SiS966 support
Added SiS966 pci id to snd-hda-intel driver.
- Summary: hda-intel: Suspend/resume fixes for PCM devices
- removed SNDRV_PCM_INFO_RESUME (the driver cannot do PCM resume at the time)
- fixed chip->pcm_devs initialization
+ HDA generic driver
- Summary: hda-codec - Print all AMP IN values
Print all AMP IN values when multiple nodes are connected.
- Summary: hda-codec - More fix of ALC880 codec support
- Fix some invalid configurations, typos in the last patch
- Make init_verbs chainable, so that different configs can share the same
init_verbs
- Reorder and clean up the source codes in patch_realtek.c
- Add the pin default configuration parser, used commonly in cmedia
and realtek patch codes.
- Add "auto" model to ALC880 for auto-configuration from BIOS
Use this model as default, and 3-stack as fallback
- Summar: hda-codec - MFG support
This adds Modem Functional Group (MFG) support and option for 9600
sample rate.
Signed-off-by: Sasha Khapyorsky <sashak@smlink.com>
- Summary: hda-codec - support for Si3054/5 HDA modems
Support for Si3054/5 HDA modem codecs.
Signed-off-by: Sasha Khapyorsky <sashak@smlink.com>
|