Re: [alsa-devel] [PATCH 1/3] MIPS: jz4780: Allow access to jz4740-i2s
Hi Matthieu,
On Wed, Jun 06, 2018 at 09:38:08PM +0200, Mathieu Malaterre wrote:
diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig index 1a354a6b6e87..35d82d96e781 100644 --- a/sound/soc/jz4740/Kconfig +++ b/sound/soc/jz4740/Kconfig @@ -1,20 +1,20 @@ config SND_JZ4740_SOC
- tristate "SoC Audio for Ingenic JZ4740 SoC"
- depends on MACH_JZ4740 || COMPILE_TEST
- tristate "SoC Audio for Ingenic JZ4740/JZ4780 SoC"
- depends on MACH_JZ4740 || MACH_JZ4780 || COMPILE_TEST
Perhaps this could be MACH_INGENIC, or even just MIPS?
Thanks, Paul
Hi Matthieu,
On Tue, Jul 24, 2018 at 01:47:57PM -0700, Paul Burton wrote:
On Wed, Jun 06, 2018 at 09:38:08PM +0200, Mathieu Malaterre wrote:
diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig index 1a354a6b6e87..35d82d96e781 100644 --- a/sound/soc/jz4740/Kconfig +++ b/sound/soc/jz4740/Kconfig @@ -1,20 +1,20 @@ config SND_JZ4740_SOC
- tristate "SoC Audio for Ingenic JZ4740 SoC"
- depends on MACH_JZ4740 || COMPILE_TEST
- tristate "SoC Audio for Ingenic JZ4740/JZ4780 SoC"
- depends on MACH_JZ4740 || MACH_JZ4780 || COMPILE_TEST
Perhaps this could be MACH_INGENIC, or even just MIPS?
Further to that, this series doesn't seem to work for me. With v4.19-rc1, with the patch from [1] & then this series applied I see the following when booting a ci20_defconfig kernel:
[ 0.846684] ALSA device list: [ 0.849642] No soundcards found.
Nothing else looks obviously relevant, but here's the full boot log for reference:
https://gist.github.com/paulburton/336fa3a6ed756f9bbb587f01dcd520e5/6a5042a2...
Thanks, Paul
On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote:
Further to that, this series doesn't seem to work for me. With v4.19-rc1, with the patch from [1] & then this series applied I see the following when booting a ci20_defconfig kernel:
[ 0.846684] ALSA device list: [ 0.849642] No soundcards found.
D'oh! Apparently I haven't drunk enough coffee today - missing link can be found below:
[1] https://www.spinics.net/lists/linux-gpio/msg31965.html
Thanks, Paul
On Fri, Aug 31, 2018 at 10:59 PM Paul Burton paul.burton@mips.com wrote:
On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote:
Further to that, this series doesn't seem to work for me. With v4.19-rc1, with the patch from [1] & then this series applied I see the following when booting a ci20_defconfig kernel:
[ 0.846684] ALSA device list: [ 0.849642] No soundcards found.
D'oh! Apparently I haven't drunk enough coffee today - missing link can be found below:
Awesome, thanks for testing. I'll return to this series once I receive replacement for my laptop hard drive.
thanks, -M
Paul,
On Mon, Sep 3, 2018 at 8:15 AM Mathieu Malaterre malat@debian.org wrote:
On Fri, Aug 31, 2018 at 10:59 PM Paul Burton paul.burton@mips.com wrote:
On Fri, Aug 31, 2018 at 01:37:52PM -0700, Paul Burton wrote:
Further to that, this series doesn't seem to work for me. With v4.19-rc1, with the patch from [1] & then this series applied I see the following when booting a ci20_defconfig kernel:
[ 0.846684] ALSA device list: [ 0.849642] No soundcards found.
D'oh! Apparently I haven't drunk enough coffee today - missing link can be found below:
Awesome, thanks for testing. I'll return to this series once I receive replacement for my laptop hard drive.
I see it now :
[ 0.289701] bus: 'platform': really_probe: probing driver jz4740-i2s with device 10020000.i2s [ 0.289713] jz4740-i2s 10020000.i2s: no pinctrl handle [ 0.289782] OF: /i2s@10020000: could not find phandle
I'll try to make sense of this.
thanks, -M
participants (2)
-
Mathieu Malaterre
-
Paul Burton