aboutsummaryrefslogtreecommitdiffstats
path: root/sound/hda (follow)
AgeCommit message (Expand)AuthorFilesLines
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