summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Add fixup for Mac Mini 7,1 modelTakashi Iwai2016-02-031-0/+27
* ALSA: hda/realtek - Support headset mode for ALC225Kailang Yang2016-02-031-0/+57
* ALSA: hda/realtek - Support Dell headset mode for ALC225Kailang Yang2016-02-031-0/+9
* ALSA: hda/realtek - New codec support of ALC225Kailang Yang2016-02-031-0/+8
* ALSA: hda - disable dynamic clock gating on Broxton before resetLibin Yang2016-01-291-0/+13
* ALSA: hda - Add new GPU codec ID 0x10de0083 to snd-hdaAaron Plattner2016-01-291-0/+1
* ALSA: hda - Flush the pending probe work at removeTakashi Iwai2016-01-201-1/+9
* ALSA: hda - Fix missing module loading with model=generic optionTakashi Iwai2016-01-201-10/+32
* ALSA: hda - Degrade i915 binding failure messageTakashi Iwai2016-01-201-2/+4
* ALSA: hda - Fix bass pin fixup for ASUS N550JXTakashi Iwai2016-01-181-0/+1
* ALSA: hda - Add fixup for Dell Latitidue E6540Takashi Iwai2016-01-151-0/+1
* ALSA: hda - add codec support for Kabylake display audio codecLibin Yang2016-01-141-1/+4
* ALSA: hda - fix the headset mic detection problem for a Dell laptopHui Wang2016-01-131-0/+4
* ALSA: hda - Fix white noise on Dell Latitude E5550Takashi Iwai2016-01-121-0/+1
* ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit2016-01-121-1/+1
* ALSA: hda - Fixup inverted internal mic for Lenovo E50-80David Henningsson2016-01-111-0/+8
* Merge branch 'for-linus' into for-nextTakashi Iwai2016-01-061-15/+86
|\
| * ALSA: hda - Add keycode map for alc input deviceHui Wang2015-12-291-3/+16
| * ALSA: hda - Add mic mute hotkey quirk for Lenovo ThinkCentre AIOKailang2015-12-291-13/+71
* | Merge branch 'for-linus' into for-nextTakashi Iwai2015-12-233-10/+123
|\ \ | |/
| * ALSA: hda/realtek - Fix silent headphone output on MacPro 4,1 (v2)Mario Kleiner2015-12-221-2/+9
| * ALSA: hda - Set SKL+ hda controller power at freeze() and thaw()Xiong Zhang2015-12-181-0/+34
| * ALSA: hda - Add a fixup for Thinkpad X1 Carbon 2ndTakashi Iwai2015-12-151-0/+1
| * ALSA: hda - Set codec to D3 at reboot/shutdown on ThinkpadsTakashi Iwai2015-12-151-1/+22
| * ALSA: hda - Apply click noise workaround for Thinkpads genericallyTakashi Iwai2015-12-151-13/+2
| * ALSA: hda - Fix headphone mic input on a few Dell ALC293 machinesDavid Henningsson2015-12-151-5/+12
| * ALSA: hda/ca0132 - quirk for Alienware 17 2015Gabriele Martino2015-12-091-1/+2
| * ALSA: hda - Fix noise problems on Thinkpad T440sTakashi Iwai2015-12-091-1/+21
| * ALSA: hda - Fixing speaker noise on the two latest thinkpad modelsHui Wang2015-12-081-0/+9
| * ALSA: hda - Add inverted dmic for Packard Bell DOTSDavid Henningsson2015-12-071-0/+1
| * ALSA: hda - Fix playback noise with 24/32 bit sample size on BXTLu, Han2015-12-071-0/+23
* | Merge branch 'topic/hdmi-jack' into for-nextTakashi Iwai2015-12-211-19/+85
|\ \
| * | ALSA: hda - Move audio component accesses to hdac_i915.cTakashi Iwai2015-12-101-43/+26
| * | ALSA: hda - Use component ops for i915 HDMI/DP audio jack handlingTakashi Iwai2015-12-101-14/+97
* | | ALSA: hda - Drop unused AZX_DCAPS_REVERSE_ASSIGNTakashi Iwai2015-12-172-2/+2
* | | ALSA: hda - Drop AZX_DCAPS_POSFIX_VIA bitTakashi Iwai2015-12-172-4/+3
* | | ALSA: hda - Raise AZX_DCAPS_RIRB_DELAY handling into top driversTakashi Iwai2015-12-174-9/+10
* | | ALSA: hda - Merge RIRB_PRE_DELAY into CTX_WORKAROUND capsTakashi Iwai2015-12-173-6/+4
* | | ALSA: hda - Increase default bdl_pos_adj for Baytrail/BraswellTakashi Iwai2015-12-151-0/+9
* | | ALSA: hda - Clean up the code to check bdl_pos_adj optionTakashi Iwai2015-12-153-16/+18
|/ /
* | ALSA: hda - Fix superfluous HDMI jack repollTakashi Iwai2015-12-101-1/+4
* | ALSA: hda - Allow i915 binding later in codec driverTakashi Iwai2015-12-102-3/+14
* | ALSA: hda - Optimize audio component check in patch_hdmi.cTakashi Iwai2015-12-101-0/+4
* | ALSA: hda - Don't try to bind i915 unless CONFIG_SND_HDA_I915 is setTakashi Iwai2015-12-091-0/+4
* | ALSA: hda - Less grumbling about lack of i915 bindingTakashi Iwai2015-12-091-2/+2
* | ALSA: hda - Implement loopback control switch for Realtek and other codecsTakashi Iwai2015-12-081-19/+68
* | ALSA: hda - Make snd_hda_parse_nid_path() localTakashi Iwai2015-12-082-6/+2
* | ALSA: hda - Remove unused snd_hda_get_nid_path()Takashi Iwai2015-12-082-18/+0
* | ALSA: hda - Enable audio component for old Intel PCH devicesTakashi Iwai2015-12-042-6/+14
* | ALSA: hda - Split ELD update code from hdmi_present_sense()Takashi Iwai2015-12-041-54/+54
OpenPOWER on IntegriCloud