| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: Stop dummy from overriding hwparams | Amadeusz Sławiński | 2021-10-29 | 1 | -0/+13 |
* | ASoC: soc-core: add snd_soc_runtime_get_dai_fmt() | Kuninori Morimoto | 2021-06-07 | 1 | -0/+29 |
* | ASoC: soc-utils: add snd_soc_component_is_dummy() | Kuninori Morimoto | 2021-04-16 | 1 | -0/+6 |
* | ASoC: soc-xxx: add asoc_substream_to_rtd() | Kuninori Morimoto | 2020-07-23 | 1 | -1/+1 |
* | asoc: Update supported rate and format for dummy dai | Rohit kumar | 2020-06-29 | 1 | -1/+2 |
* | ASoC: utils: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 1 | -1/+0 |
* | ASoC: soc-utils: remove snd_pcm_ops | Kuninori Morimoto | 2019-10-08 | 1 | -7/+4 |
* | ASoC: add soc-component.c | Kuninori Morimoto | 2019-08-05 | 1 | -199/+0 |
* | ASoC: soc-utils: Rename dummy_dma_ops to snd_dummy_dma_ops | Matthias Kaehlcke | 2018-09-28 | 1 | -2/+2 |
* | Merge branch 'asoc-4.18' into asoc-4.19 wmadsp dep | Mark Brown | 2018-08-08 | 1 | -1/+1 |
|\ |
|
| * | ASoC: soc-utils: Fix unregistration order | Fabio Estevam | 2018-06-26 | 1 | -1/+1 |
* | | ASoC: soc-utils.c: convert to SPDX identifiers | Kuninori Morimoto | 2018-07-02 | 1 | -14/+8 |
|/ |
|
* | ASoC: soc-utils: replace codec to component | Kuninori Morimoto | 2018-02-12 | 1 | -14/+8 |
* | ASoC: soc-utils: replace platform to component | Kuninori Morimoto | 2018-02-12 | 1 | -3/+3 |
* | ASoC: soc-utils: add const to dummy_codec | Kuninori Morimoto | 2017-11-29 | 1 | -1/+1 |
* | ASoC: soc-utils: make snd_soc_platform_driver const | Bhumika Goyal | 2017-08-14 | 1 | -1/+1 |
* | ASoC: core: Add component pin control functions | Richard Fitzgerald | 2016-11-30 | 1 | -0/+199 |
* | ASoC: constify snd_pcm_ops structures | Julia Lawall | 2016-09-12 | 1 | -1/+1 |
* | ASoC: Document snd-soc-dummy-dai purpose | Anatol Pomozov | 2015-08-31 | 1 | -0/+9 |
* | ASoC: : drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | Merge remote-tracking branch 'asoc/topic/dapm' into for-tiwai | Mark Brown | 2014-01-16 | 1 | -0/+7 |
|\ |
|
| * | ASoC: utils: Add internal call to determine if DAI is dummy. | Liam Girdwood | 2014-01-08 | 1 | -0/+7 |
* | | ASoC: soc-utils: Don't set unused struct snd_pcm_hardware fields | Lars-Peter Clausen | 2013-12-30 | 1 | -4/+0 |
|/ |
|
* | ASoC: core utils: Dont set DMA params for BE substreams | Liam Girdwood | 2013-09-17 | 1 | -1/+5 |
* | ASoC: simplify registration of snd-soc-dummy device | Uwe Kleine-König | 2013-05-17 | 1 | -9/+4 |
* | ASoC: define playback and capture streams in dummy codec | Stas Sergeev | 2013-04-17 | 1 | -0/+25 |
* | ASoC: utils: remove __dev* attributes | Bill Pemberton | 2012-12-09 | 1 | -3/+3 |
* | ASoC: utils - Add support for a dummy codec driver. | Liam Girdwood | 2012-01-20 | 1 | -1/+19 |
* | ASoC: Provide a more complete DMA driver stub | Mark Brown | 2011-12-06 | 1 | -1/+30 |
* | sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | ASoC: Work around allmodconfig failure | Mark Brown | 2011-04-28 | 1 | -4/+2 |
* | ASoC: Add more natural support for no-DMA DAIs | Mark Brown | 2011-04-27 | 1 | -0/+55 |
* | ASoC: Use snd_pcm_format_width() in snd_soc_params_to_frame_size() | Mark Brown | 2011-02-01 | 1 | -20/+3 |
* | ASoC: Add BCLK calculation utility for TDM mode too | Mark Brown | 2009-11-25 | 1 | -0/+6 |
* | ASoC: Add bit clock rate calculator utility functions | Mark Brown | 2009-11-12 | 1 | -0/+68 |