summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-15Merge branch 'topic/tlv-chmap' into for-nextTakashi Iwai1-0/+36
2012-09-11Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2012-09-10ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai1-1/+1
2012-09-06ALSA: hda - Add standard channel mapsTakashi Iwai1-0/+36
2012-08-31ALSA: hda - Clean up redundant FG checksTakashi Iwai1-18/+12
2012-08-31ALSA: hda - Yet another fix for D3 stop-clock refcountingTakashi Iwai1-19/+22
2012-08-30ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai1-14/+9
2012-08-30ALSA: hda - Fix D3 clock stop check for codecs with own set_power_state opTakashi Iwai1-24/+37
2012-08-30ALSA: hda - Fix runtime PM leftover refcountsTakashi Iwai1-5/+16
2012-08-28Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+4
2012-08-28ALSA: hda - Avoid unnecessary parameter read for EPSSTakashi Iwai1-2/+8
2012-08-28ALSA: hda - Make clear built-in driver optimizationTakashi Iwai1-1/+1
2012-08-24ALSA: hda - bug fix on references without checking CONFIG_SND_HDA_POWER_SAVEMengdong Lin1-0/+6
2012-08-23ALSA: hda - add runtime PM supportMengdong Lin1-2/+17
2012-08-22ALSA: hda - Call snd_hda_jack_report_sync() generically in hda_codec.cTakashi Iwai1-0/+2
2012-08-21Merge branch 'for-linus' into for-nextTakashi Iwai1-26/+50
2012-08-20ALSA: hda - Fix leftover codec->power_transitionTakashi Iwai1-0/+2
2012-08-20ALSA: hda - Implement snd_hda_power_sync() helper functionTakashi Iwai1-54/+28
2012-08-20Merge branch 'topic/ca0132-fix' into for-linusTakashi Iwai1-24/+45
2012-08-20ALSA: hda - Add tracepoints at snd_hda_power_up/down entrances.Takashi Iwai1-0/+2
2012-08-10ALSA : hda - bug fix on checking the supported power states of a codecMengdong Lin1-1/+1
2012-08-09ALSA: hda - Deferred probing with request_firmware_nowait()Takashi Iwai1-1/+1
2012-08-08ALSA: hda - Add codec->pcm_format_first flagTakashi Iwai1-24/+45
2012-07-19Merge branch 'topic/pm-convert' into for-nextTakashi Iwai1-1/+1
2012-07-04Merge branch 'topic/hda-beep' into topic/hdaTakashi Iwai1-19/+0
2012-07-03ALSA: hda - Move beep helper functions to hda_beep.cTakashi Iwai1-19/+0
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-1/+1
2012-06-26Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-0/+4
2012-06-26ALSA: hda - Initialize caches at codec reconfigurationTakashi Iwai1-0/+2
2012-06-26ALSA: hda - Fix memory leaks at module unloadTakashi Iwai1-0/+2
2012-06-22ALSA: hda - Don't power up when not powered down.Dylan Reid1-0/+7
2012-06-20Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-9/+37
2012-06-18ALSA: hda - Handle open while transitioning to D3.Dylan Reid1-9/+37
2012-06-08ALSA: hda - power setting error checkWang Xingchao1-3/+14
2012-06-07ALSA: hda - reduce msleep time if EPSS power states supportedWang Xingchao1-2/+5
2012-06-07ALSA: hda - check supported power statesWang Xingchao1-0/+16
2012-05-25Merge tag 'hda-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-27/+39
2012-05-19ALSA: hda - Fix possible races of accesses to connection list arrayTakashi Iwai1-45/+37
2012-05-14ALSA: hda - Export snd_hda_lock_devices()Takashi Iwai1-27/+39
2012-05-12ALSA: hda - Disable FLOAT format supportTakashi Iwai1-0/+2
2012-05-10ALSA: hda - Fix concurrent hash accessesTakashi Iwai1-81/+120
2012-05-10ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai1-10/+25
2012-05-09ALSA: hda - More robustify the power-up/down sequenceTakashi Iwai1-7/+15
2012-05-09ALSA: hda - Remove pre_resume and post_suspend opsTakashi Iwai1-4/+0
2012-05-08ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai1-596/+0
2012-05-08ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai1-2/+21
2012-05-08ALSA: hda - Clear the power-saving states properly at resetTakashi Iwai1-0/+3
2012-05-08ALSA: hda - Always resume the codec immediatelyTakashi Iwai1-2/+7
2012-05-08ALSA: hda - Fix possible access to uninitialized work structTakashi Iwai1-7/+8
2012-05-08Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-4/+0