summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto2015-06-165-15/+48
* ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto2015-06-165-6/+10
* ASoC: rsnd: count each mod (SSI/SRC/DVC)Kuninori Morimoto2015-06-162-21/+37
* ASoC: rsrc-card: cleanup for DPCMKuninori Morimoto2015-06-161-189/+135
* ASoC: rsrc-card: tidyup return value of clock errorKuninori Morimoto2015-06-161-4/+2
* ASoC: rsrc-card: move rsrc_card_parse_daifmt() to upper sideKuninori Morimoto2015-06-161-35/+35
* ASoC: rsnd-card: tidyup rsrc_priv_to_()Kuninori Morimoto2015-06-161-4/+4
* ASoC: rsrc-card: remove unused nameKuninori Morimoto2015-06-161-1/+0
* ASoC: rsrc-card: enable multi cpu/codec for DPCMKuninori Morimoto2015-06-161-6/+19
* ASoC: rsrc-card: tidyup priv->snd_card setup timingKuninori Morimoto2015-06-161-14/+10
* ASoC: rsrc-card: used "fe.xxx"/"be.xxx" name for dai_linkKuninori Morimoto2015-06-161-13/+7
* ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto2015-06-164-5/+35
* ASoC: rsnd: don't care under/over run error when PIOKuninori Morimoto2015-06-161-7/+9
* ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto2015-05-224-10/+30
* ASoC: rsnd: rsrc-card uses FE/BE merged format when DPCMKuninori Morimoto2015-05-221-0/+1
* Merge branch 'topic/dpcm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2015-05-221-5/+42
|\
| * ASoC: soc-pcm: DPCM cares BE formatKuninori Morimoto2015-05-221-5/+42
* | ASoC: rsnd: add rsnd_dai_stream_quit()Kuninori Morimoto2015-05-211-5/+8
* | ASoC: rsnd: indicate unknown HW startKuninori Morimoto2015-05-211-1/+3
* | ASoC: rsnd: revert lock for calls to rsnd_dai_callKuninori Morimoto2015-05-121-22/+5
* | ASoC: rsnd: care snd_kcontrol's indexKuninori Morimoto2015-04-271-0/+2
* | ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.Kuninori Morimoto2015-04-271-0/+34
* | ASoC: rsnd: tidyup SSI parent related function/macro namesKuninori Morimoto2015-04-271-7/+11
* | ASoC: rsnd: make sure it uses lock when it calls rsnd_dai_callKuninori Morimoto2015-04-271-5/+22
* | ASoC: rsnd: add rsnd_dai_to_priv() macroKuninori Morimoto2015-04-271-2/+3
|/
* Merge tag 'sound-fix-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-2410-67/+50
|\
| * ALSA: hda - fix headset mic detection problem for one more machineHui Wang2015-04-241-9/+15
| * ALSA: hda/realtek - Fix Headphone Mic doesn't recording for ALC256Kailang Yang2015-04-231-0/+1
| * ALSA: hda - fix "num_steps = 0" error on ALC256David Henningsson2015-04-211-2/+3
| * ALSA: usb-audio: Fix audio output on Roland SC-D70 sound moduleTakamichi Horikawa2015-04-212-29/+6
| * ALSA: hda - add AZX_DCAPS_I915_POWERWELL to BaytrailMengdong Lin2015-04-211-1/+4
| * ALSA: hda - only sync BCLK to the display clock for Haswell & BroadwellMengdong Lin2015-04-201-0/+6
| * ALSA: hda - Mute headphone pin on suspend on XPS13 9333Gabriele Mazzotta2015-04-201-10/+7
| * sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Alexey Khoroshilov2015-04-181-10/+2
| * ALSA: hda - potential (but unlikely) uninitialized variableDan Carpenter2015-04-171-2/+2
| * ALSA: hda - Fix regression for slave SPDIF setupsTakashi Iwai2015-04-161-1/+1
| * ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALIScott Wood2015-04-161-2/+2
| * ALSA: hda - simplify azx_has_pm_runtimeDavid Henningsson2015-04-161-1/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-5/+13
|\ \
| * | ASoC: fsi: Configure DMA slave settingsKuninori Morimoto2015-02-231-3/+12
| * | ASoC: fsi: remove slave_id settings for DMAEngineKuninori Morimoto2015-02-231-2/+1
* | | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-2/+2
|\ \ \
| * \ \ Merge tag 'extcon-next-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2015-04-011-2/+2
| |\ \ \
| | * | | extcon: arizona: Deobfuscate arizona_extcon_do_magicCharles Keepax2015-03-041-2/+2
| | |/ /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-171-2/+1
|\ \ \ \
| * | | | ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.hJavi Merino2015-04-171-2/+1
* | | | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-29/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman2015-04-071-29/+29
| |\ \ \ \
| | * | | | powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson2015-03-231-29/+29
* | | | | | Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-04-15281-8949/+14028
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
OpenPOWER on IntegriCloud