| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: hda - Fix regression of HDMI codec probing | Takashi Iwai | 2012-08-06 | 1 | -3/+9 |
* | ALSA: hda - Fix WARNING from HDMI/DP parser | Takashi Iwai | 2012-07-27 | 1 | -0/+3 |
* | ALSA: hda - Detach from converter at closing in patch_hdmi.c | Takashi Iwai | 2012-07-26 | 1 | -7/+4 |
* | ALSA: hda - Turn on PIN_OUT from hdmi playback prepare. | Dylan Reid | 2012-07-20 | 1 | -6/+6 |
* | ALSA: hda - Add new GPU codec ID to snd-hda | Aaron Plattner | 2012-07-17 | 1 | -0/+2 |
* | ALSA: hda - add Haswell HDMI codec id | Wang Xingchao | 2012-07-16 | 1 | -0/+2 |
* | ALSA: hda - Correct info print in HDMI non-intrinsic unsol event | Takashi Iwai | 2012-06-21 | 1 | -1/+1 |
* | ALSA: hda - Don't rely on event tag for simple_hdmi | Takashi Iwai | 2012-06-21 | 1 | -1/+1 |
* | ALSA: hda - Remove loop from simple_hdmi*() | Takashi Iwai | 2012-06-21 | 1 | -42/+27 |
* | ALSA: hda - Move one-time init codes from generic_hdmi_init() | Takashi Iwai | 2012-06-20 | 1 | -5/+17 |
* | ALSA: hda - Add missing snd_hda_jack_detect_enable() for simple_hdmi*() | Takashi Iwai | 2012-06-20 | 1 | -3/+5 |
* | ALSA: hda - Fix the pin nid assignment in patch_hdmi.c | Takashi Iwai | 2012-06-20 | 1 | -1/+1 |
* | ALSA: hda - Enable unsol event for ATI and Nvidia HDMI codecs too | Takashi Iwai | 2012-06-15 | 1 | -10/+5 |
* | ALSA: hda - Remove invalid init verbs for Nvidia 2ch codecs | Takashi Iwai | 2012-06-15 | 1 | -4/+19 |
* | ALSA: hda - Use common codes for ATI, Nvidia and VIA simple codecs | Takashi Iwai | 2012-06-15 | 1 | -126/+65 |
* | ALSA: hda - Merge ATI/VIA HDMI simple init functions | Takashi Iwai | 2012-06-15 | 1 | -34/+22 |
* | ALSA: hda - Add the support for VIA HDMI pin detection | Takashi Iwai | 2012-06-15 | 1 | -0/+20 |
* | ALSA: hda - add support for HD-Audio CODECes of VIA HDMI GFX Cards | Annie Liu | 2012-06-11 | 1 | -0/+64 |
* | ALSA: hda - Protect SPDIF-related stuff via spdif_mutex | Takashi Iwai | 2012-05-10 | 1 | -2/+2 |
* | ALSA: hda - hide HDMI/ELD printks unless snd.debug=2 | Fengguang Wu | 2012-04-10 | 1 | -5/+4 |
* | ALSA: hda - add id for Atom Cedar Trail HDMI codec | Wu Fengguang | 2012-02-23 | 1 | -0/+2 |
* | ALSA: hda - Fix left-over merge issues in patch_hdmi.c | Takashi Iwai | 2011-12-20 | 1 | -3/+1 |
* | Merge branch 'test/hda-jack' into topic/hda | Takashi Iwai | 2011-12-20 | 1 | -17/+20 |
|\ |
|
| * | ALSA: hda - Integrate input-jack stuff into kctl-jack | Takashi Iwai | 2011-12-01 | 1 | -16/+6 |
| * | ALSA: hda - Merge input-jack helpers to hda_jack.c | Takashi Iwai | 2011-11-16 | 1 | -1/+0 |
| * | ALSA: hda - Manage unsol tags in hda_jack.c | Takashi Iwai | 2011-11-16 | 1 | -3/+10 |
| * | ALSA: hda - Create jack-detection kcontrols | Takashi Iwai | 2011-11-16 | 1 | -0/+6 |
| * | ALSA: hda - Cache the jack-detection value | Takashi Iwai | 2011-11-16 | 1 | -3/+3 |
* | | ALSA: hda - Increase the max number of coverters/pins in patch_hdmi.c | Takashi Iwai | 2011-11-26 | 1 | -10/+10 |
* | | ALSA: hda - repoll ELD content for multiple times | Wu Fengguang | 2011-11-22 | 1 | -6/+10 |
|/ |
|
* | ALSA: hda - move eld->spk_alloc fixup to hdmi_update_eld() | Wu Fengguang | 2011-11-16 | 1 | -10/+0 |
* | ALSA: hda - delayed ELD repoll | Wu Fengguang | 2011-11-16 | 1 | -7/+29 |
* | ALSA: hda - fix ELD memory leak | Wu Fengguang | 2011-11-16 | 1 | -6/+5 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ |
|
| * | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | ALSA: hda - Remove unused variables | Takashi Iwai | 2011-11-02 | 1 | -4/+1 |
|/ |
|
* | ALSA: hda/hdmi: expose ELD control | Pierre-Louis Bossart | 2011-10-03 | 1 | -0/+68 |
* | ALSA: hda: hdmi: Hint matching between input devices and pcm devices | David Henningsson | 2011-09-21 | 1 | -7/+24 |
* | ALSA: hda: HDMI: Support codecs with fewer cvts than pins | Stephen Warren | 2011-06-06 | 1 | -265/+346 |
* | ALSA: hda: hdmi_eld_update_pcm_info: update a stream in place | Stephen Warren | 2011-06-06 | 1 | -8/+10 |
* | ALSA: hda: Separate generic and non-generic implementations | Stephen Warren | 2011-06-06 | 1 | -9/+66 |
* | ALSA: hda: Virtualize SPDIF out controls | Stephen Warren | 2011-06-06 | 1 | -1/+2 |
* | ALSA: hda: Allow multple SPDIF controls per codec | Stephen Warren | 2011-06-06 | 1 | -8/+11 |
* | ALSA: hda: Gate ELD usage only by whether ELD is valid | Stephen Warren | 2011-06-06 | 1 | -1/+1 |
* | ALSA: HDA: Increase MAX_HDMI_PINS | Stephen Warren | 2011-05-26 | 1 | -2/+3 |
* | ALSA: HDA: Unify HDMI hotplug handling. | Stephen Warren | 2011-05-25 | 1 | -69/+49 |
* | ALSA: hda - add Intel Panther Point HDMI codec id | Wu Fengguang | 2011-05-20 | 1 | -0/+2 |
* | ALSA: HDA: Add jack detection for HDMI | David Henningsson | 2011-05-19 | 1 | -0/+11 |
* | ALSA: hda - Constify fixup and other array data in patch_hdmi.c | Takashi Iwai | 2011-05-02 | 1 | -13/+13 |
* | ALSA: hda - HDMI: Fix MCP7x audio infoframe checksums | Aaron Plattner | 2011-04-07 | 1 | -26/+44 |