summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Fix build without CONFIG_PMTakashi Iwai2012-11-241-2/+4
* ALSA: hda - Fix recursive suspend/resume callTakashi Iwai2012-11-191-2/+9
* ALSA: hda - Warn an allocation for an uninitialized arrayTakashi Iwai2012-10-101-0/+2
* ALSA: hda - Fix hang caused by race during suspend.Dylan Reid2012-10-061-4/+6
* Merge branch 'topic/tlv-chmap' into for-nextTakashi Iwai2012-09-151-0/+36
|\
| * ALSA: hda - Add standard channel mapsTakashi Iwai2012-09-061-0/+36
* | Merge branch 'for-linus' into for-nextTakashi Iwai2012-09-111-1/+1
|\ \ | |/ |/|
| * ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai2012-09-101-1/+1
* | ALSA: hda - Clean up redundant FG checksTakashi Iwai2012-08-311-18/+12Star
* | ALSA: hda - Yet another fix for D3 stop-clock refcountingTakashi Iwai2012-08-311-19/+22
* | ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-301-14/+9Star
* | ALSA: hda - Fix D3 clock stop check for codecs with own set_power_state opTakashi Iwai2012-08-301-24/+37
* | ALSA: hda - Fix runtime PM leftover refcountsTakashi Iwai2012-08-301-5/+16
* | Merge branch 'for-linus' into for-nextTakashi Iwai2012-08-281-2/+4
|\|
| * ALSA: hda - Avoid unnecessary parameter read for EPSSTakashi Iwai2012-08-281-2/+8
* | ALSA: hda - Make clear built-in driver optimizationTakashi Iwai2012-08-281-1/+1
* | ALSA: hda - bug fix on references without checking CONFIG_SND_HDA_POWER_SAVEMengdong Lin2012-08-241-0/+6
* | ALSA: hda - add runtime PM supportMengdong Lin2012-08-231-2/+17
* | ALSA: hda - Call snd_hda_jack_report_sync() generically in hda_codec.cTakashi Iwai2012-08-221-0/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2012-08-201-26/+50
|\|
| * ALSA: hda - Fix leftover codec->power_transitionTakashi Iwai2012-08-201-0/+2
| * Merge branch 'topic/ca0132-fix' into for-linusTakashi Iwai2012-08-201-24/+45
| |\
| | * ALSA: hda - Add codec->pcm_format_first flagTakashi Iwai2012-08-081-24/+45
| * | ALSA : hda - bug fix on checking the supported power states of a codecMengdong Lin2012-08-101-1/+1
| |/
* | ALSA: hda - Implement snd_hda_power_sync() helper functionTakashi Iwai2012-08-201-54/+28Star
* | ALSA: hda - Add tracepoints at snd_hda_power_up/down entrances.Takashi Iwai2012-08-201-0/+2
* | ALSA: hda - Deferred probing with request_firmware_nowait()Takashi Iwai2012-08-091-1/+1
|/
* Merge branch 'topic/pm-convert' into for-nextTakashi Iwai2012-07-191-1/+1
|\
| * ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-1/+1
* | Merge branch 'topic/hda-beep' into topic/hdaTakashi Iwai2012-07-041-19/+0Star
|\ \
| * | ALSA: hda - Move beep helper functions to hda_beep.cTakashi Iwai2012-07-031-19/+0Star
| |/
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-06-261-0/+4
|\|
| * ALSA: hda - Initialize caches at codec reconfigurationTakashi Iwai2012-06-261-0/+2
| * ALSA: hda - Fix memory leaks at module unloadTakashi Iwai2012-06-261-0/+2
* | ALSA: hda - Don't power up when not powered down.Dylan Reid2012-06-221-0/+7
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-06-201-9/+37
|\|
| * ALSA: hda - Handle open while transitioning to D3.Dylan Reid2012-06-181-9/+37
* | ALSA: hda - power setting error checkWang Xingchao2012-06-081-3/+14
* | ALSA: hda - reduce msleep time if EPSS power states supportedWang Xingchao2012-06-071-2/+5
* | ALSA: hda - check supported power statesWang Xingchao2012-06-071-0/+16
|/
* Merge tag 'hda-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-05-251-27/+39
|\
| * ALSA: hda - Export snd_hda_lock_devices()Takashi Iwai2012-05-141-27/+39
* | ALSA: hda - Fix possible races of accesses to connection list arrayTakashi Iwai2012-05-191-45/+37Star
|/
* ALSA: hda - Disable FLOAT format supportTakashi Iwai2012-05-121-0/+2
* ALSA: hda - Fix concurrent hash accessesTakashi Iwai2012-05-101-81/+120
* ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai2012-05-101-10/+25
* ALSA: hda - More robustify the power-up/down sequenceTakashi Iwai2012-05-091-7/+15
* ALSA: hda - Remove pre_resume and post_suspend opsTakashi Iwai2012-05-091-4/+0Star
* ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai2012-05-081-596/+0Star
* ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai2012-05-081-2/+21