summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-29ALSA: hda - allow a codec to control the link powerMengdong Lin1-0/+4
2015-04-17ALSA: hda - add generic functions to set hdac stream paramsJeeja KP1-0/+2
2015-04-17ALSA: hda - add ASoC device type for hda coreRamesh Babu1-0/+1
2015-04-17ALSA: hda - Move prepared flag into struct hdac_streamTakashi Iwai1-0/+1
2015-04-16ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai1-0/+9
2015-04-16ALSA: hda - moved alloc/free stream pages function to controller libraryJeeja KP1-0/+3
2015-04-16ALSA: hda - Add DSP loader to core library codeTakashi Iwai1-0/+46
2015-04-16ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai2-3/+373
2015-04-13Merge tag 'asoc-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai18-34/+94
2015-04-13ALSA: hda - Fix another race in runtime PM refcountingTakashi Iwai1-28/+4
2015-04-12Merge remote-tracking branches 'asoc/topic/wm2200', 'asoc/topic/wm5100', 'aso...Mark Brown1-0/+16
2015-04-12Merge remote-tracking branches 'asoc/topic/rt5641', 'asoc/topic/rt5677' and '...Mark Brown1-1/+0
2015-04-12Merge remote-tracking branches 'asoc/topic/link-param', 'asoc/topic/max98090'...Mark Brown2-0/+4
2015-04-12Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-0/+1
2015-04-12Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2-1/+13
2015-04-12Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2-3/+1
2015-04-12Merge tag 'asoc-v4.1' into asoc-nextMark Brown2-3/+20
2015-04-10Merge branch 'topic/dapm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown1-0/+5
2015-04-10Merge branch 'topic/delay' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown1-2/+0
2015-04-09ASoC: Make soc_dpcm_debugfs_add() non-fatalLars-Peter Clausen1-1/+1
2015-04-08ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai1-0/+28
2015-04-08Merge branch 'for-linus' into for-nextTakashi Iwai6-67/+81
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-17/+10
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org4-17/+10
2015-04-05ALSA: Use const struct ac97_quirkJoe Perches1-1/+3
2015-04-04ALSA: hda - Sync node attributes at resume from widget power savingTakashi Iwai1-0/+12
2015-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+2
2015-04-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2015-04-03Merge tag 'irqchip-fixes-4.0-2' of git://git.infradead.org/users/jcooper/linuxLinus Torvalds1-0/+17
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+15
2015-04-01ASoC: dapm: Remove delayed_work from dapm context structLars-Peter Clausen1-1/+0
2015-04-01ASoC: Remove suspend_bias_level from DAPM context structLars-Peter Clausen1-1/+0
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2-0/+4
2015-04-01Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-10/+10
2015-03-31sunrpc: make debugfs file creation failure non-fatalJeff Layton1-9/+9
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer1-0/+1
2015-03-30nfsd: require an explicit option to enable pNFSChristoph Hellwig1-1/+1
2015-03-29irqchip: gicv3-its: Use non-cacheable accesses when no shareabilityMarc Zyngier1-0/+4
2015-03-29irqchip: gicv3-its: Fix PROP/PEND and BASE/CBASE confusionMarc Zyngier1-0/+13
2015-03-29usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings1-2/+4
2015-03-29usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings1-0/+12
2015-03-27ASoC: simple-card: Remove support for setting differing DAI formatsLars-Peter Clausen1-1/+0
2015-03-26mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-4/+5
2015-03-25Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2015-03-25Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+4
2015-03-25Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-62/+61
2015-03-23Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas'...Mark Brown2-1/+4
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+10
2015-03-23ALSA: hda - Add cache support for COEF read/writeTakashi Iwai1-0/+1
2015-03-23ALSA: hda - Add a fake stereo amp register supportTakashi Iwai1-0/+59