aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/atmel
AgeCommit message (Expand)AuthorFilesLines
2023-10-09ASoC: Explicitly include correct DT includesGravatar Rob Herring 3-3/+1
2023-09-25ASoC: atmel: convert not to use asoc_xxx()Gravatar Kuninori Morimoto 8-22/+22
2023-09-01ASoC: dmaengine: Drop unused iov_iter for process callbackGravatar Takashi Iwai 1-1/+1
2023-08-28Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 7-51/+51
2023-08-24Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+4
2023-08-18ASoC: dmaengine: Use iov_iter for process callback, tooGravatar Takashi Iwai 1-1/+1
2023-08-14ASoC: atmel: merge DAI call back functions into opsGravatar Kuninori Morimoto 5-45/+45
2023-08-13ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()Gravatar Ruan Jinjie 1-1/+1
2023-08-13ASoC: atmel: Remove redundant of_match_ptr()Gravatar Ruan Jinjie 5-5/+5
2023-07-25ASoC: atmel: Fix the 8K sample parameter in I2SC masterGravatar Guiting Shen 1-1/+4
2023-07-20ASoC: atmel: mchp-pdmc: Use snd_ctl_remove_id()Gravatar Takashi Iwai 1-10/+2
2023-06-13ASoC: atmel: use use new trigger ordering methodGravatar Kuninori Morimoto 1-1/+1
2023-05-22ASoC: atmel: sam9g20_wm8731: Remove the unneeded include <linux/i2c.h>Gravatar Christophe JAILLET 1-1/+0
2023-05-08ASoC: atmel: use asoc_dummy_dlcGravatar Kuninori Morimoto 2-10/+6
2023-03-24ASoC: atmel: remove unnecessary dai_link->platformGravatar Kuninori Morimoto 2-8/+2
2023-03-20ASoC: atmel: tse850-pcm5142: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: sam9x5_wm8731: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: sam9g20_wm8731: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: mikroe-proto: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: mchp-spdiftx: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: mchp-spdifrx: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: mchp-pdmc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: mchp-i2s-mcc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: atmel_wm8904: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-20ASoC: atmel: atmel-i2s: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-05ASoC: mchp-pdmc: avoid casting to/from void pointerGravatar Claudiu Beznea 1-2/+2
2023-03-05ASoC: mchp-pdmc: return directly retGravatar Claudiu Beznea 1-4/+2
2023-03-05ASoC: mchp-pdmc: use FIELD_PREP() where possibleGravatar Claudiu Beznea 1-6/+3
2023-03-05ASoC: mchp-spdiftx: update debug messageGravatar Claudiu Beznea 1-1/+1
2023-03-05ASoC: mchp-spdiftx: use regmap_update_bits()Gravatar Claudiu Beznea 1-17/+5
2023-03-05ASoC: mchp-spdiftx: use FIELD_PREP() where possibleGravatar Claudiu Beznea 1-12/+9
2023-02-28ASoC: mchp-pdmc: fix poc noises when startingGravatar Mark Brown 1-5/+48
2023-02-28ASoC: sam9g20ek: Disable capture unless building with microphone inputGravatar Mark Brown 1-0/+3
2023-02-28ASoC: mchp-pdmc: fix poc noise at capture startupGravatar Claudiu Beznea 1-5/+48
2023-02-02ASoC: mchp-spdifrx: Fix uninitialized use of mr in mchp_spdifrx_hw_params()Gravatar Nathan Chancellor 1-1/+1
2023-01-30ASoC: mchp-spdifrx: document data structuresGravatar Claudiu Beznea 1-0/+29
2023-01-30ASoC: mchp-spdifrx: add runtime pm supportGravatar Claudiu Beznea 1-44/+166
2023-01-30ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt memberGravatar Claudiu Beznea 1-1/+0
2023-01-30ASoC: mchp-spdifrx: use unsigned long to store clk_get_rate() valueGravatar Claudiu Beznea 1-1/+1
2023-01-30ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()Gravatar Claudiu Beznea 1-1/+1
2023-01-30ASoC: mchp-spdifrx: fix controls that works with completion mechanismGravatar Claudiu Beznea 1-66/+77
2023-01-30ASoC: mchp-spdifrx: fix return value in case completion times outGravatar Claudiu Beznea 1-2/+3
2023-01-30ASoC: mchp-spdifrx: fix controls which rely on rsr registerGravatar Claudiu Beznea 1-50/+142
2022-12-27ASoC: microchip: power saving features and cleanupsGravatar Mark Brown 2-52/+101
2022-12-25ASoC: mchp-spdiftx: use FIELD_PREP() where possibleGravatar Claudiu Beznea 1-4/+4
2022-12-25ASoC: mchp-pdmc: add support for suspend to RAMGravatar Claudiu Beznea 1-6/+13
2022-12-25ASoC: mchp-pdmc: use runtime pm for clock power savingGravatar Claudiu Beznea 1-42/+84
2022-12-25ASoC: atmel-pdmic: Drop empty platform remove functionGravatar Uwe Kleine-König 1-6/+0
2022-12-25ASoC: atmel-classd: Drop empty platform remove functionGravatar Uwe Kleine-König 1-6/+0
2022-11-18ASoC: mchp-spdiftx: add support for system suspend/resumeGravatar Claudiu Beznea 1-9/+13