summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel_ssc_dai: Remove the unneeded result variableye xingchen2022-08-231-4/+1
* ASoC: sam9g20_wm8731: Simplify some error messageChristophe JAILLET2022-08-151-1/+1
* ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversionNathan Chancellor2022-08-151-1/+1
* ASoC: atmel: one fix and one cleanupMark Brown2022-07-282-11/+6
|\
| * ASoC: mchp-spdiftx: remove references to mchp_i2s_capsClaudiu Beznea2022-07-271-8/+0
| * ASoC: mchp-spdifrx: disable end of block interrupt on failuresClaudiu Beznea2022-07-271-3/+6
* | ASoC: atmel: one fix and few cleanupsMark Brown2022-07-262-14/+10
|\ \
| * | ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE()Claudiu Beznea2022-07-261-1/+1
| * | ASoC: mchp-spdiftx: return directly retClaudiu Beznea2022-07-261-8/+4
| * | ASoC: mchp-spdifrx: use single tab indent for structureClaudiu Beznea2022-07-261-5/+5
| |/
* | ASoC: atmel_ssc_dai: remove #ifdef CONFIG_PMClaudiu Beznea2022-07-151-7/+2
* | ASoC: atmel: mchp-pdmc: remove space in front of mchp_pdmc_dt_init()Claudiu Beznea2022-07-111-1/+1
* | ASoC: atmel: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-278-7/+15
* | ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König2022-06-221-1/+3
* | ASoC: atmel: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-064-4/+4
* | ASoC: atmel: Update to use set_fmt_new callbackCharles Keepax2022-06-064-21/+21
|/
* Clean up usage of the endianness flagMark Brown2022-05-102-2/+0
|\
| * ASoC: atmel-classd: Remove endianness flag on class d componentCharles Keepax2022-05-091-1/+0
| * ASoC: atmel-pdmic: Remove endianness flag on pdmic componentCharles Keepax2022-05-091-1/+0
* | ASoC: sam9g20_wm8731: Use dev_err_probe() for snd_soc_register_card()Mark Brown2022-05-091-1/+2
|/
* ASoC: Pull in fixesMark Brown2022-05-041-0/+1
|\
| * ASoC: atmel: mchp-pdmc: set prepare_slave_configCodrin Ciubotariu2022-04-251-0/+1
* | ASoC: wm8731: Overhaul of the driverMark Brown2022-04-051-2/+2
|\ \
| * | ASoC: wm8731: Factor out the I2C and SPI bus code into separate modulesMark Brown2022-04-041-2/+2
* | | ASoC: atmel: Don't squash error codes from atmel_ssc_set_audio()Mark Brown2022-04-041-2/+2
* | | ASoC: atmel: Fix error handling in at91samg20ek probe()Mark Brown2022-04-041-3/+6
| |/ |/|
* | ASoC: atmel: Remove system clock tree configuration for at91sam9g20ekMark Brown2022-04-041-61/+0
|/
* ASoC: atmel: mchp-pdmc: print the correct property nameCodrin Ciubotariu2022-03-181-5/+6
* ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probeMiaoqian Lin2022-03-161-6/+7
* ASoC: atmel: mchp-pdmc: Fix `-Wpointer-bool-conversion` warningAlviro Iskandar Setiawan2022-03-151-1/+1
* ASoC: mchp-spdifrx: fix typoClaudiu Beznea2022-03-111-1/+1
* ASoC: atmel: mchp-pdmc: Fix spelling mistake "microchopnes" -> "microphones"Colin Ian King2022-03-101-1/+1
* ASoC: atmel: mchp-pdmc: Remove unnecessary print function dev_err()Jiapeng Chong2022-03-101-3/+1
* Add driver for SAMA7G5's PDMCMark Brown2022-03-083-0/+1102
|\
| * ASoC: atmel: mchp-pdmc: add PDMC driverCodrin Ciubotariu2022-03-083-0/+1102
* | ASoC: atmel: Fix error handling in snd_proto_probeMiaoqian Lin2022-03-081-8/+12
|/
* ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probeMiaoqian Lin2022-03-071-0/+1
* ASoC: atmel_ssc_dai: Handle errors for clk_enableJiasheng Jiang2022-03-021-1/+4
* ASoC: ateml: Use dev_err_probe() helperKuninori Morimoto2021-12-202-23/+15
* ASoC: atmel: Convert to new style DAI format definitionsMark Brown2021-09-168-27/+27
* ASoC: atmel: ATMEL drivers don't need HAS_DMARandy Dunlap2021-07-111-1/+0
* ASoC: atmel: fix spelling mistakesGu Shengxian2021-07-113-5/+5
* Merge remote-tracking branch 'asoc/for-5.14' into asoc-nextMark Brown2021-06-256-13/+11
|\
| * ASoC: atmel: switch to use snd_soc_daifmt_parse_format/clock_provider()Kuninori Morimoto2021-06-211-3/+6
| * ASoC: atmel-pdmic: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-141-2/+1
| * ASoC: atmel-i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-141-2/+1
| * ASoC: atmel-classd: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-141-2/+1
| * ASoC: mchp-i2s-mcc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-141-2/+1
| * ASoC: atmel: sam9x5_wm8731: use devm_snd_soc_register_card()Yang Yingliang2021-06-031-2/+1
* | ASoC: atmel-i2s: Fix usage of capture and playback at the same timeCodrin Ciubotariu2021-06-211-8/+26