* imx-sgtl5000 sound card registration fails on hummingboard i2
@ 2015-05-30 8:51 Andrei Gherzan
2015-05-30 10:53 ` Nikolay Dimitrov
2015-05-30 16:47 ` Fabio Estevam
0 siblings, 2 replies; 6+ messages in thread
From: Andrei Gherzan @ 2015-05-30 8:51 UTC (permalink / raw)
To: meta-freescale
[-- Attachment #1: Type: text/plain, Size: 1576 bytes --]
Hi guys,
Using fido branch, I encounter errors while registering imx-sgtl5000 sound
card on a hummingboard i2 board (linux-cuboxi).
Here are the logs:
root@cubox-i:~# dmesg | grep sound
[ 3.195948] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
registered
[ 3.203121] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
(-517)
[ 3.210463] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests probe
deferral
[ 3.219947] imx-spdif sound-spdif.25: snd-soc-dummy-dai <-> 2004000.spdif
mapping ok
[ 3.243423] imx-audio-hdmi sound-hdmi.26: hdmi-hifi <-> hdmi_audio.15
mapping ok
[ 3.317944] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
registered
[ 3.325149] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
(-517)
[ 3.332500] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests probe
deferral
[ 4.414404] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
registered
[ 4.414411] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
(-517)
[ 4.414425] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests probe
deferral
[ 5.101295] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
registered
[ 5.108545] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
(-517)
[ 5.115910] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests probe
deferral
root@cubox-i:~# uname -a
Linux cubox-i 3.14.14+gea83bda #1 SMP Thu May 28 21:44:26 CEST 2015 armv7l
GNU/Linux
Any ideas how to fix this? I saw an old patch on imx6 but seems not to
help.
Regards,
Andrei
[-- Attachment #2: Type: text/html, Size: 1753 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: imx-sgtl5000 sound card registration fails on hummingboard i2
2015-05-30 8:51 imx-sgtl5000 sound card registration fails on hummingboard i2 Andrei Gherzan
@ 2015-05-30 10:53 ` Nikolay Dimitrov
2015-05-30 14:38 ` Andrei Gherzan
2015-05-30 16:47 ` Fabio Estevam
1 sibling, 1 reply; 6+ messages in thread
From: Nikolay Dimitrov @ 2015-05-30 10:53 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale
Hi Andrei,
On 05/30/2015 11:51 AM, Andrei Gherzan wrote:
> Hi guys,
>
> Using fido branch, I encounter errors while registering imx-sgtl5000
> sound card on a hummingboard i2 board (linux-cuboxi).
>
> Here are the logs:
>
> root@cubox-i:~# dmesg | grep sound
> [ 3.195948] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
> registered
> [ 3.203121] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
> (-517)
> [ 3.210463] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
> probe deferral
> [ 3.219947] imx-spdif sound-spdif.25: snd-soc-dummy-dai <->
> 2004000.spdif mapping ok
> [ 3.243423] imx-audio-hdmi sound-hdmi.26: hdmi-hifi <-> hdmi_audio.15
> mapping ok
> [ 3.317944] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
> registered
> [ 3.325149] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
> (-517)
> [ 3.332500] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
> probe deferral
> [ 4.414404] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
> registered
> [ 4.414411] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
> (-517)
> [ 4.414425] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
> probe deferral
> [ 5.101295] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
> registered
> [ 5.108545] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
> (-517)
> [ 5.115910] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
> probe deferral
>
> root@cubox-i:~# uname -a
> Linux cubox-i 3.14.14+gea83bda #1 SMP Thu May 28 21:44:26 CEST 2015
> armv7l GNU/Linux
>
> Any ideas how to fix this? I saw an old patch on imx6 but seems not to
> help.
Does it help when you power-cycle the board?
Regards,
Nikolay
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: imx-sgtl5000 sound card registration fails on hummingboard i2
2015-05-30 10:53 ` Nikolay Dimitrov
@ 2015-05-30 14:38 ` Andrei Gherzan
0 siblings, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2015-05-30 14:38 UTC (permalink / raw)
To: Nikolay Dimitrov; +Cc: meta-freescale@yoctoproject.org
Hi Nikilay,
On Sat, May 30, 2015 at 12:53 PM, Nikolay Dimitrov <picmaster@mail.bg> wrote:
> Hi Andrei,
>
>
> On 05/30/2015 11:51 AM, Andrei Gherzan wrote:
>>
>> Hi guys,
>>
>> Using fido branch, I encounter errors while registering imx-sgtl5000
>> sound card on a hummingboard i2 board (linux-cuboxi).
>>
>> Here are the logs:
>>
>> root@cubox-i:~# dmesg | grep sound
>> [ 3.195948] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
>> registered
>> [ 3.203121] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
>> (-517)
>> [ 3.210463] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
>> probe deferral
>> [ 3.219947] imx-spdif sound-spdif.25: snd-soc-dummy-dai <->
>> 2004000.spdif mapping ok
>> [ 3.243423] imx-audio-hdmi sound-hdmi.26: hdmi-hifi <-> hdmi_audio.15
>> mapping ok
>> [ 3.317944] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
>> registered
>> [ 3.325149] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
>> (-517)
>> [ 3.332500] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
>> probe deferral
>> [ 4.414404] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
>> registered
>> [ 4.414411] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
>> (-517)
>> [ 4.414425] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
>> probe deferral
>> [ 5.101295] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
>> registered
>> [ 5.108545] imx-sgtl5000 sound-sgtl5000.24: snd_soc_register_card failed
>> (-517)
>> [ 5.115910] platform sound-sgtl5000.24: Driver imx-sgtl5000 requests
>> probe deferral
>>
>> root@cubox-i:~# uname -a
>> Linux cubox-i 3.14.14+gea83bda #1 SMP Thu May 28 21:44:26 CEST 2015
>> armv7l GNU/Linux
>>
>> Any ideas how to fix this? I saw an old patch on imx6 but seems not to
>> help.
>
>
> Does it help when you power-cycle the board?
No. The errors persist even after a reboot.
--
Andrei Gherzan
e: andrei@gherzan.ro
w: www.gherzan.ro
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: imx-sgtl5000 sound card registration fails on hummingboard i2
2015-05-30 8:51 imx-sgtl5000 sound card registration fails on hummingboard i2 Andrei Gherzan
2015-05-30 10:53 ` Nikolay Dimitrov
@ 2015-05-30 16:47 ` Fabio Estevam
2015-05-30 17:50 ` Fabio Estevam
1 sibling, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2015-05-30 16:47 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Sat, May 30, 2015 at 5:51 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> Hi guys,
>
> Using fido branch, I encounter errors while registering imx-sgtl5000 sound
> card on a hummingboard i2 board (linux-cuboxi).
>
> Here are the logs:
>
> root@cubox-i:~# dmesg | grep sound
> [ 3.195948] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
I have tried audio playback via sgtl5000 on a hummingboard quad and it
worked fine with the mainline kernel.
I would suggest you to try 4.1-rc5.
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: imx-sgtl5000 sound card registration fails on hummingboard i2
2015-05-30 16:47 ` Fabio Estevam
@ 2015-05-30 17:50 ` Fabio Estevam
2015-05-30 19:43 ` Andrei Gherzan
0 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2015-05-30 17:50 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Sat, May 30, 2015 at 1:47 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Sat, May 30, 2015 at 5:51 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>> Hi guys,
>>
>> Using fido branch, I encounter errors while registering imx-sgtl5000 sound
>> card on a hummingboard i2 board (linux-cuboxi).
>>
>> Here are the logs:
>>
>> root@cubox-i:~# dmesg | grep sound
>> [ 3.195948] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
>
> I have tried audio playback via sgtl5000 on a hummingboard quad and it
> worked fine with the mainline kernel.
>
> I would suggest you to try 4.1-rc5.
It seems that the hummingboard dual-lite does not have a sgtl5000:
http://www.solid-run.com/products/hummingboard/linux-sbc-specifications/
Also in the imx6qdl-hummingboard.dtsi we have the comment:
/* Pro model */
sgtl5000: sgtl5000@0a {
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: imx-sgtl5000 sound card registration fails on hummingboard i2
2015-05-30 17:50 ` Fabio Estevam
@ 2015-05-30 19:43 ` Andrei Gherzan
0 siblings, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2015-05-30 19:43 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale@yoctoproject.org
Hi,
On Sat, May 30, 2015 at 7:50 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Sat, May 30, 2015 at 1:47 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> On Sat, May 30, 2015 at 5:51 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>>> Hi guys,
>>>
>>> Using fido branch, I encounter errors while registering imx-sgtl5000 sound
>>> card on a hummingboard i2 board (linux-cuboxi).
>>>
>>> Here are the logs:
>>>
>>> root@cubox-i:~# dmesg | grep sound
>>> [ 3.195948] imx-sgtl5000 sound-sgtl5000.24: ASoC: CODEC (null) not
>>
>> I have tried audio playback via sgtl5000 on a hummingboard quad and it
>> worked fine with the mainline kernel.
>>
>> I would suggest you to try 4.1-rc5.
>
> It seems that the hummingboard dual-lite does not have a sgtl5000:
> http://www.solid-run.com/products/hummingboard/linux-sbc-specifications/
>
> Also in the imx6qdl-hummingboard.dtsi we have the comment:
>
> /* Pro model */
> sgtl5000: sgtl5000@0a {
Very good point. Thank you. I definitely missed that.
--
Andrei Gherzan
e: andrei@gherzan.ro
w: www.gherzan.ro
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-05-30 19:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-30 8:51 imx-sgtl5000 sound card registration fails on hummingboard i2 Andrei Gherzan
2015-05-30 10:53 ` Nikolay Dimitrov
2015-05-30 14:38 ` Andrei Gherzan
2015-05-30 16:47 ` Fabio Estevam
2015-05-30 17:50 ` Fabio Estevam
2015-05-30 19:43 ` Andrei Gherzan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.