summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: add regmap_config::name for debugfsKuninori Morimoto2015-03-111-0/+1
* ASoC: rsnd: recover PIO mode for new dma interfaceKuninori Morimoto2015-03-111-1/+18
* ASoC: rsnd: Use %pad to print dma_addr_t in rsnd_dmapp_init()Geert Uytterhoeven2015-03-111-2/+2
* ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto2015-03-076-49/+95
* ASoC: rsnd: dvc: add rsnd_dvc_of_node()Kuninori Morimoto2015-03-071-0/+3
* ASoC: rsnd: src: add rsnd_src_of_node()Kuninori Morimoto2015-03-071-1/+4
* ASoC: rsnd: ssi: add rsnd_ssi_of_node()Kuninori Morimoto2015-03-071-1/+3
* ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto2015-03-073-2/+3
* ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto2015-03-072-17/+39
* ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto2015-03-072-4/+2
* ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto2015-03-072-3/+0
* ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto2015-03-073-2/+221
* ASoC: rsnd: enable to care 1st / 2nd DMAC on rsnd_dma_xxx()Kuninori Morimoto2015-03-072-25/+65
* ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto2015-03-073-116/+117
* ASoC: rsnd: add dma.c for Audio DMAC / Audio DMAC peri periKuninori Morimoto2015-03-073-219/+232
* ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto2015-03-072-5/+12
* ASoC: rsnd: enable to get resource by nameKuninori Morimoto2015-03-071-10/+13
* ASoC: rsnd: tidyup rsnd_dma_to_mod() macro declaration positionKuninori Morimoto2015-03-071-1/+2
* ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto2015-03-074-7/+5
* ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto2015-03-074-10/+0
* ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto2015-03-074-19/+5
* ASoC: rsnd: remove SH-DMA-BASE specific implementationKuninori Morimoto2015-03-072-2/+0
* Merge tag 'sound-fix-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-2110-11/+43
|\
| * ALSA: usb: Fix support for Denon DA-300USB DAC (ID 154e:1003)Frank C Guenther2015-02-171-0/+3
| * ASoC: Intel: add SNDRV_PCM_INFO_DRAIN_TRIGGER flagLibin Yang2015-02-171-1/+2
| * ALSA: usb-audio: Don't attempt to get Lifecam HD-5000 sample rateJoe Turner2015-02-173-0/+12
| * ALSA: hda/tegra check correct return value from ioremap_resourceEliot Blennerhassett2015-02-141-2/+2
| * ALSA: hdspm - Constrain periods to 2 on older cardsAdrian Knoth2015-02-131-0/+6
| * ALSA: hda - enable mute led quirk for one more hp machine.Hui Wang2015-02-131-0/+1
| * ALSA: seq: potential out of bounds in do_control()Dan Carpenter2015-02-121-0/+3
| * ALSA: line6: Improve line6_read/write_data() interfacesChris Rorvick2015-02-122-8/+14
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-181-1/+1
|\ \ | |/ |/|
| * dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-1/+1
* | Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-11421-4841/+12185
|\ \
| * | ALSA: line6: toneport: Use explicit type for firmware versionChris Rorvick2015-02-111-1/+1
| * | ALSA: line6: Use explicit type for serial numberChris Rorvick2015-02-114-5/+5
| * | ALSA: line6: Return EIO if read/write not successfulChris Rorvick2015-02-111-2/+2
| * | ALSA: line6: Return error if device not respondingChris Rorvick2015-02-111-6/+23
| * | ALSA: line6: Add delay before reading statusChris Rorvick2015-02-111-0/+6
| * | ASoC: Intel: Clean data after SST fw fetchLibin Yang2015-02-113-0/+102
| * | ALSA: hda - Add docking station support for another HP machineTienFu Chen2015-02-101-0/+1
| * | ALSA: control: fix failure to return new numerical ID in 'replace' event dataTakashi Sakamoto2015-02-091-0/+1
| * | ALSA: usb: update trigger timestamp on first non-zero URB submittedPierre-Louis Bossart2015-02-092-0/+11
| * | ALSA: hda: read trigger_timestamp immediately after starting DMAPierre-Louis Bossart2015-02-091-0/+3
| * | ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart2015-02-091-1/+3
| * | ALSA: pcm: don't override timestamp unconditionallyPierre-Louis Bossart2015-02-091-1/+4
| * | ALSA: off by one bug in snd_riptide_joystick_probe()Dan Carpenter2015-02-091-8/+19
| * | Merge tag 'asoc-v3.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2015-02-0921-584/+694
| |\ \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-------. \ Merge remote-tracking branches 'asoc/topic/wm8804', 'asoc/topic/wm8904', 'aso...Mark Brown2015-02-0910-11/+772
| | |\ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *---. \ \ \ \ \ \ Merge remote-tracking branches 'asoc/topic/ts3a227e', 'asoc/topic/ts3a277e' a...Mark Brown2015-02-092-9/+32
| | |\ \ \ \ \ \ \ \ \