summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_hdmi.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* ALSA: hda - Fix regression of HDMI codec probingTakashi Iwai2012-08-061-3/+9
* ALSA: hda - Fix WARNING from HDMI/DP parserTakashi Iwai2012-07-271-0/+3
* ALSA: hda - Detach from converter at closing in patch_hdmi.cTakashi Iwai2012-07-261-7/+4Star
* ALSA: hda - Turn on PIN_OUT from hdmi playback prepare.Dylan Reid2012-07-201-6/+6
* ALSA: hda - Add new GPU codec ID to snd-hdaAaron Plattner2012-07-171-0/+2
* ALSA: hda - add Haswell HDMI codec idWang Xingchao2012-07-161-0/+2
* ALSA: hda - Correct info print in HDMI non-intrinsic unsol eventTakashi Iwai2012-06-211-1/+1
* ALSA: hda - Don't rely on event tag for simple_hdmiTakashi Iwai2012-06-211-1/+1
* ALSA: hda - Remove loop from simple_hdmi*()Takashi Iwai2012-06-211-42/+27Star
* ALSA: hda - Move one-time init codes from generic_hdmi_init()Takashi Iwai2012-06-201-5/+17
* ALSA: hda - Add missing snd_hda_jack_detect_enable() for simple_hdmi*()Takashi Iwai2012-06-201-3/+5
* ALSA: hda - Fix the pin nid assignment in patch_hdmi.cTakashi Iwai2012-06-201-1/+1
* ALSA: hda - Enable unsol event for ATI and Nvidia HDMI codecs tooTakashi Iwai2012-06-151-10/+5Star
* ALSA: hda - Remove invalid init verbs for Nvidia 2ch codecsTakashi Iwai2012-06-151-4/+19
* ALSA: hda - Use common codes for ATI, Nvidia and VIA simple codecsTakashi Iwai2012-06-151-126/+65Star
* ALSA: hda - Merge ATI/VIA HDMI simple init functionsTakashi Iwai2012-06-151-34/+22Star
* ALSA: hda - Add the support for VIA HDMI pin detectionTakashi Iwai2012-06-151-0/+20
* ALSA: hda - add support for HD-Audio CODECes of VIA HDMI GFX CardsAnnie Liu2012-06-111-0/+64
* ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai2012-05-101-2/+2
* ALSA: hda - hide HDMI/ELD printks unless snd.debug=2Fengguang Wu2012-04-101-5/+4Star
* ALSA: hda - add id for Atom Cedar Trail HDMI codecWu Fengguang2012-02-231-0/+2
* ALSA: hda - Fix left-over merge issues in patch_hdmi.cTakashi Iwai2011-12-201-3/+1Star
* Merge branch 'test/hda-jack' into topic/hdaTakashi Iwai2011-12-201-17/+20
|\
| * ALSA: hda - Integrate input-jack stuff into kctl-jackTakashi Iwai2011-12-011-16/+6Star
| * ALSA: hda - Merge input-jack helpers to hda_jack.cTakashi Iwai2011-11-161-1/+0Star
| * ALSA: hda - Manage unsol tags in hda_jack.cTakashi Iwai2011-11-161-3/+10
| * ALSA: hda - Create jack-detection kcontrolsTakashi Iwai2011-11-161-0/+6
| * ALSA: hda - Cache the jack-detection valueTakashi Iwai2011-11-161-3/+3
* | ALSA: hda - Increase the max number of coverters/pins in patch_hdmi.cTakashi Iwai2011-11-261-10/+10
* | ALSA: hda - repoll ELD content for multiple timesWu Fengguang2011-11-221-6/+10
|/
* ALSA: hda - move eld->spk_alloc fixup to hdmi_update_eld()Wu Fengguang2011-11-161-10/+0Star
* ALSA: hda - delayed ELD repollWu Fengguang2011-11-161-7/+29
* ALSA: hda - fix ELD memory leakWu Fengguang2011-11-161-6/+5Star
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+1
|\
| * sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-11-011-1/+1
* | ALSA: hda - Remove unused variablesTakashi Iwai2011-11-021-4/+1Star
|/
* ALSA: hda/hdmi: expose ELD controlPierre-Louis Bossart2011-10-031-0/+68
* ALSA: hda: hdmi: Hint matching between input devices and pcm devicesDavid Henningsson2011-09-211-7/+24
* ALSA: hda: HDMI: Support codecs with fewer cvts than pinsStephen Warren2011-06-061-265/+346
* ALSA: hda: hdmi_eld_update_pcm_info: update a stream in placeStephen Warren2011-06-061-8/+10
* ALSA: hda: Separate generic and non-generic implementationsStephen Warren2011-06-061-9/+66