aboutsummaryrefslogtreecommitdiff
path: root/sound/hda
AgeCommit message (Expand)AuthorFilesLines
2015-08-04ALSA: HDA: Dont check return for snd_hdac_chip_readlGravatar Jeeja KP 1-6/+0
2015-08-04ALSA: HDA: Fix stream assignment for host in decoupled modeGravatar Jeeja KP 1-1/+1
2015-07-20ALSA: hda - Fix Skylake codec timeoutGravatar David Henningsson 1-1/+4
2015-06-17ALSA: hda: provide default bus io ops extended hdacGravatar Vinod Koul 1-1/+58
2015-06-17ALSA: hda: add hda link cleanup routineGravatar Vinod Koul 1-0/+18
2015-06-17ALSA: hda: add hdac_ext stream creation and cleanup routinesGravatar Vinod Koul 1-0/+50
2015-06-16ALSA: HDAC: move SND_HDA_PREALLOC_SIZE to coreGravatar Vinod Koul 1-0/+13
2015-06-12Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-0/+5
2015-06-11ALSA: hdac_ext: add extended stream capabilitiesGravatar Jeeja KP 2-1/+403
2015-06-11ALSA: hdac_ext: add hdac extended controllerGravatar Jeeja KP 2-1/+271
2015-06-11ALSA: hdac_ext: add extended HDA busGravatar Jeeja KP 4-0/+127
2015-06-11ALSA: hda - Re-add the lost fake mute supportGravatar Takashi Iwai 1-0/+5
2015-06-11Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-0/+3
2015-06-10ALSA: hda - Allow calling snd_hdac_i915_*() without actual bindingGravatar Takashi Iwai 1-4/+7
2015-06-10ALSA: hda - Don't actually write registers for caps overwritesGravatar Takashi Iwai 1-0/+3
2015-06-03ALSA: hda - add HDA default codec match functionGravatar Vinod Koul 1-0/+41
2015-05-20ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hdaGravatar Mengdong Lin 3-0/+202
2015-05-19ALSA: hda - Fix NULL dereference from CA0132 DSP loaderGravatar Takashi Iwai 1-3/+9
2015-05-18ALSA: hda - add hdac stream traceGravatar Libin Yang 2-0/+32
2015-04-29ALSA: hda - allow a codec to control the link powerGravatar Mengdong Lin 1-0/+15
2015-04-17ALSA: hda - add generic functions to set hdac stream paramsGravatar Jeeja KP 1-0/+38
2015-04-16ALSA: hda - Add missing inclusion of <linux/clocksource.h>Gravatar Takashi Iwai 1-0/+1
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryGravatar Takashi Iwai 1-0/+300
2015-04-16ALSA: hda - moved alloc/free stream pages function to controller libraryGravatar Jeeja KP 2-2/+58
2015-04-16ALSA: hda - Add DSP loader to core library codeGravatar Takashi Iwai 2-0/+116
2015-04-16ALSA: hda - Add the controller helper codes to hda-core moduleGravatar Takashi Iwai 4-3/+1004
2015-04-14ALSA: hda - set GET bit when adding a vendor verb to the codec regmapGravatar Mengdong Lin 1-1/+1
2015-04-13ALSA: hda - Fix another race in runtime PM refcountingGravatar Takashi Iwai 1-0/+30
2015-04-13ALSA: hda - Expose codec type sysfsGravatar Takashi Iwai 1-0/+2
2015-04-09ALSA: hda - Always allow access for POWER_STATE verbs via regmapGravatar Takashi Iwai 1-5/+5
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMGravatar Takashi Iwai 2-13/+11
2015-04-08ALSA: hda - Create AFG sysfs node at lastGravatar Takashi Iwai 1-8/+8
2015-04-04Merge branch 'topic/hda-regmap' into for-nextGravatar Takashi Iwai 5-7/+574
2015-04-04ALSA: hda - Fix subsystem ID read regressionGravatar David Henningsson 1-1/+1
2015-03-27ALSA: hda - Set use_single_rw flag for regmapGravatar Takashi Iwai 1-0/+1
2015-03-26ALSA: hda - Handle a few verbs as read-onlyGravatar Takashi Iwai 1-3/+7
2015-03-23ALSA: hda - Add cache support for COEF read/writeGravatar Takashi Iwai 1-1/+48
2015-03-23ALSA: hda - Handle get/set power verb symmetrically via regmapGravatar Takashi Iwai 1-1/+12
2015-03-23ALSA: hda - Add a fake stereo amp register supportGravatar Takashi Iwai 1-1/+70
2015-03-23ALSA: hda - Allow driver to add vendor-specific verbs for regmapGravatar Takashi Iwai 1-0/+28
2015-03-23ALSA: hda - Use regmap for parameter caches, tooGravatar Takashi Iwai 2-0/+31
2015-03-23ALSA: hda - Implement uncached version of parameter readsGravatar Takashi Iwai 1-1/+25
2015-03-23ALSA: hda - Use regmap for codec parameter readsGravatar Takashi Iwai 1-12/+9
2015-03-23ALSA: hda - Add regmap supportGravatar Takashi Iwai 3-1/+306
2015-03-23ALSA: hda - Move generic array helpers to core libGravatar Takashi Iwai 2-1/+51
2015-03-23ALSA: hda - Re-add tracepoints to HD-audio core driverGravatar Takashi Iwai 4-1/+77
2015-03-23ALSA: hda - Fix possible runtime PM refcount unbalanceGravatar Takashi Iwai 1-2/+1
2015-03-23ALSA: hda - Support indirect execution of verbsGravatar Takashi Iwai 1-1/+23
2015-03-23ALSA: hda - Add widget sysfs treeGravatar Takashi Iwai 4-1/+444
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceGravatar Takashi Iwai 3-1/+491