Message ID | 20180828122735.28919-1-jbrunet@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: enable modules for amlogic s400 sound card | expand |
Jerome Brunet <jbrunet@baylibre.com> writes: > Compile the necessary drivers as modules, including codecs, for the > s400 sound card. > > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Applied to v4.20/defconfig. Thanks, Kevin
On Wed, 2018-09-12 at 21:49 -0700, Kevin Hilman wrote: > Jerome Brunet <jbrunet@baylibre.com> writes: > > > Compile the necessary drivers as modules, including codecs, for the > > s400 sound card. > > > > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> > > Applied to v4.20/defconfig. Hi Kevin, This patch was supposed to be merged for v4.20 but I'm still not seing it in the 5.0-rc1 Could you tell me if there is a problem with it ? Cheers Jerome > > Thanks, > > Kevin
Jerome Brunet <jbrunet@baylibre.com> writes: > On Wed, 2018-09-12 at 21:49 -0700, Kevin Hilman wrote: >> Jerome Brunet <jbrunet@baylibre.com> writes: >> >> > Compile the necessary drivers as modules, including codecs, for the >> > s400 sound card. >> > >> > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> >> >> Applied to v4.20/defconfig. > > Hi Kevin, > > This patch was supposed to be merged for v4.20 but I'm still not seing it in > the 5.0-rc1 > > Could you tell me if there is a problem with it ? No problem with the patch, just a problem with the maintainer. Not sure how/why this one slipped through the cracks. Thanks for the ping, just sent a request to have it merge for v5.0-rc. Kevin
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f67e8d5e93ad..6b1daea53bd3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -464,6 +464,7 @@ CONFIG_SND_SOC_ROCKCHIP_I2S=m CONFIG_SND_SOC_ROCKCHIP_SPDIF=m CONFIG_SND_SOC_ROCKCHIP_RT5645=m CONFIG_SND_SOC_RK3399_GRU_SOUND=m +CONFIG_SND_MESON_AXG_SOUND_CARD=m CONFIG_SND_SOC_SAMSUNG=y CONFIG_SND_SOC_RCAR=m CONFIG_SND_SOC_AK4613=m @@ -475,6 +476,9 @@ CONFIG_SND_SOC_RT5514_SPI=m CONFIG_SND_SOC_RT5645=m CONFIG_SND_SIMPLE_CARD=m CONFIG_SND_AUDIO_GRAPH_CARD=m +CONFIG_SND_SOC_ES7134=m +CONFIG_SND_SOC_ES7241=m +CONFIG_SND_SOC_TAS571X=m CONFIG_I2C_HID=m CONFIG_USB=y CONFIG_USB_OTG=y
Compile the necessary drivers as modules, including codecs, for the s400 sound card. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> --- arch/arm64/configs/defconfig | 4 ++++ 1 file changed, 4 insertions(+)