diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-10-12 18:40:29 +0200 |
|---|---|---|
| committer | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2020-11-17 09:25:54 -0500 |
| commit | 3b372933ae015c69baf94d32edc3c62dc6404df8 (patch) | |
| tree | 9da6f07244073d2ce4b6bfd9c8384b6e614a55ce | |
| parent | da67d3bd650a679ac91b11e5a3285a459ac6bce6 (diff) | |
| download | kernel_replicant_linux-3b372933ae015c69baf94d32edc3c62dc6404df8.tar.gz kernel_replicant_linux-3b372933ae015c69baf94d32edc3c62dc6404df8.tar.bz2 kernel_replicant_linux-3b372933ae015c69baf94d32edc3c62dc6404df8.zip | |
ARM: replicant_defconfig: remove SND_DUMMY
Now that we have a working sound driver[1]
[1]I tested it under GNU/Linux and I could play some music, on
both the speakers and headphones. The sound was a too much
metallic but it worked fine otherwise.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | arch/arm/configs/replicant_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig index b43d0a8e75ad..92b7d7df5540 100644 --- a/arch/arm/configs/replicant_defconfig +++ b/arch/arm/configs/replicant_defconfig @@ -328,7 +328,6 @@ CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_LOGO=y CONFIG_SOUND=y CONFIG_SND=y -CONFIG_SND_DUMMY=y # CONFIG_SND_ARM is not set # CONFIG_SND_SPI is not set # CONFIG_SND_USB is not set |
