kernel_optimize_test/sound/soc
Sylwester Nawrocki c6bebefa2f
ASoC: samsung: i2s: Fix multiple "IIS multi" devices initialization
On some SoCs (e.g. Exynos5433) there are multiple "IIS multi audio
interfaces" and the driver will try to register there multiple times
same platform device for the secondary FIFO, which of course fails
miserably.  To fix this we derive the secondary platform device name
from the primary device name. The secondary device name will now
be <primary_dev_name>-sec instead of fixed "samsung-i2s-sec".

The fixed platform_device_id table entry is removed as the secondary
device name is now dynamic and device/driver matching is done through
driver_override.

Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-02-19 15:49:42 +00:00
..
adi
amd ASoC: amd: Fix potential NULL pointer dereference 2019-01-15 19:06:23 +00:00
atmel
au1x
bcm
cirrus
codecs ASoC: adau1977: Add support for setting MICBIAS via DT 2019-02-19 15:23:47 +00:00
dwc
fsl SoC: imx-sgtl5000: add missing put_device() 2019-02-19 10:47:24 +00:00
generic ASoC: simple-card: fixup refcount_t underflow 2019-02-18 18:36:52 +00:00
hisilicon
img
intel ASoC: Intel: glk: Add DAI links for Multi-Playback 2019-02-19 15:42:24 +00:00
jz4740
kirkwood
mediatek ASoC: mediatek: mt8183: make some functions static 2019-02-13 11:52:47 +00:00
meson ASoC: meson: fix do_div warning in spdifin 2018-12-13 16:20:28 +00:00
mxs
nuc900
pxa ASoC: eliminate left-over from Raumfeld machine driver removal 2019-01-07 16:58:19 +00:00
qcom ASoC: qcom: Kconfig: select dmic for sdm845 2019-02-18 17:42:22 +00:00
rockchip
samsung ASoC: samsung: i2s: Fix multiple "IIS multi" devices initialization 2019-02-19 15:49:42 +00:00
sh ASoC: fsi: fix spelling mistake "doens't" -> "doesn't" 2019-02-18 17:07:28 +00:00
sirf
spear
sprd ASoC: sprd: Add Spreadtrum audio DMA platfrom driver 2019-01-29 18:10:12 +00:00
sti
stm ASoC: stm32: sai: remove set but not used variables 'mask, cr1' 2019-02-18 18:23:59 +00:00
sunxi ASoC: sunxi: sun50i-codec-analog: Rename hpvcc regulator supply to cpvdd 2019-02-19 15:36:02 +00:00
tegra
ti ASoC: ti: davinci-mcasp: Add support for GPIO mode of the pins 2019-01-04 15:20:48 +00:00
txx9
uniphier
ux500
xilinx ASoC: xlnx: parse AES audio parameters 2019-01-14 22:16:10 +00:00
xtensa
zte
Kconfig ASoC: sprd: Add Spreadtrum audio DMA platfrom driver 2019-01-29 18:10:12 +00:00
Makefile ASoC: sprd: Add Spreadtrum audio DMA platfrom driver 2019-01-29 18:10:12 +00:00
soc-ac97.c
soc-acpi.c
soc-compress.c ASoC: compress: Add helper functions for component trigger/set_params 2019-02-06 15:51:04 +00:00
soc-core.c ASoC: core: don't increase component module refcount unconditionally 2019-02-08 18:00:20 +00:00
soc-dapm.c ASoC: dapm: Potential small memory leak in dapm_cnew_widget() 2019-02-19 15:23:25 +00:00
soc-devres.c
soc-generic-dmaengine-pcm.c ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag 2019-02-14 16:17:35 +00:00
soc-io.c
soc-jack.c
soc-ops.c
soc-pcm.c ASoC: dapm: Only power up active channels from a DAI 2019-02-02 17:15:17 +01:00
soc-topology.c Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.1 for refcount fix 2019-02-18 18:51:48 +00:00
soc-utils.c