summaryrefslogtreecommitdiff
path: root/sound/hda
AgeCommit message (Expand)AuthorFilesLines
2015-06-17ALSA: hda: provide default bus io ops extended hdacVinod Koul1-1/+58
2015-06-17ALSA: hda: add hda link cleanup routineVinod Koul1-0/+18
2015-06-17ALSA: hda: add hdac_ext stream creation and cleanup routinesVinod Koul1-0/+50
2015-06-16ALSA: HDAC: move SND_HDA_PREALLOC_SIZE to coreVinod Koul1-0/+13
2015-06-12Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+5
2015-06-11ALSA: hdac_ext: add extended stream capabilitiesJeeja KP2-1/+403
2015-06-11ALSA: hdac_ext: add hdac extended controllerJeeja KP2-1/+271
2015-06-11ALSA: hdac_ext: add extended HDA busJeeja KP4-0/+127
2015-06-11ALSA: hda - Re-add the lost fake mute supportTakashi Iwai1-0/+5
2015-06-11Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+3
2015-06-10ALSA: hda - Allow calling snd_hdac_i915_*() without actual bindingTakashi Iwai1-4/+7
2015-06-10ALSA: hda - Don't actually write registers for caps overwritesTakashi Iwai1-0/+3
2015-06-03ALSA: hda - add HDA default codec match functionVinod Koul1-0/+41
2015-05-20ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hdaMengdong Lin3-0/+202
2015-05-19ALSA: hda - Fix NULL dereference from CA0132 DSP loaderTakashi Iwai1-3/+9
2015-05-18ALSA: hda - add hdac stream traceLibin Yang2-0/+32
2015-04-29ALSA: hda - allow a codec to control the link powerMengdong Lin1-0/+15
2015-04-17ALSA: hda - add generic functions to set hdac stream paramsJeeja KP1-0/+38
2015-04-16ALSA: hda - Add missing inclusion of <linux/clocksource.h>Takashi Iwai1-0/+1
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai1-0/+300
2015-04-16ALSA: hda - moved alloc/free stream pages function to controller libraryJeeja KP2-2/+58
2015-04-16ALSA: hda - Add DSP loader to core library codeTakashi Iwai2-0/+116
2015-04-16ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai4-3/+1004
2015-04-14ALSA: hda - set GET bit when adding a vendor verb to the codec regmapMengdong Lin1-1/+1
2015-04-13ALSA: hda - Fix another race in runtime PM refcountingTakashi Iwai1-0/+30
2015-04-13ALSA: hda - Expose codec type sysfsTakashi Iwai1-0/+2
2015-04-09ALSA: hda - Always allow access for POWER_STATE verbs via regmapTakashi Iwai1-5/+5
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai2-13/+11
2015-04-08ALSA: hda - Create AFG sysfs node at lastTakashi Iwai1-8/+8
2015-04-04Merge branch 'topic/hda-regmap' into for-nextTakashi Iwai5-7/+574
2015-04-04ALSA: hda - Fix subsystem ID read regressionDavid Henningsson1-1/+1
2015-03-27ALSA: hda - Set use_single_rw flag for regmapTakashi Iwai1-0/+1
2015-03-26ALSA: hda - Handle a few verbs as read-onlyTakashi Iwai1-3/+7
2015-03-23ALSA: hda - Add cache support for COEF read/writeTakashi Iwai1-1/+48
2015-03-23ALSA: hda - Handle get/set power verb symmetrically via regmapTakashi Iwai1-1/+12
2015-03-23ALSA: hda - Add a fake stereo amp register supportTakashi Iwai1-1/+70
2015-03-23ALSA: hda - Allow driver to add vendor-specific verbs for regmapTakashi Iwai1-0/+28
2015-03-23ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai2-0/+31
2015-03-23ALSA: hda - Implement uncached version of parameter readsTakashi Iwai1-1/+25
2015-03-23ALSA: hda - Use regmap for codec parameter readsTakashi Iwai1-12/+9
2015-03-23ALSA: hda - Add regmap supportTakashi Iwai3-1/+306
2015-03-23ALSA: hda - Move generic array helpers to core libTakashi Iwai2-1/+51
2015-03-23ALSA: hda - Re-add tracepoints to HD-audio core driverTakashi Iwai4-1/+77
2015-03-23ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai1-2/+1
2015-03-23ALSA: hda - Support indirect execution of verbsTakashi Iwai1-1/+23
2015-03-23ALSA: hda - Add widget sysfs treeTakashi Iwai4-1/+444
2015-03-23ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai3-1/+491
2015-03-23ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai2-1/+182
2015-03-23ALSA: hda - Make snd_hda_bus_type publicTakashi Iwai3-0/+47