summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel: use devm_snd_soc_register_card()Kuninori Morimoto2024-01-221-7/+1
* ASoC: Explicitly include correct DT includesRob Herring2023-10-093-3/+1
* ASoC: atmel: convert not to use asoc_xxx()Kuninori Morimoto2023-09-258-22/+22
* ASoC: dmaengine: Drop unused iov_iter for process callbackTakashi Iwai2023-09-011-1/+1
* Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-287-51/+51
|\
| * ASoC: atmel: merge DAI call back functions into opsKuninori Morimoto2023-08-145-45/+45
| * ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()Ruan Jinjie2023-08-131-1/+1
| * ASoC: atmel: Remove redundant of_match_ptr()Ruan Jinjie2023-08-135-5/+5
* | Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-241-1/+4
|\|
| * ASoC: atmel: Fix the 8K sample parameter in I2SC masterGuiting Shen2023-07-251-1/+4
* | ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai2023-08-181-1/+1
* | ASoC: atmel: mchp-pdmc: Use snd_ctl_remove_id()Takashi Iwai2023-07-201-10/+2
|/
* ASoC: atmel: use use new trigger ordering methodKuninori Morimoto2023-06-131-1/+1
* ASoC: atmel: sam9g20_wm8731: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-05-221-1/+0
* ASoC: atmel: use asoc_dummy_dlcKuninori Morimoto2023-05-082-10/+6
* ASoC: atmel: remove unnecessary dai_link->platformKuninori Morimoto2023-03-242-8/+2
* ASoC: atmel: tse850-pcm5142: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: sam9x5_wm8731: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: sam9g20_wm8731: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mikroe-proto: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-spdiftx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-spdifrx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-pdmc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: mchp-i2s-mcc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: atmel_wm8904: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: atmel: atmel-i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: mchp-pdmc: avoid casting to/from void pointerClaudiu Beznea2023-03-051-2/+2
* ASoC: mchp-pdmc: return directly retClaudiu Beznea2023-03-051-4/+2
* ASoC: mchp-pdmc: use FIELD_PREP() where possibleClaudiu Beznea2023-03-051-6/+3
* ASoC: mchp-spdiftx: update debug messageClaudiu Beznea2023-03-051-1/+1
* ASoC: mchp-spdiftx: use regmap_update_bits()Claudiu Beznea2023-03-051-17/+5
* ASoC: mchp-spdiftx: use FIELD_PREP() where possibleClaudiu Beznea2023-03-051-12/+9
* ASoC: mchp-pdmc: fix poc noises when startingMark Brown2023-02-281-5/+48
|\
| * ASoC: mchp-pdmc: fix poc noise at capture startupClaudiu Beznea2023-02-281-5/+48
* | ASoC: sam9g20ek: Disable capture unless building with microphone inputMark Brown2023-02-281-0/+3
|/
* ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()Nathan Chancellor2023-02-021-1/+1
* ASoC: mchp-spdifrx: document data structuresClaudiu Beznea2023-01-301-0/+29
* ASoC: mchp-spdifrx: add runtime pm supportClaudiu Beznea2023-01-301-44/+166
* ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt memberClaudiu Beznea2023-01-301-1/+0
* ASoC: mchp-spdifrx: use unsigned long to store clk_get_rate() valueClaudiu Beznea2023-01-301-1/+1
* ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()Claudiu Beznea2023-01-301-1/+1
* ASoC: mchp-spdifrx: fix controls that works with completion mechanismClaudiu Beznea2023-01-301-66/+77
* ASoC: mchp-spdifrx: fix return value in case completion times outClaudiu Beznea2023-01-301-2/+3
* ASoC: mchp-spdifrx: fix controls which rely on rsr registerClaudiu Beznea2023-01-301-50/+142
* ASoC: microchip: power saving features and cleanupsMark Brown2022-12-272-52/+101
|\
| * ASoC: mchp-spdiftx: use FIELD_PREP() where possibleClaudiu Beznea2022-12-251-4/+4
| * ASoC: mchp-pdmc: add support for suspend to RAMClaudiu Beznea2022-12-251-6/+13
| * ASoC: mchp-pdmc: use runtime pm for clock power savingClaudiu Beznea2022-12-251-42/+84
* | ASoC: atmel-pdmic: Drop empty platform remove functionUwe Kleine-König2022-12-251-6/+0
* | ASoC: atmel-classd: Drop empty platform remove functionUwe Kleine-König2022-12-251-6/+0
|/