1. 30 Apr, 2020 13 commits
  2. 29 Apr, 2020 25 commits
  3. 28 Apr, 2020 2 commits
    • Mark Brown's avatar
      Merge series "Kconfig updates for DMIC and SOF HDMI support" from Ranjani... · eda12425
      Mark Brown authored
      Merge series "Kconfig updates for DMIC and SOF HDMI support" from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>:
      
      This series provides the following updtes to the Intel machine driver
      Kconfig:
      
      1. The first patch adds the explicit dependency on GPIOLIB when
      SND_SOC_DMIC is selected.
      
      2. SND_SOC_SOF_HDA_AUDIO_CODEC is required for using the legacy
      HDA codec driver for HDMI support in SOF. The last 3 three patches
      make the required changes to account for this.
      
      Libin Yang (3):
        ASoC: intel: add depends on SND_SOC_SOF_HDA_AUDIO_CODEC for common
          hdmi
        ASoC: sof-sdw: remove CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC condition
        ASoC: sof_pcm512x: remove CONFIG_SND_HDA_CODEC_HDMI condition
      
      Pierre-Louis Bossart (1):
        ASoC: Intel: boards: add explicit dependency on GPIOLIB when DMIC is
          used
      
       sound/soc/intel/boards/Kconfig        | 51 ++++++++++++++-------------
       sound/soc/intel/boards/sof_pcm512x.c  |  9 -----
       sound/soc/intel/boards/sof_sdw.c      |  8 -----
       sound/soc/intel/boards/sof_sdw_hdmi.c |  7 ----
       4 files changed, 26 insertions(+), 49 deletions(-)
      
      --
      2.17.1
      eda12425
    • Mark Brown's avatar
      Merge series "add channel constraint for BDW machine drivers" from Brent Lu <brent.lu@intel.com>: · 433f9cba
      Mark Brown authored
      The machine driver bdw-rt5650 (for Google buddy) supports 2 or 4-channel
      recording while other two drivers support only 2-channel recording. HW
      constraints are implemented to reflect the hardware limitation on BDW
      platform.
      
      Changes since v1:
      - Change the patch title.
      - Remove the DUAL_CHANNEL and QUAD_CHANNEL macros which are too obvious.
      - Follow the naming convertion, using 'bdw_rt5650_' and 'bdw_rt5677_' to
        name startup functions.
      - Refine the comments in startup functions.
      - Redesign the bdw_rt5650_fe_startup() function for readability.
      - Add an assignment to initialize runtime->hw.channels_max variable.
      
      Brent Lu (3):
        ASoC: bdw-rt5677: add channel constraint
        ASoC: bdw-rt5650: add channel constraint
        ASoC: broadwell: add channel constraint
      
       sound/soc/intel/boards/bdw-rt5650.c | 29 +++++++++++++++++++++++++++++
       sound/soc/intel/boards/bdw-rt5677.c | 26 ++++++++++++++++++++++++++
       sound/soc/intel/boards/broadwell.c  | 26 ++++++++++++++++++++++++++
       3 files changed, 81 insertions(+)
      
      --
      2.7.4
      433f9cba