summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - hdmi: Fix channel map switch not taking effectAnssi Hannula2013-10-081-10/+8
* ALSA : hda - not use assigned converters for all unused pinsMengdong Lin2013-09-261-18/+29
* Merge tag 'asoc-v3.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-09-111-0/+3
|\
| * Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linusMark Brown2013-09-111-3/+6
| |\
| * | ALSA: hda - Fix NULL dereference with CONFIG_SND_DYNAMIC_MINORS=nTakashi Iwai2013-08-221-0/+3
* | | ALSA: hda - unmute pin amplifier in infoframe setup for HaswellMengdong Lin2013-09-061-27/+9
* | | ALSA: hda - define is_haswell() to check if a display audio codec is HaswellMengdong Lin2013-09-061-6/+8
* | | ALSA: hda - Re-setup HDMI pin and audio infoframe on stream switchesTakashi Iwai2013-09-031-10/+31
* | | ALSA: hda - hdmi: Fallback to ALSA allocation when selecting CAAnssi Hannula2013-09-021-0/+11
| |/ |/|
* | ALSA: hda - add device entry and inactive flag to unsolicited responseMengdong Lin2013-08-271-2/+3
* | ALSA: hda - Haswell codec exposes device list/select info on pinsMengdong Lin2013-08-271-1/+3
|/
* ALSA: hda - Add new GPU codec ID to snd-hdaAaron Plattner2013-07-161-0/+2
* ALSA: hda/hdmi - poll eld at resume timeWang Xingchao2013-06-251-0/+21
* ALSA: hda - Remove unused variableWang Xingchao2013-06-241-1/+0
* ALSA: hda - Use snd_hda_check_power_state() in patch_hdmi.cTakashi Iwai2013-06-181-6/+2
* ALSA: hda - Avoid choose same converter for unused pinsWang Xingchao2013-06-181-14/+75
* ALSA: hda - Cache the MUX selection for generic HDMITakashi Iwai2013-06-181-1/+1
* ALSA: hda - Haswell converter power state D0 verifyWang Xingchao2013-06-181-2/+11
* ALSA: hda - Apply pin-enablement workaround to all Haswell HDMI codecsTakashi Iwai2013-05-081-32/+22
* ALSA: hda - fixup D3 pin and right channel mute on Haswell HDMI audioDavid Henningsson2013-04-171-0/+38
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-04-031-1/+1
|\
| * ALSA: hda - bug fix on HDMI ELD debug messageMengdong Lin2013-04-021-1/+1
* | ALSA: hda - Allow unlimited pins and converters in patch_hdmi.cTakashi Iwai2013-03-131-81/+117
|/
* ALSA: hda - hdmi: Make jacks phantom, if they're not detectableDavid Henningsson2013-02-221-0/+3
* ALSA: hda - hdmi: Notify userspace when ELD control changesDavid Henningsson2013-02-191-2/+12
* ALSA: hda - hdmi: Protect ELD bufferDavid Henningsson2013-02-191-12/+39
* ALSA: hda - hdmi: Refactor hdmi_eld into parsed_hdmi_eldDavid Henningsson2013-02-191-9/+19
* ALSA: hda - hdmi: Do not expose eld data when eld is invalidDavid Henningsson2013-02-191-7/+18
* ALSA: hda - hdmi: ELD shouldn't be valid after unplugDavid Henningsson2013-02-191-0/+1
* ALSA: hda - Yet another fix for broken HSW HDMI pin connectionsTakashi Iwai2013-02-081-19/+37
* ALSA: hda - Add fixup for Haswell to enable all pin and convertor widgetsMengdong Lin2013-02-081-0/+54
* ALSA: hda - Remove limit of widget connectionsTakashi Iwai2013-02-071-0/+3
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-02-051-4/+7
|\
| * ALSA: hda - Fix default multichannel HDMI mapping regressionAnssi Hannula2013-02-041-4/+7
* | ALSA: hda - Release assigned pin/cvt at error path of hdmi_pcm_open()Takashi Iwai2013-02-011-1/+5
|/
* ALSA: hda/hdmi - Work around "alsactl restore" errorsTakashi Iwai2013-01-151-1/+1
* ALSA: hda - bug fix for invalid connection list of Haswell HDMI codec pinsMengdong Lin2012-12-181-0/+28
* ALSA: hda - Always turn on pins for HDMI/DPTakashi Iwai2012-12-141-14/+4
* ALSA: hda - Use standard helper functions in patch_hdmi.cTakashi Iwai2012-11-211-4/+3
* ALSA: hda - Keep power link on for PantherPoint HDMIDavid Henningsson2012-11-071-2/+6
* ALSA: hda - Add workaround for conflicting IEC958 controlsTakashi Iwai2012-10-171-3/+4
* ALSA: hda - Allow 3/5/7 channel map for HDMI/DPTakashi Iwai2012-09-101-1/+1
* ALSA: hda - Fix channel maps for Nvidia 7x 8ch HDMI codecsTakashi Iwai2012-09-061-0/+39
* ALSA: hda - Provide the proper channel mapping for generic HDMI driverTakashi Iwai2012-09-061-5/+303
* ALSA: hda - Move non-PCM check to per_pin in patch_hdmi.cTakashi Iwai2012-09-061-21/+25
* ALSA: HDMI - Setup channel mapping for non_pcm audioWang Xingchao2012-09-061-0/+5
* ALSA: HDMI - Enable HBR feature on Intel chipsWang Xingchao2012-09-061-4/+32
* ALSA: HDMI - Fix channel_allocation array wrong orderWang Xingchao2012-09-061-1/+14
* ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-301-1/+1
* ALSA: hda - Call snd_hda_jack_report_sync() generically in hda_codec.cTakashi Iwai2012-08-221-2/+0