summaryrefslogtreecommitdiffstats
path: root/sound/soc/omap
Commit message (Expand)AuthorAgeFilesLines
* ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLEPeter Ujfalusi2018-11-231-0/+9
* ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLEPeter Ujfalusi2018-11-231-1/+42
* ASoC: omap-mcbsp: Fix latency value calculation for pm_qosPeter Ujfalusi2018-11-231-3/+3
* ASoC: omap-abe-twl6040: Fix missing audio card caused by deferred probingPeter Ujfalusi2018-11-141-38/+29Star
* ASoC: omap: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-3/+1Star
* ASoC: omap-dmic: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+2
* ASoC: omap-mcpdm: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-031-0/+4
* ASoC: twl6040: make pointer dmic_codec_dev staticColin Ian King2018-06-181-1/+1
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-121-17/+21
|\
| * Merge tag 'omap-for-v4.18/soc-late-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2018-05-261-17/+21
| |\
| | * ASoC: ams_delta: use GPIO lookup tableJanusz Krzysztofik2018-05-231-17/+21
* | | ASoC: omap: fix compile-test buildingArnd Bergmann2018-05-251-1/+1
* | | ASoC: omap: sdma-pcm: Correction for the include filesPeter Ujfalusi2018-05-171-1/+2
* | | ASoC: omap: sdma-pcm: Fix modpost warningPeter Ujfalusi2018-05-171-0/+5
* | | ASoC: omap: Delete the obsolete omap-pcmPeter Ujfalusi2018-05-113-266/+1Star
* | | ASoC: omap-mcbsp: Convert to use the sdma-pcm instead of omap-pcmPeter Ujfalusi2018-05-092-9/+9
* | | ASoC: omap-mcpdm: Convert to use the sdma-pcm instead of omap-pcmPeter Ujfalusi2018-05-092-3/+3
* | | ASoC: omap-dmic: Convert to use the sdma-pcm instead of omap-pcmPeter Ujfalusi2018-05-092-3/+3
* | | ASoC: omap-hdmi-audio: Convert to use the sdma-pcm instead of omap-pcmPeter Ujfalusi2018-05-092-3/+4
* | | ASoC: omap: Introduce the generic_dmaengine_pcm based sdma-pcmPeter Ujfalusi2018-05-094-0/+97
* | | ASoC: omap: Remove OMAP_MUX dependency from Nokia N810 audio supportJarkko Nikula2018-04-271-1/+0Star
* | | ASoC: omap: n810: HS mic is not working, add a widget for it with commentPeter Ujfalusi2018-04-271-2/+9
* | | ASoC: omap: n810: Correct the cpu_dai, platform and codec namePeter Ujfalusi2018-04-271-3/+3
* | | ASoC: omap: n810: Correct the card level dapm_routePeter Ujfalusi2018-04-271-2/+2
|/ /
* / ASoC: dmic: Fix clock parentingTero Kristo2018-04-121-3/+11
|/
*-. Merge remote-tracking branches 'asoc/topic/twl4030', 'asoc/topic/twl6040', 'a...Mark Brown2018-03-281-4/+4
|\ \
| | * ASoC: twl6040: replace codec to componentKuninori Morimoto2018-02-121-4/+4
| |/
| |
| \
*-. | Merge remote-tracking branches 'asoc/topic/cx20442', 'asoc/topic/cygnus', 'as...Mark Brown2018-03-281-10/+10
|\ \|
| * | ASoC: cx20442: replace codec to componentKuninori Morimoto2018-02-121-10/+10
| |/
* / ASoC: omap-pcm: replace platform to componentKuninori Morimoto2018-02-121-2/+3
|/
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-2/+2
|\
| * treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-2/+2
* | ASoC: don't use codec hw_write on cx20442/omap-ams-deltaKuninori Morimoto2017-11-271-2/+2
|/
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-132-0/+4
|\
| *-. Merge remote-tracking branches 'asoc/topic/max98925', 'asoc/topic/max98927', ...Mark Brown2017-11-101-0/+3
| |\ \
| | | * ASoC: omap-hdmi-audio: Handle return value of devm_kasprintfArvind Yadav2017-09-211-0/+3
| | |/
| * / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / ALSA: Convert timers to use timer_setup()Kees Cook2017-10-261-2/+2
|/
* Merge tag 'sound-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-09-074-34/+2Star
|\
| *-. Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/psc-ac97' and '...Mark Brown2017-09-011-2/+2
| |\ \
| | * | ASoC: omap: make snd_soc_platform_driver constBhumika Goyal2017-08-141-1/+1
| | * | ASoC: omap: constify snd_pcm_ops structuresArvind Yadav2017-08-141-1/+1
| | |/
| * / ASoC: omap: Remove superfluous snd_soc_jack_free_gpios() callTakashi Iwai2017-08-223-32/+0Star
| |/
* / drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart2017-08-161-6/+3Star
|/
* ASoC: omap-mcbsp: Use sysfs_match_string() helperAndy Shevchenko2017-06-091-8/+4Star
* ASoC: omap: constify snd_soc_ops structuresBhumika Goyal2017-03-207-7/+7
* ASoC: omap: Remove unnecessary 'out of memory' messageAdriana Constantinescu2017-03-071-3/+2Star
* ASoC: omap-mcbsp: Add PM QoS support for McBSP to prevent glitchesMatt Ranostay2017-02-012-1/+50
* ASoC: omap-pcm: off-by-one in 'omap_pcm_limit_supported_formats'Christophe JAILLET2016-09-011-1/+1
* ASoC: omap-abe-twl6040: Use devm_snd_soc_register_card()Wei Yongjun2016-08-241-12/+2Star