Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #62671

Bug#856505: This patch should solve the audio problem

From Santiago Garcia Mantinan <manty@debian.org>
Newsgroups linux.debian.bugs.dist, linux.debian.kernel
Subject Bug#856505: This patch should solve the audio problem
Date 2018-12-06 23:10 +0100
Message-ID <x2a0h-3XC-7@gated-at.bofh.it> (permalink)
References <tghDH-77b-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


Hi!

Based on eHenry's instructions I have created this patch which I have tested
on Debian's 4.19 kernel now on experimental, where we have already enabled
the sound driver which was not working.

The result is that with this patch the sound is finally working, so, please
apply this to the 4.19 kernel to enable sound.

--- bcm283x.dtsi.orig   2018-12-03 00:07:55.000000000 +0100
+++ bcm283x.dtsi        2018-12-05 13:36:02.718569539 +0100
@@ -634,6 +634,10 @@
                vc4: gpu {
                        compatible = "brcm,bcm2835-vc4";
                };
+audio: audio {
+       compatible = "brcm,bcm2835-audio";
+       brcm,pwm-channels = <8>;
+};
        };
 
        clocks {

Regards.
-- 
Santiago García Mantiñán

Back to linux.debian.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Bug#856505: This patch should solve the audio problem Santiago Garcia Mantinan <manty@debian.org> - 2018-12-06 23:10 +0100
  Bug#856505: This patch should solve the audio problem Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2018-12-07 09:50 +0100

csiph-web