summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai2012-09-101-1/+1
* ALSA: hda - Avoid unnecessary parameter read for EPSSTakashi Iwai2012-08-281-2/+8
* 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
|/
* 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/+0
|\ \
| * | ALSA: hda - Move beep helper functions to hda_beep.cTakashi Iwai2012-07-031-19/+0
| |/
* | 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/+37
|/
* 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/+0
* ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai2012-05-081-596/+0
* ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai2012-05-081-2/+21
* ALSA: hda - Clear the power-saving states properly at resetTakashi Iwai2012-05-081-0/+3
* ALSA: hda - Always resume the codec immediatelyTakashi Iwai2012-05-081-2/+7
* ALSA: hda - Fix possible access to uninitialized work structTakashi Iwai2012-05-081-7/+8
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-05-081-4/+0
|\
| * Revert "ALSA: hda - Set codec to D3 forcibly even if not used"Takashi Iwai2012-05-081-4/+0
* | ALSA: hda - Skip pin capability sanity check for bogus valuesTakashi Iwai2012-04-201-2/+2
* | ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai2012-04-201-0/+27
* | ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai2012-04-201-0/+26
|/
* ALSA: hda - Add expose_enum_ctl flag to snd_hda_add_vmaster_hook()Takashi Iwai2012-03-131-1/+4
* ALSA: hda - Add "Mute-LED Mode" enum controlTakashi Iwai2012-03-131-0/+94
* ALSA: hda - Return the created kcontrol in __snd_hda_add_vmaster()Takashi Iwai2012-03-121-1/+8
* ALSA: hda - Initialize vmaster slave volumesTakashi Iwai2012-03-091-3/+62
* ALSA: hda - Set codec to D3 forcibly even if not usedTakashi Iwai2012-03-071-0/+4
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-03-021-4/+8
|\
| * ALSA: hda - Kill hyphenated namesTakashi Iwai2012-03-021-2/+2
| * ALSA: hda - Add a fake mute featureTakashi Iwai2012-02-291-2/+6
* | ALSA: hda - Remove a debug print in vmaster codeTakashi Iwai2012-02-061-1/+0
* | ALSA: hda - Add suffix argument to snd_hda_add_vmaster()Takashi Iwai2012-02-031-6/+16
|/
* ALSA: HDA: Fix duplicated output to more than one codecDavid Henningsson2012-02-011-1/+1
* Merge branch 'test/hda-jack' into topic/hdaTakashi Iwai2011-12-201-148/+148
|\
| * ALSA: hda - Don't add channel suffix for headphone pin labelsTakashi Iwai2011-11-211-21/+31