CR_1827_cannot_record_play_simultaneously
authorWalker Chen <walker.chen@starfivetech.com>
Fri, 26 Aug 2022 03:21:41 +0000 (11:21 +0800)
committerWalker Chen <walker.chen@starfivetech.com>
Fri, 26 Aug 2022 03:21:57 +0000 (11:21 +0800)
commit8fba0f28d47012e952a122351c95e1538d81031b
treeeb1006164657d1ba767ff83b027f6122011eb65a
parent4c5966a0c9b0a876a59448a37752ec0710d5c08a
CR_1827_cannot_record_play_simultaneously

1.Resolved playback and record can work simultaneously.
2.Rearrange audio configuration in kernel menu.

Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
13 files changed:
arch/riscv/configs/starfive_jh7110_defconfig
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c
include/linux/dma/starfive-dma.h [new file with mode: 0755]
sound/soc/codecs/wm8960.c
sound/soc/dwc/Kconfig [changed mode: 0644->0755]
sound/soc/dwc/Makefile [changed mode: 0644->0755]
sound/soc/starfive/Kconfig [changed mode: 0644->0755]
sound/soc/starfive/Makefile [changed mode: 0644->0755]
sound/soc/starfive/i2srx-master.c [moved from sound/soc/dwc/i2srx-master.c with 100% similarity, mode: 0755]
sound/soc/starfive/i2srx-master.h [moved from sound/soc/dwc/i2srx-master.h with 100% similarity, mode: 0755]
sound/soc/starfive/starfive_pwmdac.c
sound/soc/starfive/starfive_spdif.h
sound/soc/starfive/starfive_tdm.c [changed mode: 0644->0755]