summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel/sam9g20_wm8731.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: atmel: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-1/+1
* ASoC: atmel: sam9g20_wm8731: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-05-221-1/+0
* ASoC: atmel: sam9g20_wm8731: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: sam9g20ek: Disable capture unless building with microphone inputMark Brown2023-02-281-0/+3
* ASoC: sam9g20_wm8731: Simplify some error messageChristophe JAILLET2022-08-151-1/+1
* ASoC: sam9g20_wm8731: Use dev_err_probe() for snd_soc_register_card()Mark Brown2022-05-091-1/+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: Add missing of_node_put() in at91sam9g20ek_audio_probeMiaoqian Lin2022-03-071-0/+1
* ASoC: atmel: Convert to new style DAI format definitionsMark Brown2021-09-161-1/+1
* ASoC: atmel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* ASoC: atmel: sam9g20_wm8731: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+4
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-14/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* | ASoC: atmel: sam9g20_wm8731: don't select unnecessary PlatformKuninori Morimoto2019-06-191-4/+1
* | ASoC: atmel: sam9g20_wm8731: use modern dai_link styleKuninori Morimoto2019-06-061-10/+12
|/
* ASoC: sam9g20_wm8731: use dev_*() logging functionsLadislav Michl2018-01-221-9/+8
* ASoC: at91sam9g20ek: Automatically disconnect non-connected pinsLars-Peter Clausen2015-04-271-7/+3
* ASoC: sam9g20_wm8731: drop machine_is_xxxAlexandre Belloni2015-03-021-37/+31
*-. Merge remote-tracking branches 'asoc/topic/cs42l73', 'asoc/topic/dai' and 'as...Mark Brown2015-02-041-28/+2
|\ \
| | * ASoC: sam9g20_wm8731: Use static DAI format setupLars-Peter Clausen2015-01-061-28/+2
| |/
* / ASoC: atmel: sam9g20_wm8731: remove useless includeAlexandre Belloni2015-01-061-1/+0
|/
* ASoC: atmel: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ASoC: sam9g20_wm8731: remove useless mach/gpio.hNicolas Ferre2014-05-071-1/+0
* ASoC: sam9g20_wm8731: Convert to table based DAPM setupLars-Peter Clausen2014-03-101-13/+7
* ASoC: atmel: Include linux/of.h headerSachin Kamat2013-10-161-0/+1
* ASoC: sam9g20ek: Let device core handle pinctrlMark Brown2013-05-121-9/+0
* ASoC: sam9g20_wm8731: disable clock and correct sequence when unloadBo Shen2013-02-041-3/+3
* ASoC: atmel: remove __dev* attributesBill Pemberton2012-12-101-3/+3
* ASoC: at91sam9g20ek-wm8731: convert to dt supportBo Shen2012-11-161-2/+61
* ASoC: atmel-ssc-dai: match new method of dai and pcm registerBo Shen2012-11-161-2/+10
* ASoC: sam9g20-wm8731: convert to use snd_soc_register_card()Bo Shen2012-11-061-29/+22
* ASoC: atmel: Add .owner to struct snd_soc_cardAxel Lin2011-12-221-0/+1
* ASoC: Remove redundant snd_soc_dapm_sync() calls from machine driversMark Brown2011-10-081-2/+0
* ASoC: Add context parameter to card DAPM callbacksMark Brown2011-06-061-0/+1
* ASoC: sam9g20_wm8731: use the proper SYSCKL valueNicolas Ferre2011-05-261-1/+1
* ASoC: Remove -codec from WM8731 driver nameMark Brown2011-03-301-1/+1
* Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-251-1/+4
|\
| * ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error pathAxel Lin2010-11-251-1/+4
* | Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-221-2/+2
|\|
| * ASoC: atmel: test wrong variableVasiliy Kulikov2010-11-221-2/+2
* | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-8/+9
|/
* ASoC: Add simplfied device registration for Atmel SSC devicesMark Brown2010-08-181-0/+6
* ASoC: Fix device name for AT91SAM9G20-EK devicesMark Brown2010-08-181-2/+2
* ASoC: Support non-crystal master clocks for WM8731Mark Brown2010-08-181-1/+1
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-41/+10
* ASoC: at91sam9g20ek_2mmc board uses same audio connexion as at91sam9g20ekNicolas Ferre2009-10-091-1/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-09-141-36/+0
|\