linux/sound/soc/davinci
Peter Ujfalusi 4cd9db0859 ASoC: davinci-mcasp: Fix ruledata setup in davinci_mcasp_startup
Passing &mcasp->ruledata[dir] to snd_pcm_hw_rule_add() is not correct since
commit:
7b3d165a28 ASoC: davinci-mcasp: Index ruledata in drvdata with substream->stream
now sets up the struct based on the substream->stream (0 or 1) while we pass
a pointer which we take with dir (1 or 2). This will lead kernel crash.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-04-07 12:05:44 +01:00
..
davinci-evm.c ASoC: davinci-evm: Do not include davinci-pcm.h and davinci-i2s.h 2015-02-02 18:26:15 +00:00
davinci-i2s.c ASoC: davinci-i2s: Convert to use edma-pcm 2015-03-04 17:26:28 +00:00
davinci-i2s.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
davinci-mcasp.c ASoC: davinci-mcasp: Fix ruledata setup in davinci_mcasp_startup 2015-04-07 12:05:44 +01:00
davinci-mcasp.h ASoC: davinci-mcasp: Add overrun/underrun event handling 2014-11-12 14:55:00 +00:00
davinci-vcif.c ASoC: davinci-vcif: Convert to use edma-pcm 2015-03-04 17:26:28 +00:00
edma-pcm.c ASoC: edma-pcm: Include edma-pcm.h 2014-08-17 09:31:06 -05:00
edma-pcm.h ASoC: edma-pcm: Add empty functions for !CONFIG_SND_EDMA_SOC builds 2014-07-16 22:09:08 +01:00
Kconfig ASoC: davinci-mcasp: Deprecate the use of davinci-pcm in favor of edma-pcm 2015-03-04 17:26:28 +00:00
Makefile ASoC: davinci: Remove unused davinci-pcm platform driver 2015-03-04 17:26:28 +00:00