Skip to content

Commit dcfe545

Browse files
committed
configs: Restore SND_PCM_OSS=m
A kconfig change way back in 4.13 caused SND_PCM_OSS to be dropped from our defconfigs. Restore it as a potential workaround for a supposed bug. See: #3883 Signed-off-by: Phil Elwell <[email protected]>
1 parent d3443cc commit dcfe545

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

arch/arm/configs/bcm2709_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,8 @@ CONFIG_LOGO=y
953953
# CONFIG_LOGO_LINUX_VGA16 is not set
954954
CONFIG_SOUND=y
955955
CONFIG_SND=m
956+
CONFIG_SND_OSSEMUL=y
957+
CONFIG_SND_PCM_OSS=m
956958
CONFIG_SND_HRTIMER=m
957959
CONFIG_SND_SEQUENCER=m
958960
CONFIG_SND_SEQ_DUMMY=m

arch/arm/configs/bcm2711_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,8 @@ CONFIG_LOGO=y
967967
# CONFIG_LOGO_LINUX_VGA16 is not set
968968
CONFIG_SOUND=y
969969
CONFIG_SND=m
970+
CONFIG_SND_OSSEMUL=y
971+
CONFIG_SND_PCM_OSS=m
970972
CONFIG_SND_HRTIMER=m
971973
CONFIG_SND_SEQUENCER=m
972974
CONFIG_SND_SEQ_DUMMY=m

arch/arm/configs/bcmrpi_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,8 @@ CONFIG_LOGO=y
945945
# CONFIG_LOGO_LINUX_VGA16 is not set
946946
CONFIG_SOUND=y
947947
CONFIG_SND=m
948+
CONFIG_SND_OSSEMUL=y
949+
CONFIG_SND_PCM_OSS=m
948950
CONFIG_SND_HRTIMER=m
949951
CONFIG_SND_SEQUENCER=m
950952
CONFIG_SND_SEQ_DUMMY=m

arch/arm64/configs/bcm2711_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,8 @@ CONFIG_LOGO=y
960960
# CONFIG_LOGO_LINUX_VGA16 is not set
961961
CONFIG_SOUND=y
962962
CONFIG_SND=m
963+
CONFIG_SND_OSSEMUL=y
964+
CONFIG_SND_PCM_OSS=m
963965
CONFIG_SND_HRTIMER=m
964966
CONFIG_SND_SEQUENCER=m
965967
CONFIG_SND_SEQ_DUMMY=m

arch/arm64/configs/bcmrpi3_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,8 @@ CONFIG_LOGO=y
869869
# CONFIG_LOGO_LINUX_VGA16 is not set
870870
CONFIG_SOUND=y
871871
CONFIG_SND=m
872+
CONFIG_SND_OSSEMUL=y
873+
CONFIG_SND_PCM_OSS=m
872874
CONFIG_SND_HRTIMER=m
873875
CONFIG_SND_SEQUENCER=m
874876
CONFIG_SND_SEQ_DUMMY=m

0 commit comments

Comments
 (0)