| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: rsnd: no exception for SCU | Kuninori Morimoto | 2024-04-02 | 5 | -20/+0 |
* | ASoC: rsnd: R-Car Gen1/Gen2 exception | Kuninori Morimoto | 2024-04-02 | 1 | -2/+2 |
* | ASoC: rsnd: rename rsnd_is_e3() to rsnd_is_gen3_e3() | Kuninori Morimoto | 2024-04-02 | 2 | -2/+2 |
* | ASoC: rsnd: don't get resource from ID | Kuninori Morimoto | 2024-04-02 | 10 | -38/+27 |
* | ASoC: rsnd: cleanup regmap table | Kuninori Morimoto | 2024-04-02 | 2 | -292/+226 |
* | Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2024-03-11 | 1 | -1/+1 |
|\ |
|
| * | ASoC: sh: rz-ssi: Fix error message print | Lad Prabhakar | 2024-01-30 | 1 | -1/+1 |
* | | ASoC: rcar: adg: correct TIMSEL setting for SSI9 | Andreas Pape | 2024-03-04 | 1 | -0/+7 |
|/ |
|
* | ASoC: sh: convert not to use dma_request_slave_channel() | Christophe JAILLET | 2023-11-27 | 1 | -1/+3 |
* | ASoC: Explicitly include correct DT includes | Rob Herring | 2023-10-09 | 6 | -5/+5 |
* | ASoC: convert asoc_xxx() to snd_soc_xxx() | Mark Brown | 2023-09-26 | 5 | -26/+26 |
|\ |
|
| * | ASoC: sh: convert not to use asoc_xxx() | Kuninori Morimoto | 2023-09-25 | 5 | -26/+26 |
* | | ASoC: sh: dma-sh7760: Use %pad and %zu to format dma_addr_t and size_t | Geert Uytterhoeven | 2023-09-25 | 1 | -3/+3 |
|/ |
|
* | ASoC: Merge up fixes | Mark Brown | 2023-09-12 | 1 | -0/+1 |
|\ |
|
| * | ASoC: rsnd: add missing of_node_put | Julia Lawall | 2023-09-11 | 1 | -0/+1 |
* | | ASoC: rsnd: remove unneeded of_node_put() | Kuninori Morimoto | 2023-09-12 | 1 | -1/+0 |
|/ |
|
* | ASoC: rsnd: setup BRGCKR/BRRA/BRRB on rsnd_adg_clk_control() | Kuninori Morimoto | 2023-08-23 | 1 | -2/+7 |
* | ASoC: rsnd: remove default division of clock out | Kuninori Morimoto | 2023-08-23 | 1 | -9/+6 |
* | ASoC: rsnd: tidyup brga/brgb default value | Kuninori Morimoto | 2023-08-23 | 1 | -2/+2 |
* | ASoC: rsnd: setup clock-out only when all conditions are right | Kuninori Morimoto | 2023-08-23 | 1 | -0/+4 |
* | ASoC: rsnd: enable clk_i approximate rate usage | Kuninori Morimoto | 2023-08-23 | 1 | -0/+36 |
* | ASoC: rsnd: merge DAI call back functions into ops | Kuninori Morimoto | 2023-08-14 | 1 | -14/+13 |
* | ASoC: rsnd: call of_node_put() when break | Kuninori Morimoto | 2023-08-09 | 1 | -0/+2 |
* | ASoC: rsnd: enable multi Component support for Audio Graph Card/Card2 | Kuninori Morimoto | 2023-07-31 | 2 | -43/+95 |
* | ASoC: rsnd: cleanup rsnd_dai_of_node() | Kuninori Morimoto | 2023-07-31 | 1 | -14/+17 |
* | ASoC: rsnd: use DAI driver ID instead of DAI ID | Kuninori Morimoto | 2023-07-31 | 1 | -0/+1 |
* | ASoC: siu: Add MODULE_FIRMWARE macro | Juerg Haefliger | 2023-06-13 | 1 | -0/+2 |
* | ASoC: sh: siu_dai: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-20 | 1 | -3/+2 |
* | ASoC: sh: rz-ssi: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-20 | 1 | -4/+2 |
* | ASoC: sh: rcar: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-20 | 1 | -4/+2 |
* | ASoC: sh: hac: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-20 | 1 | -3/+2 |
* | ASoC: sh: fsi: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-03-20 | 1 | -4/+2 |
* | ASoC: Use of_property_read_bool() for boolean properties | Rob Herring | 2023-03-11 | 1 | -2/+2 |
* | ASoC: Use of_property_present() for testing DT property presence | Rob Herring | 2023-03-11 | 1 | -1/+1 |
* | ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels | Lad Prabhakar | 2023-03-05 | 1 | -19/+44 |
* | ASoC: rsnd: adg: Fix BRG typos | Geert Uytterhoeven | 2023-02-16 | 1 | -32/+32 |
* | ASoC: rsnd: core.c: indicate warning if strange TDM width was set | Kuninori Morimoto | 2023-02-10 | 1 | -0/+7 |
* | ASoC: rsnd: add R-Car Gen4 Sound support | Kuninori Morimoto | 2023-02-01 | 6 | -6/+140 |
* | ASoC: rsnd: dma.c: tidyup rsnd_dma_probe() | Kuninori Morimoto | 2023-02-01 | 1 | -2/+7 |
* | ASoC: rsnd: tidyup rsnd_dma_addr() | Kuninori Morimoto | 2023-02-01 | 1 | -5/+5 |
* | ASoC: rsnd: use array for 44.1kHz/48kHz rate handling | Kuninori Morimoto | 2023-02-01 | 1 | -30/+30 |
* | ASoC: rsnd: use clkin/out_size | Kuninori Morimoto | 2023-02-01 | 1 | -7/+23 |
* | ASoC: rsnd: moves clkout_name to top of the file | Kuninori Morimoto | 2023-02-01 | 1 | -6/+7 |
* | ASoC: rsnd: rename clk to clkin | Kuninori Morimoto | 2023-02-01 | 1 | -19/+20 |
* | ASoC: rsnd: remove unnecessary ADG flags | Kuninori Morimoto | 2023-02-01 | 1 | -21/+4 |
* | ASoC: rsnd: use same debug message format on clkout | Kuninori Morimoto | 2023-02-01 | 1 | -2/+2 |
* | ASoC: rsnd: indicate warning once if it can't handle requested rule | Kuninori Morimoto | 2023-02-01 | 2 | -3/+17 |
* | ASoC: rsnd: indicate necessary error when clock start failed | Kuninori Morimoto | 2023-02-01 | 1 | -5/+8 |
* | ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call() | Kuninori Morimoto | 2023-02-01 | 1 | -10/+0 |
* | ASoC: rsnd: fixup #endif position | Kuninori Morimoto | 2023-02-01 | 1 | -2/+2 |