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