summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\
| * treewide: relase -> releaseGeert Uytterhoeven2013-06-281-1/+1
* | ALSA: hda - Don't take unresponsive D3 transition too seriousTakashi Iwai2013-06-061-1/+6
* | ALSA: hda - Introduce bit flags to snd_hda_codec_read/write()Takashi Iwai2013-06-061-21/+20
* | ALSA: hda - Drop hard dependency on CONFIG_SND_DYNAMIC_MINORSTakashi Iwai2013-06-061-4/+15
|/
* Revert "ALSA: hda - Don't set up active streams twice"Takashi Iwai2013-05-101-2/+2
* ALSA: HDA: Fix Oops caused by dereference NULL pointerWang YanQing2013-05-071-0/+3
* ALSA: hda - Disable the sanity check in snd_hda_add_pincfg()Takashi Iwai2013-04-181-0/+6
* ALSA: hda - Don't call vmaster hook when bus->shutdown is setTakashi Iwai2013-04-171-0/+5
* Merge tag 'asoc-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-04-151-1/+1
|\
| * ALSA: hda - fix typo in proc outputDavid Henningsson2013-04-041-1/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2013-03-221-1/+1
|\ \ | |/
| * ALSA: hda - Fix typo in checking IEC958 emphasis bitTakashi Iwai2013-03-201-1/+1
* | Merge branch 'for-linus' into for-nextTakashi Iwai2013-03-181-12/+23
|\ \ | |/
| * ALSA: hda - Fix snd_hda_get_num_raw_conns() to return a correct valueTakashi Iwai2013-03-121-10/+14
| * ALSA: hda - check NULL pointer when creating SPDIF PCM switchMengdong Lin2013-03-071-2/+7
| * ALSA: hda - check NULL pointer when creating SPDIF controlsMengdong Lin2013-03-071-0/+2
* | ALSA: hda - Don't apply EAPD power filter as defaultTakashi Iwai2013-03-131-7/+6
* | ALSA: hda - Drop explicit memset() by reallocation with __GFP_ZEROTakashi Iwai2013-03-131-3/+1
|/
* ALSA: hda - Fix broken workaround for HDMI/SPDIF conflictsTakashi Iwai2013-02-121-22/+21
* ALSA: hda - Support rereading widgets under the function groupMengdong Lin2013-02-081-0/+24
* ALSA: hda - Remove limit of widget connectionsTakashi Iwai2013-02-071-21/+41
* ALSA: hda - Add snd_hda_check_power_state() helper functionTakashi Iwai2013-01-241-7/+2
* ALSA: hda - Synchronize the power state at the end of codec initTakashi Iwai2013-01-241-0/+32
* ALSA: hda - Add power state filteringTakashi Iwai2013-01-241-14/+25
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-01-231-3/+2
|\
| * ALSA: hda - Fix inconsistent pin states after resumeTakashi Iwai2013-01-231-3/+2
* | ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single functionTakashi Iwai2013-01-221-0/+11
* | ALSA: hda - fix OOPS in hda_mark_cmd_cache_dirtyDavid Henningsson2013-01-151-1/+1
* | ALSA: hda - Protect user-defined arrays via mutexTakashi Iwai2013-01-121-3/+10
* | ALSA: hda - More strict correction of invalid pinctl bitsTakashi Iwai2013-01-121-14/+52
* | ALSA: hda - Add helper functions to cache the current pinctl targetTakashi Iwai2013-01-121-0/+27
* | ALSA: hda - Don't set up active streams twiceTakashi Iwai2013-01-121-2/+2
* | ALSA: hda - Revive snd_hda_get_conn_list()Takashi Iwai2013-01-121-65/+99
* | ALSA: hda - Increase the max depth of widget connectionsTakashi Iwai2013-01-121-1/+1
* | ALSA: hda - Avoid access of amp cache element outside mutexTakashi Iwai2013-01-121-8/+12
* | ALSA: hda - Fix wrong dirty check in snd_hda_codec_resume_amp()Takashi Iwai2013-01-121-3/+3
* | ALSA: hda - Check CORB overflowTakashi Iwai2013-01-121-2/+8
* | ALSA: hda - Clear cached_write flag in snd_hda_codec_resume_*()Takashi Iwai2013-01-121-0/+2
* | ALSA: hda - Clear dirty flag upon cache writeTakashi Iwai2013-01-121-6/+7
* | ALSA: hda - Allow one chance for zero NID in connection listTakashi Iwai2013-01-121-1/+2
* | ALSA: hda - Move fixup code into struct hda_codecTakashi Iwai2013-01-121-0/+2
* | ALSA: hda - Introduce snd_hda_codec_amp_init*()Takashi Iwai2013-01-121-19/+52
* | ALSA: hda - Introduce cache & flush cmd / amp writesTakashi Iwai2013-01-121-16/+61
|/
* ALSA: hda - Switch "On" and "Off" for "Mute-LED Mode" kcontrolDavid Henningsson2013-01-031-1/+1
* ALSA: Remove the rest of __devinit* in commentsTakashi Iwai2012-12-071-5/+5
* Merge tag 'asoc-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-12-031-2/+4
|\
| * ALSA: hda - Fix build without CONFIG_PMTakashi Iwai2012-11-241-2/+4
* | ALSA: hda - Add a helper function for simple enum kcontrolsTakashi Iwai2012-11-301-0/+28
* | ALSA: hda - Call snd_array_init() early and only onceTakashi Iwai2012-11-281-0/+1
OpenPOWER on IntegriCloud