Age | Commit message (Expand) | Author | Files | Lines |
2023-08-23 | ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control() | Kuninori Morimoto | 1 | -2/+7 |
2023-08-23 | ASoC: rsnd: remove default division of clock out | Kuninori Morimoto | 1 | -9/+6 |
2023-08-23 | ASoC: rsnd: tidyup brga/brgb default value | Kuninori Morimoto | 1 | -2/+2 |
2023-08-23 | ASoC: rsnd: setup clock-out only when all conditions are right | Kuninori Morimoto | 1 | -0/+4 |
2023-08-23 | ASoC: rsnd: enable clk_i approximate rate usage | Kuninori Morimoto | 1 | -0/+36 |
2023-08-14 | ASoC: rsnd: merge DAI call back functions into ops | Kuninori Morimoto | 1 | -14/+13 |
2023-08-09 | ASoC: rsnd: call of_node_put() when break | Kuninori Morimoto | 1 | -0/+2 |
2023-07-31 | ASoC: rsnd: enable multi Component support for Audio Graph Card/Card2 | Kuninori Morimoto | 2 | -43/+95 |
2023-07-31 | ASoC: rsnd: cleanup rsnd_dai_of_node() | Kuninori Morimoto | 1 | -14/+17 |
2023-07-31 | ASoC: rsnd: use DAI driver ID instead of DAI ID | Kuninori Morimoto | 1 | -0/+1 |
2023-06-13 | ASoC: siu: Add MODULE_FIRMWARE macro | Juerg Haefliger | 1 | -0/+2 |
2023-03-20 | ASoC: sh: siu_dai: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2023-03-20 | ASoC: sh: rz-ssi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | ASoC: sh: rcar: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | ASoC: sh: hac: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2023-03-20 | ASoC: sh: fsi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-03-11 | ASoC: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -2/+2 |
2023-03-11 | ASoC: Use of_property_present() for testing DT property presence | Rob Herring | 1 | -1/+1 |
2023-03-06 | ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels | Lad Prabhakar | 1 | -19/+44 |
2023-02-16 | ASoC: rsnd: adg: Fix BRG typos | Geert Uytterhoeven | 1 | -32/+32 |
2023-02-10 | ASoC: rsnd: core.c: indicate warning if strange TDM width was set | Kuninori Morimoto | 1 | -0/+7 |
2023-02-01 | ASoC: rsnd: add R-Car Gen4 Sound support | Kuninori Morimoto | 6 | -6/+140 |
2023-02-01 | ASoC: rsnd: dma.c: tidyup rsnd_dma_probe() | Kuninori Morimoto | 1 | -2/+7 |
2023-02-01 | ASoC: rsnd: tidyup rsnd_dma_addr() | Kuninori Morimoto | 1 | -5/+5 |
2023-02-01 | ASoC: rsnd: use array for 44.1kHz/48kHz rate handling | Kuninori Morimoto | 1 | -30/+30 |
2023-02-01 | ASoC: rsnd: use clkin/out_size | Kuninori Morimoto | 1 | -7/+23 |
2023-02-01 | ASoC: rsnd: moves clkout_name to top of the file | Kuninori Morimoto | 1 | -6/+7 |
2023-02-01 | ASoC: rsnd: rename clk to clkin | Kuninori Morimoto | 1 | -19/+20 |
2023-02-01 | ASoC: rsnd: remove unnecessary ADG flags | Kuninori Morimoto | 1 | -21/+4 |
2023-02-01 | ASoC: rsnd: use same debug message format on clkout | Kuninori Morimoto | 1 | -2/+2 |
2023-02-01 | ASoC: rsnd: indicate warning once if it can't handle requested rule | Kuninori Morimoto | 2 | -3/+17 |
2023-02-01 | ASoC: rsnd: indicate necessary error when clock start failed | Kuninori Morimoto | 1 | -5/+8 |
2023-02-01 | ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call() | Kuninori Morimoto | 1 | -10/+0 |
2023-02-01 | ASoC: rsnd: fixup #endif position | Kuninori Morimoto | 1 | -2/+2 |
2023-02-01 | ASoC: rsnd: check whether playback/capture property exists | Kuninori Morimoto | 1 | -16/+26 |
2022-11-28 | ASoC: rsnd: adg: use __clk_get_name() instead of local clk_name[] | Kuninori Morimoto | 1 | -2/+2 |
2022-11-28 | ASoC: rsnd: Drop obsolete dependency on COMPILE_TEST | Jean Delvare | 1 | -1/+1 |
2022-10-19 | ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_param | Kuninori Morimoto | 1 | -1/+2 |
2022-10-17 | ASoC: rsnd: Use DIV_ROUND_UP() instead of open-coding it | Shang XiaoJing | 1 | -2/+2 |
2022-10-03 | Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 5 | -5/+22 |
2022-09-27 | ASoC: sh: Replace runtime->status->state reference to runtime->state | Takashi Iwai | 1 | -1/+1 |
2022-09-02 | ASoC: rsnd: Add check for rsnd_mod_power_on | Jiasheng Jiang | 5 | -5/+22 |
2022-08-16 | Merge tag 'asoc-fix-v6.0-rc1' of https://git.kernel.org/pub/scm/linux/kernel/... | Takashi Iwai | 1 | -11/+15 |
2022-08-15 | Merge remote-tracking branch 'asoc/for-5.20' into asoc-6.0 | Mark Brown | 1 | -11/+15 |
2022-08-05 | ASoC: sh: rz-ssi: Improve error handling in rz_ssi_probe() error path | Biju Das | 1 | -11/+15 |
2022-08-01 | Merge branch 'for-next' into for-linus | Takashi Iwai | 7 | -34/+48 |
2022-07-19 | ASoC: rsnd: ssiu: add missing .quit callback for gen2 | Wang Jiada | 1 | -0/+1 |
2022-07-14 | ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl() | Kuninori Morimoto | 1 | -0/+2 |
2022-07-06 | ASoC: rsnd: Emit useful error messages in .remove() | Uwe Kleine-König | 1 | -4/+11 |
2022-06-27 | ASoC: sh: Migrate to new style legacy DAI naming flag | Charles Keepax | 5 | -19/+24 |