06 Feb, 2020

1 commit

  • At present there is no positive indication that U-Boot has finished
    sending sound data. This means that it is not possible to power down an
    audio codec, for example. Add a new method that is called once all sound
    data has been sent.

    Add a new method for this, called when the sound_play() call is done.

    Signed-off-by: Simon Glass

    Simon Glass
     

20 Feb, 2019

2 commits

  • Some audio codecs such as Intel HDA do not need to use digital data to
    play sounds, but instead have a way to emit beeps. Add this interface as
    an option. If the beep interface is not supported, then the sound uclass
    falls back to the I2S interface.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     
  • This method in the sound API is optional since some drivers can do this
    when probing or as part of SoC init. Mark it as such.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

14 Dec, 2018

5 commits


30 Nov, 2018

1 commit


07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

18 Mar, 2014

1 commit

  • The i2s code is in fact Samsung-specific, but there might be other
    implementation. Move this code into its own file. This makes it slightly
    more obviously how to adjust the code to support another SoC, when someone
    takes this task on.

    Also drop non-FDT support, since it isn't used on Exynos 5.

    Tested-by: Che-Liang Chiou
    Signed-off-by: Simon Glass

    Simon Glass
     

24 Jul, 2013

1 commit


08 Mar, 2013

1 commit


08 Jan, 2013

1 commit


15 Nov, 2012

1 commit