aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-utils.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-25ASoC: soc-utils: convert not to use asoc_xxx()Kuninori Morimoto1-1/+1
2023-09-25ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()Kuninori Morimoto1-2/+2
2023-09-11ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbolSameer Pujar1-0/+1
2023-05-08ASoC: soc-utils.c: add asoc_dummy_dlcKuninori Morimoto1-0/+7
2022-11-07ASoC: soc-utils: Remove __exit for snd_soc_util_exit()Chen Zhongjin1-1/+1
2022-08-15ASoC: soc-utils: Improve kerneldoc for snd_soc_tdm_params_to_bclk()Richard Fitzgerald1-11/+12
2022-06-27ASoC: soc-utils: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-05ASoC: soc-utils: Add helper to calculate BCLK from TDM infoRichard Fitzgerald1-0/+45
2021-10-29ASoC: Stop dummy from overriding hwparamsAmadeusz Sławiński1-0/+13
2021-06-07ASoC: soc-core: add snd_soc_runtime_get_dai_fmt()Kuninori Morimoto1-0/+29
2021-04-16ASoC: soc-utils: add snd_soc_component_is_dummy()Kuninori Morimoto1-0/+6
2020-07-23ASoC: soc-xxx: add asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-06-29asoc: Update supported rate and format for dummy daiRohit kumar1-1/+2
2019-12-11ASoC: utils: Drop superfluous ioctl PCM opsTakashi Iwai1-1/+0
2019-10-08ASoC: soc-utils: remove snd_pcm_opsKuninori Morimoto1-7/+4
2019-08-05ASoC: add soc-component.cKuninori Morimoto1-199/+0
2018-09-27ASoC: soc-utils: Rename dummy_dma_ops to snd_dummy_dma_opsMatthias Kaehlcke1-2/+2
2018-08-08Merge branch 'asoc-4.18' into asoc-4.19 wmadsp depMark Brown1-1/+1
2018-07-02ASoC: soc-utils.c: convert to SPDX identifiersKuninori Morimoto1-14/+8
2018-06-26ASoC: soc-utils: Fix unregistration orderFabio Estevam1-1/+1
2018-02-12ASoC: soc-utils: replace codec to componentKuninori Morimoto1-14/+8
2018-02-12ASoC: soc-utils: replace platform to componentKuninori Morimoto1-3/+3
2017-11-29ASoC: soc-utils: add const to dummy_codecKuninori Morimoto1-1/+1
2017-08-14ASoC: soc-utils: make snd_soc_platform_driver constBhumika Goyal1-1/+1
2016-11-30ASoC: core: Add component pin control functionsRichard Fitzgerald1-0/+199
2016-09-12ASoC: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2015-08-31ASoC: Document snd-soc-dummy-dai purposeAnatol Pomozov1-0/+9
2014-10-20ASoC: : drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-16Merge remote-tracking branch 'asoc/topic/dapm' into for-tiwaiMark Brown1-0/+7
2014-01-08ASoC: utils: Add internal call to determine if DAI is dummy.Liam Girdwood1-0/+7
2013-12-30ASoC: soc-utils: Don't set unused struct snd_pcm_hardware fieldsLars-Peter Clausen1-4/+0
2013-09-17ASoC: core utils: Dont set DMA params for BE substreamsLiam Girdwood1-1/+5
2013-05-17ASoC: simplify registration of snd-soc-dummy deviceUwe Kleine-König1-9/+4
2013-04-17ASoC: define playback and capture streams in dummy codecStas Sergeev1-0/+25
2012-12-10ASoC: utils: remove __dev* attributesBill Pemberton1-3/+3
2012-01-20ASoC: utils - Add support for a dummy codec driver.Liam Girdwood1-1/+19
2011-12-06ASoC: Provide a more complete DMA driver stubMark Brown1-1/+30
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-04-28ASoC: Work around allmodconfig failureMark Brown1-4/+2
2011-04-27ASoC: Add more natural support for no-DMA DAIsMark Brown1-0/+55
2011-02-01ASoC: Use snd_pcm_format_width() in snd_soc_params_to_frame_size()Mark Brown1-20/+3
2009-11-25ASoC: Add BCLK calculation utility for TDM mode tooMark Brown1-0/+6
2009-11-12ASoC: Add bit clock rate calculator utility functionsMark Brown1-0/+68