aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25ASoC: rsnd: fixup 6ch settings to 8chKuninori Morimoto3-5/+16
2019-03-18Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown3-18/+5
2019-03-11ASoC: rsnd: src: fix compiler warningsJiada Wang1-6/+6
2019-03-11ASoC: rsnd: src: Avoid a potential deadlockJiada Wang3-8/+8
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai4-14/+63
2019-02-26Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.1Mark Brown3-13/+62
2019-02-26ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register addressJiada Wang3-13/+62
2019-02-18ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"Colin Ian King1-1/+1
2019-02-13Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.1Mark Brown2-2/+2
2019-02-08Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+2
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-35/+138
2019-02-07ASoC: rsnd: ssiu: correct shift bit for ssiu9Jiada Wang1-1/+1
2019-02-06ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count checkKuninori Morimoto1-1/+1
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 Iwai3-17/+4
2019-02-05ASoC: sh: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+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
2019-01-07ASoC: rsnd: update BSDSR/BSDISR handlingKuninori Morimoto1-10/+115
2019-01-03ASoC: dma-sh7760: cleanup a debug printkDan Carpenter1-1/+1
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 Brown3-9/+13
2018-12-12ASoC: rsnd: remove RSND_REG_ from rsnd_regKuninori Morimoto6-314/+212
2018-12-04ASoC: rsnd: add missing TDM Split mode support for simple-cardKuninori Morimoto1-2/+51
2018-12-04ASoC: rsnd: fixup mod ID for CTU regmap read/writeKuninori Morimoto3-3/+13
2018-12-04ASoC: rsnd: indicates Channel and Mode for debugKuninori Morimoto1-1/+9
2018-11-28ASoC: rsnd: tidyup registering method for rsnd_kctrl_new()Kuninori Morimoto2-8/+12
2018-11-21ASoC: rsnd: makes rsnd_ssi_is_dma_mode() staticKuninori Morimoto2-3/+3
2018-11-21ASoC: rsnd: tidyup rsnd_parse_connect_ssiu_compatible()Kuninori Morimoto1-2/+4
2018-11-09ASoC: rsnd: use ring buffer for rsnd_mod_name()Kuninori Morimoto1-1/+8
2018-11-06ASoC: rsnd: add TDM Split mode supportKuninori Morimoto4-12/+67
2018-11-06ASoC: rsnd: add SSIU BUSIF supportKuninori Morimoto5-29/+215
2018-11-06ASoC: rsnd: handle DPCM converted rate/chan under coreKuninori Morimoto4-85/+39
2018-11-06ASoC: rsnd: move HDMI information from ssi.c to core.cKuninori Morimoto4-75/+41
2018-11-06ASoC: rsnd: use defined io_playback/io_captureKuninori Morimoto1-6/+6
2018-11-06ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx()Kuninori Morimoto4-8/+8
2018-11-06ASoC: rsnd: remove endpoint bidirectional checkKuninori Morimoto1-5/+1
2018-11-05ASoC: rsnd: rsnd_mod_name() handles both name and IDKuninori Morimoto6-47/+57
2018-11-05ASoC: rsnd: add .get_id/.get_id_subKuninori Morimoto3-1/+46
2018-11-05ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto11-127/+129
2018-10-31ASoC: rsnd: fixup clock start checkerKuninori Morimoto1-1/+1
2018-10-17ASoC: rsnd: tidyup SSICR::SWSP for TDMKuninori Morimoto1-1/+1
2018-10-17ASoC: rsnd: enable TDM settings for SSI parentKuninori Morimoto1-10/+11
2018-10-10ASoC: rsnd: use 32bit TDM width as defaultKuninori Morimoto1-2/+2
2018-09-21ASoC: rsnd: fixup SSI clock during suspend/resume modesDmytro Prokopchuk2-11/+10
2018-09-20ASoC: add for_each_dpcm_be() macroKuninori Morimoto2-2/+2
2018-09-10Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflictMark Brown3-1/+18
2018-09-10ASoC: sh: use devm_snd_soc_register_component()Kuninori Morimoto1-2/+1
2018-09-06ASoC: rsnd: don't use %p for dev_dbg()Kuninori Morimoto2-3/+3
2018-09-06ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFERKuninori Morimoto2-1/+13