summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: remove snd_soc_disconnect_sync()Kuninori Morimoto2019-12-101-2/+0
* ASoC: rsnd: Calculate DALIGN inversion at run-timeGeert Uytterhoeven2019-12-091-18/+13
* Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-11-251-2/+18
|\
| * Merge branch 'asoc-5.5' into asoc-nextMark Brown2019-11-225-72/+113
| |\
| * | ASoC: rsnd: fix DALIGN register for SSIUNilkanth Ahirrao2019-11-221-2/+18
* | | ASoC: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-091-1/+1
| |/ |/|
* | Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-062-2/+3
|\ \ | |/
| * ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma addressJiada Wang2019-10-231-2/+2
| * ASoC: rsnd: Reinitialize bit clock inversion flag for every format settingJunya Monden2019-10-181-0/+1
* | ASoC: rsnd: core.c: add WARN_ON() on rsnd_channel_normalization()Kuninori Morimoto2019-10-281-1/+1
* | ASoC: rsnd: add missing of_node_put()Kuninori Morimoto2019-10-231-1/+8
* | ASoC: rsnd: dma: set bus width to data width for monaural dataJiada Wang2019-10-231-2/+28
* | ASoC: sh: siu_pcm: remove snd_pcm_opsKuninori Morimoto2019-10-081-20/+24
* | ASoC: sh: dma-sh7760: remove snd_pcm_opsKuninori Morimoto2019-10-081-21/+25
* | ASoC: sh: fsi: remove snd_pcm_opsKuninori Morimoto2019-10-081-15/+16
* | ASoC: sh: rsnd: remove snd_pcm_opsKuninori Morimoto2019-10-081-12/+11
|/
* ASoC: rsnd: do error check after rsnd_channel_normalization()Kuninori Morimoto2019-09-181-5/+5
* Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-08-201-6/+15
|\
| * ASoC: rsnd: don't call clk_get_rate() under atomic contextKuninori Morimoto2019-08-071-6/+15
* | ASoC: rsnd: Support hw_free() callback at DAI levelTimo Wischer2019-07-232-4/+24
|/
* ASoC: rsnd: add missing pin sharing with SSI9Kuninori Morimoto2019-06-262-0/+2
* ASoC: rsnd: ssiu: tidyup SSI_MODE1/2 settingsKuninori Morimoto2019-06-261-48/+44
* ASoC: rsnd: fixup mod ID calculation in rsnd_ctu_probe_Nilkanth Ahirrao2019-06-181-1/+1
* ASoC: sh: sh7760-ac97: use modern dai_link styleKuninori Morimoto2019-06-061-5/+6
* ASoC: sh: migor: use modern dai_link styleKuninori Morimoto2019-06-061-4/+6
* ASoC: rsnd: move pcm_new from snd_soc_component_driver to snd_soc_dai_driverKuninori Morimoto2019-05-201-60/+60
* ASoC: rsnd: fixup 6ch settings to 8chKuninori Morimoto2019-04-253-5/+16
* Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown2019-03-183-18/+5
|\
| * Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-02-284-14/+63
| |\
| * \ Merge branch 'for-linus' into for-nextTakashi Iwai2019-02-082-2/+2
| |\ \
| * \ \ Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-02-082-35/+138
| |\ \ \
| * | | | ASoC: sh: Drop superfluous PCM preallocation error checksTakashi Iwai2019-02-063-17/+4
| * | | | ASoC: sh: Avoid passing NULL to memory allocatorsTakashi Iwai2019-02-051-1/+1
* | | | | ASoC: rsnd: src: fix compiler warningsJiada Wang2019-03-111-6/+6
* | | | | ASoC: rsnd: src: Avoid a potential deadlockJiada Wang2019-03-113-8/+8
| |_|_|/ |/| | |
* | | | Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-263-13/+62
|\ \ \ \
| * | | | ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register addressJiada Wang2019-02-263-13/+62
| | |_|/ | |/| |
* | | | ASoC: fsi: fix spelling mistake "doens't" -> "doesn't"Colin Ian King2019-02-181-1/+1
* | | | Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-132-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | ASoC: rsnd: ssiu: correct shift bit for ssiu9Jiada Wang2019-02-071-1/+1
| * | ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count checkKuninori Morimoto2019-02-061-1/+1
* | | Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown2019-02-061-4/+4
|\ \ \ | |/ /
| * | ASoC: rsnd: fixup MIX kctrl registrationKuninori Morimoto2019-02-021-4/+4
| |/
* | ASoC: rsnd: fixup TDM Split mode check for CTUKuninori Morimoto2019-02-021-13/+12
* | ASoC: rsnd: synchronize connection check for simple-card/audio-graphKuninori Morimoto2019-02-021-8/+7
* | ASoC: rsnd: update BSDSR/BSDISR handlingKuninori Morimoto2019-01-071-10/+115
|/
* ASoC: dma-sh7760: cleanup a debug printkDan Carpenter2019-01-031-1/+1
* Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-12-133-9/+13
|\
| * ASoC: rsnd: tidyup registering method for rsnd_kctrl_new()Kuninori Morimoto2018-11-282-8/+12
| * ASoC: rsnd: fixup clock start checkerKuninori Morimoto2018-10-311-1/+1
OpenPOWER on IntegriCloud