aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-25/+23
2019-02-06Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown1-4/+4
2019-02-06ASoC: sh: Drop superfluous PCM preallocation error checksTakashi Iwai1-4/+1
2019-02-02ASoC: rsnd: fixup TDM Split mode check for CTUKuninori Morimoto1-13/+12
2019-02-02ASoC: rsnd: synchronize connection check for simple-card/audio-graphKuninori Morimoto1-8/+7
2019-02-02ASoC: rsnd: fixup MIX kctrl registrationKuninori Morimoto1-4/+4
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-4.21 intel depMark Brown1-0/+12
2018-12-04ASoC: rsnd: add missing TDM Split mode support for simple-cardKuninori Morimoto1-2/+51
2018-11-28ASoC: rsnd: tidyup registering method for rsnd_kctrl_new()Kuninori Morimoto1-0/+12
2018-11-09ASoC: rsnd: use ring buffer for rsnd_mod_name()Kuninori Morimoto1-1/+8
2018-11-06ASoC: rsnd: add TDM Split mode supportKuninori Morimoto1-0/+29
2018-11-06ASoC: rsnd: add SSIU BUSIF supportKuninori Morimoto1-0/+1
2018-11-06ASoC: rsnd: handle DPCM converted rate/chan under coreKuninori Morimoto1-1/+33
2018-11-06ASoC: rsnd: move HDMI information from ssi.c to core.cKuninori Morimoto1-1/+29
2018-11-06ASoC: rsnd: use defined io_playback/io_captureKuninori Morimoto1-6/+6
2018-11-06ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx()Kuninori Morimoto1-3/+3
2018-11-05ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto1-9/+32
2018-11-05ASoC: rsnd: add .get_id/.get_id_subKuninori Morimoto1-0/+21
2018-11-05ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto1-7/+3
2018-10-10ASoC: rsnd: use 32bit TDM width as defaultKuninori Morimoto1-2/+2
2018-09-10Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflictMark Brown1-1/+9
2018-09-06ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFERKuninori Morimoto1-1/+9
2018-09-03ASoC: rsnd: merge .nolock_start and .prepareKuninori Morimoto1-11/+2
2018-09-03Merge branch 'asoc-4.19' into asoc-4.20 for rcar depMark Brown1-0/+11
2018-09-03ASoC: rsnd: remove is_play parameter from hw_rule functionJiada Wang1-42/+12
2018-09-03ASoC: rsnd: add support for 8 bit S8 formatDragos Tarcatu1-3/+7
2018-09-03ASoC: rsnd: add support for the DSP_A/DSP_B formatsDragos Tarcatu1-0/+6
2018-09-03ASoC: rsnd: add support for 16/24 bit slot widthsDragos Tarcatu1-7/+25
2018-09-03ASoC: rsnd: add warning message to rsnd_kctrl_accept_runtime()Jiada Wang1-1/+8
2018-09-03ASoC: rsnd: fixup not to call clk_get/set under non-atomicJiada Wang1-0/+11
2018-06-22Merge branch 'asoc-4.18' into asoc-4.19 for amd depMark Brown1-0/+6
2018-06-18ASoC: rsnd: add rsnd_daidrv_get()Kuninori Morimoto1-1/+10
2018-06-18ASoC: rsnd: has .symmetric_rates if SSIs are sharing WS pinKuninori Morimoto1-0/+6
2018-06-18ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto1-14/+10
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-04-16Merge branch 'asoc-4.17' into asoc-4.18 to get adau17x1 changes soMark Brown1-2/+2
2018-04-16ASoC: rsnd: Enable IPMMU v2Kuninori Morimoto1-5/+42
2018-04-16ASoC: rsnd: add RSND_GEN3 for R-Car Gen3Kuninori Morimoto1-1/+1
2018-04-12ASoC: rsnd: mark PM functions __maybe_unusedArnd Bergmann1-2/+2
2018-03-28Merge remote-tracking branches 'asoc/topic/pistachio', 'asoc/topic/pxa', 'asoc/topic/rsnd', 'asoc/topic/rt274' and 'asoc/topic/rt286' into asoc-nextMark Brown1-3/+11
2018-03-21ASoC: rsnd: set pm_ops in hibernate-compatible wayNikita Yushchenko1-2/+1
2018-02-13ASoC: rsnd: suppress rsnd_dai_call() debug messageKuninori Morimoto1-1/+10
2018-02-12ASoC: sh: rsnd: replace platform to componentKuninori Morimoto1-18/+4
2017-12-11ASoC: rsnd: remove unneeded "is_graph" from __rsnd_dai_probe()Kuninori Morimoto1-3/+3
2017-12-11ASoC: rsnd: don't use runtime->sample_bitsKuninori Morimoto1-8/+4
2017-12-08ASoC: rsnd: more clear rsnd_get_dalign() for DALIGNKuninori Morimoto1-23/+10
2017-11-29ASoC: rsnd: TDM 6ch needs 8ch clock for hw refineKuninori Morimoto1-24/+68
2017-11-28ASoC: rsnd: call snd_soc_disconnect_sync() when removeKuninori Morimoto1-0/+2
2017-11-16ASoC: rcar: revert IOMMU support so farKuninori Morimoto1-2/+2
2017-11-01ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto1-8/+0