kernel_samsung_a53x/sound/soc/meson
Jerome Brunet 55940bc9c9 ASoC: meson: cards: select SND_DYNAMIC_MINORS
[ Upstream commit 6db26f9ea4edd8a17d39ab3c20111e3ccd704aef ]

Amlogic sound cards do create a lot of pcm interfaces, possibly more than
8. Some pcm interfaces are internal (like DPCM backends and c2c) and not
exposed to userspace.

Those interfaces still increase the number passed to snd_find_free_minor(),
which eventually exceeds 8 causing -EBUSY error on card registration if
CONFIG_SND_DYNAMIC_MINORS=n and the interface is exposed to userspace.

select CONFIG_SND_DYNAMIC_MINORS for Amlogic cards to avoid the problem.

Fixes: 7864a79f37b5 ("ASoC: meson: add axg sound card support")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20240426134150.3053741-1-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 11:32:43 +01:00
..
aiu-acodec-ctrl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu-codec-ctrl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu-encoder-i2s.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu-encoder-spdif.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu-fifo-i2s.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu-fifo-spdif.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu-fifo.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu-fifo.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
aiu.c ASoC: meson: aiu: fix function pointer type mismatch 2024-11-19 08:44:53 +01:00
aiu.h ASoC: meson: aiu: fix function pointer type mismatch 2024-11-19 08:44:53 +01:00
axg-card.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axg-fifo.c ASoC: meson: Use dev_err_probe() helper 2024-11-19 08:44:53 +01:00
axg-fifo.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axg-frddr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axg-pdm.c ASoC: meson: Use dev_err_probe() helper 2024-11-19 08:44:53 +01:00
axg-spdifin.c ASoC: meson: Use dev_err_probe() helper 2024-11-19 08:44:53 +01:00
axg-spdifout.c ASoC: meson: Use dev_err_probe() helper 2024-11-19 08:44:53 +01:00
axg-tdm-formatter.c ASoC: meson: Use dev_err_probe() helper 2024-11-19 08:44:53 +01:00
axg-tdm-formatter.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axg-tdm-interface.c ASoC: meson: axg-tdm-interface: add frame rate constraint 2024-11-19 08:44:55 +01:00
axg-tdm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axg-tdmin.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axg-tdmout.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
axg-toddr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
g12a-toacodec.c ASoC: meson: g12a-toacodec: Fix event generation 2024-11-18 12:12:07 +01:00
g12a-tohdmitx.c ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux 2024-11-18 12:12:07 +01:00
gx-card.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig ASoC: meson: cards: select SND_DYNAMIC_MINORS 2024-11-19 11:32:43 +01:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
meson-card-utils.c ASoC: meson: Use dev_err_probe() helper 2024-11-19 08:44:53 +01:00
meson-card.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
meson-codec-glue.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
meson-codec-glue.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
t9015.c ASoC: meson: t9015: fix function pointer type mismatch 2024-11-19 08:44:53 +01:00