Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audio patch #2

Merged
merged 6 commits into from
Aug 15, 2012
Merged

audio patch #2

merged 6 commits into from
Aug 15, 2012

Commits on Aug 13, 2012

  1. ARM: EXYNOS: Remove unnecessary clock 'sclk_dwmmc'.

    'sclk_dwmci' is using instead of 'sclk_dwmmc' in drivers/mmc/host/dw_mmc.c for
    its card clocks sources.
    Dongjin Kim committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    da91bde View commit details
    Browse the repository at this point in the history
  2. ARM: EXYNOS: Add audio I2S clock control

    This patch adds the clock controls for the audio subsystem channel 0,
    and fixes invalid clock gating for i2s.0.
    
    Signed-off-by: Dongjin Kim <dongjin.kim@agreeyamobility.net>
    Dongjin Kim committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    782a45c View commit details
    Browse the repository at this point in the history
  3. ASoC: Add max98090 CODEC driver

    This patch adds the MAX98090 CODEC driver.
    
    Signed-off-by: Dongjin Kim <dongjin.kim@agreeyamobility.net>
    Dongjin Kim committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    3417d71 View commit details
    Browse the repository at this point in the history
  4. ASoC: HKDK: Add audio layer for ODROID

    Audio layer with MAX98090 is added for Hardkernel hardwares, and tested on ODROID-X
    hardware only.
    
    Signed-off-by: Dongjin Kim <dongjin.kim@agreeyamobility.net>
    Dongjin Kim committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    264d9fd View commit details
    Browse the repository at this point in the history
  5. ODROID-X: board: Add MAX98090 audio codec device

    This patch adds MAX98090 audio codec devices and required system devices for
    the audio subsystem.
    
    Signed-off-by: Dongjin Kim <dongjin.kim@agreeyamobility.net>
    Dongjin Kim committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    aaae637 View commit details
    Browse the repository at this point in the history
  6. ODROID-X: config: Enables MAX98090 audio codec

    Signed-off-by: Dongjin Kim <dongjin.kim@agreeyamobility.net>
    Dongjin Kim committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    1b15681 View commit details
    Browse the repository at this point in the history