aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-1/+1
2014-09-29ASoC: rx51: Use snd_soc_dapm_to_codec() instead of dapm->codecLars-Peter Clausen1-1/+1
2014-08-29ASoC: omap-twl4030: Fix typo in 2nd dai link's platform_namePeter Ujfalusi1-1/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/oom' and 'asoc/topic/pxa' into asoc-nextMark Brown3-30/+13
2014-07-22ASoC: Move card field form platform/codec to componentLars-Peter Clausen1-1/+1
2014-07-14ASoC: omap-dmic: Use devm_clk_getHimangi Saraogi1-23/+6
2014-07-09ASoC: omap-dmic: Use devm_snd_soc_register_componentManish Badarkhe1-3/+3
2014-07-09ASoC: omap-mcbsp: Use devm_snd_soc_register_componentManish Badarkhe1-4/+3
2014-06-21ASoC: omap-pcm: Include omap-pcm.hLars-Peter Clausen1-0/+1
2014-06-03ASoC: Fix wrong argument for card remove callbacksTakashi Iwai3-4/+3
2014-06-03ASoC: free jack GPIOs before the sound card is freedStephen Warren3-27/+33
2014-06-03Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into asoc-nextMark Brown5-34/+4
2014-05-26ASoC: omap-pcm: Move omap-pcm under include/soundJyri Sarha5-34/+4
2014-05-22Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/rcar', 'asoc/topic/rt5640' and 'asoc/topic/rt5645' into asoc-nextMark Brown16-122/+235
2014-05-22Merge remote-tracking branches 'asoc/topic/cs42l56', 'asoc/topic/cs42xx8' and 'asoc/topic/davinci' into asoc-nextMark Brown5-105/+73
2014-05-20ASoC: omap: Replace instances of rtd->codec->card with rtd->cardLars-Peter Clausen3-7/+5
2014-05-19ASoC: Remove needless snd_soc_dapm_enable_pin() from machine driver initsJarkko Nikula1-2/+0
2014-05-01ASoC: omap: Amstrad E3 needs TTY support for codecArnd Bergmann1-1/+1
2014-05-01ASoC: omap: RX-51 audio needs I2CArnd Bergmann1-1/+1
2014-05-01ASoC: omap: rx51: Add DT supportSebastian Reichel1-0/+53
2014-05-01ASoC: omap: rx51: Add some error messagesSebastian Reichel1-3/+13
2014-05-01ASoC: omap: rx51: get GPIO numbers via gpiod APISebastian Reichel1-35/+79
2014-05-01ASoC: omap: rx51: omap_mcbsp_st_add_controls: add id parameterSebastian Reichel3-4/+5
2014-04-29ASoC: omap: rx51: Use devm_snd_soc_register_cardSebastian Reichel1-20/+22
2014-04-29ASoC: omap: rx51: Add module aliasSebastian Reichel1-0/+1
2014-04-29ASoC: omap: rx51: Use static const char * const arraysSebastian Reichel1-3/+5
2014-04-22ASoC: omap-hdmi: Remove excess curly bracketPeter Ujfalusi1-1/+0
2014-04-18ASoC: omap-pcm: Drop the platform driver init codePeter Ujfalusi1-25/+0
2014-04-18ASoC: omap-hdmi-card: Use the same name for platform as the cpu_daiPeter Ujfalusi1-1/+1
2014-04-18ASoC: rx51: Use the same name for platform as the cpu_daiPeter Ujfalusi1-1/+1
2014-04-18ASoC: osk5912: Use the same name for platform as the cpu_daiPeter Ujfalusi1-1/+1
2014-04-18ASoC: omap3pandora: Use the same name for platform as the cpu_daiPeter Ujfalusi1-2/+2
2014-04-18ASoC: n810: Use the same name for platform as the cpu_daiPeter Ujfalusi1-1/+1
2014-04-18ASoC: ams-delta: Use the same name for platform as the cpu_daiPeter Ujfalusi1-1/+1
2014-04-18ASoC: am3517evm: Use the same name for platform as the cpu_daiPeter Ujfalusi1-1/+1
2014-04-18ASoC: omap-twl4030: Use the same name/node for platform as the cpu_daiPeter Ujfalusi1-2/+8
2014-04-18ASoC: omap-abe-twl6040: Use the cpu_dai node to specify the platform driverPeter Ujfalusi1-6/+2
2014-04-18ASoC: omap-hdmi: Bind the platform driver to the dai driver when loadingPeter Ujfalusi1-1/+6
2014-04-18ASoC: omap-dmic: Bind the platform driver to the dai driver when loadingPeter Ujfalusi1-0/+5
2014-04-18ASoC: omap-dmic: Assign the dai DMA data at earlier timePeter Ujfalusi1-1/+3
2014-04-18ASoC: omap-pcm: Support for binding the platform driver to dai devicesPeter Ujfalusi2-0/+36
2014-04-18ASoC: omap-mcbsp: Bind the platform driver to the dai driver when loadingPeter Ujfalusi1-4/+9
2014-04-18ASoC: omap-mcbsp: Assign the dai DMA data at earlier timePeter Ujfalusi1-3/+4
2014-04-18ASoC: omap-mcpdm: Bind the platform driver to the dai driver when loadingPeter Ujfalusi1-1/+7
2014-04-18ASoC: omap-mcpdm: Assign the dai DMA data at earlier timePeter Ujfalusi1-3/+5
2014-04-14ASoC: omap3pandora: Convert to table based DAPM setupLars-Peter Clausen1-22/+9
2014-04-14ASoC: omap: rx51: Convert to table based control and DAPM setupLars-Peter Clausen1-40/+7
2014-04-14ASoC: ams-delta: Convert to table based DAPM and control setupLars-Peter Clausen1-43/+21
2014-03-23Merge remote-tracking branches 'asoc/topic/max98090' and 'asoc/topic/omap' into asoc-nextMark Brown1-2/+1
2014-03-13ASoC: omap-abe-twl6040: Register machine level DMIC DAPM routes with the cardLars-Peter Clausen1-2/+1