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

An improved version of Pull Request #72 #130

Closed
wants to merge 2 commits into from

Commits on Sep 7, 2018

  1. sound: snd_sgbuf_aligned_pages() doesn't need CONFIG_SND_DMA_SGBUF

    The snd_sgbuf_aligned_pages() inline function is currently only
    defined if CONFIG_SND_DMA_SGBUF is enabled. This isn't needed, the
    function doesn't need SG DMA to be valid. Move it outside of #ifdef.
    
    Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@intel.com>
    lyakh committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    30b905e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. ASoC:topology:bug fix:check return value avoid oops.

    check the return value to free the kcontrols instance
    to avoid oops caused by the pointer dereference.
    
    Signed-off-by: Wu Zhigang <zhigang.wu@linux.intel.com>
    [guennadi.liakhovetski@intel.com add handling of .autodisable=1 cases]
    Wu Zhigang authored and lyakh committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    9b1abcd View commit details
    Browse the repository at this point in the history