All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra] Strange audio behaviour on SabreLite
@ 2014-06-10 14:45 Gary Thomas
  2014-06-10 17:47 ` Daiane Angolini
  0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2014-06-10 14:45 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

I'm using the 3.0.35 kernel on my SabreLite.  I found that
once I plug in an HDMI monitor, the SGTL-5000 audio vanishes.
It stays missing, even when the board is reset (switch or
by reboot), until a power cycle.

I've not tested this with the 3.10 kernel yet.

Is this expected?  or at least has anyone else seen it?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-fsl-arm-extra] Strange audio behaviour on SabreLite
  2014-06-10 14:45 [meta-fsl-arm-extra] Strange audio behaviour on SabreLite Gary Thomas
@ 2014-06-10 17:47 ` Daiane Angolini
  2014-06-10 17:56   ` Gary Thomas
  0 siblings, 1 reply; 7+ messages in thread
From: Daiane Angolini @ 2014-06-10 17:47 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org

> I'm using the 3.0.35 kernel on my SabreLite.  I found that
> once I plug in an HDMI monitor, the SGTL-5000 audio vanishes.
> It stays missing, even when the board is reset (switch or
> by reboot), until a power cycle.

Do you know how your HDMI audio is configured?

Daiane


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-fsl-arm-extra] Strange audio behaviour on SabreLite
  2014-06-10 17:47 ` Daiane Angolini
@ 2014-06-10 17:56   ` Gary Thomas
  2014-06-10 18:02     ` Daiane Angolini
  0 siblings, 1 reply; 7+ messages in thread
From: Gary Thomas @ 2014-06-10 17:56 UTC (permalink / raw)
  To: meta-freescale

On 2014-06-10 11:47, Daiane Angolini wrote:
>> I'm using the 3.0.35 kernel on my SabreLite.  I found that
>> once I plug in an HDMI monitor, the SGTL-5000 audio vanishes.
>> It stays missing, even when the board is reset (switch or
>> by reboot), until a power cycle.
>
> Do you know how your HDMI audio is configured?

Default image, built using Yocto (no tailoring).

The odd thing is that the SGTL-5000 works perfectly if I never
plug in the HDMI.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-fsl-arm-extra] Strange audio behaviour on SabreLite
  2014-06-10 17:56   ` Gary Thomas
@ 2014-06-10 18:02     ` Daiane Angolini
  2014-06-10 18:08       ` John Weber
  2014-06-10 18:09       ` Gary Thomas
  0 siblings, 2 replies; 7+ messages in thread
From: Daiane Angolini @ 2014-06-10 18:02 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org

>>> I'm using the 3.0.35 kernel on my SabreLite.  I found that
>>> once I plug in an HDMI monitor, the SGTL-5000 audio vanishes.
>>> It stays missing, even when the board is reset (switch or
>>> by reboot), until a power cycle.
>>
>>
>> Do you know how your HDMI audio is configured?
>
>
> Default image, built using Yocto (no tailoring).

I don't remember what is the default for sabrelite board.

>
> The odd thing is that the SGTL-5000 works perfectly if I never
> plug in the HDMI.

It looks like, for me, your audio is configured to use the HDMI audio
(spdif?) when it's present, by default

aplay -l to see your cards

asound.conf or asound.state to see your configuration

for example:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-bsp/alsa-state/alsa-state/mx6?h=master



Daiane


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-fsl-arm-extra] Strange audio behaviour on SabreLite
  2014-06-10 18:02     ` Daiane Angolini
@ 2014-06-10 18:08       ` John Weber
  2014-06-10 18:11         ` Gary Thomas
  2014-06-10 18:09       ` Gary Thomas
  1 sibling, 1 reply; 7+ messages in thread
From: John Weber @ 2014-06-10 18:08 UTC (permalink / raw)
  To: meta-freescale


>>>> I'm using the 3.0.35 kernel on my SabreLite.  I found that
>>>> once I plug in an HDMI monitor, the SGTL-5000 audio vanishes.
>>>> It stays missing, even when the board is reset (switch or
>>>> by reboot), until a power cycle.
Does the SGTL5000 share the same I2C bus with the HDMI I2C (DDC) port on the 
SabreLite?  If so, could the problem be that the DDC port is pulling the bus 
down or otherwise interfering with it?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-fsl-arm-extra] Strange audio behaviour on SabreLite
  2014-06-10 18:02     ` Daiane Angolini
  2014-06-10 18:08       ` John Weber
@ 2014-06-10 18:09       ` Gary Thomas
  1 sibling, 0 replies; 7+ messages in thread
From: Gary Thomas @ 2014-06-10 18:09 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale@yoctoproject.org

On 2014-06-10 12:02, Daiane Angolini wrote:
>>>> I'm using the 3.0.35 kernel on my SabreLite.  I found that
>>>> once I plug in an HDMI monitor, the SGTL-5000 audio vanishes.
>>>> It stays missing, even when the board is reset (switch or
>>>> by reboot), until a power cycle.
>>>
>>>
>>> Do you know how your HDMI audio is configured?
>>
>>
>> Default image, built using Yocto (no tailoring).
>
> I don't remember what is the default for sabrelite board.
>
>>
>> The odd thing is that the SGTL-5000 works perfectly if I never
>> plug in the HDMI.
>
> It looks like, for me, your audio is configured to use the HDMI audio
> (spdif?) when it's present, by default
>
> aplay -l to see your cards
>
> asound.conf or asound.state to see your configuration
>
> for example:
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-bsp/alsa-state/alsa-state/mx6?h=master

All this is working as expected, but it's not what I'm asking about.

The problem is that if I plug in the HDMI, I can *NEVER* use the
internal (SGTL5000) audio again, even when I unplug the HDMI.
Neither rebooting, nor resetting the  board using the switch
restores the internal audio.  However, if I cycle the power
and boot with the HDMI not connected, it works again.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-fsl-arm-extra] Strange audio behaviour on SabreLite
  2014-06-10 18:08       ` John Weber
@ 2014-06-10 18:11         ` Gary Thomas
  0 siblings, 0 replies; 7+ messages in thread
From: Gary Thomas @ 2014-06-10 18:11 UTC (permalink / raw)
  To: meta-freescale

On 2014-06-10 12:08, John Weber wrote:
>
>>>>> I'm using the 3.0.35 kernel on my SabreLite.  I found that
>>>>> once I plug in an HDMI monitor, the SGTL-5000 audio vanishes.
>>>>> It stays missing, even when the board is reset (switch or
>>>>> by reboot), until a power cycle.
> Does the SGTL5000 share the same I2C bus with the HDMI I2C (DDC) port on the SabreLite?  If so, could the problem be that the DDC port is pulling the bus down or otherwise
> interfering with it?

No, they are on different I2C busses.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-10 18:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-10 14:45 [meta-fsl-arm-extra] Strange audio behaviour on SabreLite Gary Thomas
2014-06-10 17:47 ` Daiane Angolini
2014-06-10 17:56   ` Gary Thomas
2014-06-10 18:02     ` Daiane Angolini
2014-06-10 18:08       ` John Weber
2014-06-10 18:11         ` Gary Thomas
2014-06-10 18:09       ` Gary Thomas

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.