Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: koalo/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rpi-3.10.y
Choose a base ref
...
head repository: kfigiela/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rpi-3.10.y
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 18 files changed
  • 3 contributors

Commits on Nov 22, 2013

  1. ASoC: core: Add API for configuration of DAI BCLK ratio

    Some codec drivers when running in slave mode require that BCLK to sample rate ratio
    is explicitly set by the machine driver as it may not be exactly rate * frame size.
    
    Extend the DAI API by adding :-
    
    int snd_soc_dai_set_bclk_ratio(struct snd_soc_dai *dai, unsigned int ratio);
    
    Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
    Signed-off-by: Mark Brown <broonie@linaro.org>
    lrgirdwo authored and koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    51446c2 View commit details
    Browse the repository at this point in the history
  2. dmaengine: Add support for BCM2708

    Add support for DMA controller of BCM2708 as used in the Raspberry Pi.
    Currently it only supports cyclic DMA.
    
    Signed-off-by: Florian Meier <florian.meier@koalo.de>
    koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    99a2e4c View commit details
    Browse the repository at this point in the history
  3. ASoC: Add support for BCM2708

    This driver adds support for digital audio (I2S)
    for the BCM2708 SoC that is used by the
    Raspberry Pi. External audio codecs can be
    connected to the Raspberry Pi via P5 header.
    
    It relies on cyclic DMA engine support for BCM2708.
    
    Signed-off-by: Florian Meier <florian.meier@koalo.de>
    koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    044a380 View commit details
    Browse the repository at this point in the history
  4. BCM2708: Extend mach header

    Extend the headers of the mach-bcm2708
    in order to support I2S and DMA engine.
    
    Signed-off-by: Florian Meier <florian.meier@koalo.de>
    koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    2314151 View commit details
    Browse the repository at this point in the history
  5. ASoC: Add support for PCM5102A codec

    Some definitions to support the PCM5102A codec
    by Texas Instruments.
    
    Signed-off-by: Florian Meier <florian.meier@koalo.de>
    koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    82889f6 View commit details
    Browse the repository at this point in the history
  6. BCM2708: Add I2S support to board file

    Adds the required initializations for I2S
    to the board file of mach-bcm2708.
    
    Signed-off-by: Florian Meier <florian.meier@koalo.de>
    koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    4a7d2e8 View commit details
    Browse the repository at this point in the history
  7. ASoC: Add support for HifiBerry Mini

    This adds a machine driver for the HifiBerry Mini.
    It is a sound card that can
    be stacked onto the Raspberry Pi.
    
    Signed-off-by: Florian Meier <florian.meier@koalo.de>
    koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    20f1228 View commit details
    Browse the repository at this point in the history
  8. BCM2708: Add HifiBerry Mini to board file

    This adds the initalization of the HifiBerry Mini
    to the mach-bcm2708 board file.
    
    Signed-off-by: Florian Meier <florian.meier@koalo.de>
    koalo committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    cccab24 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2013

  1. Configuration menu
    Copy the full SHA
    880dcd3 View commit details
    Browse the repository at this point in the history
Loading