mbox series

[RFC,0/4] ASoC: hdac_hdmi: refine the hdac_hdmi jacks

Message ID 1558948047-18930-1-git-send-email-libin.yang@intel.com (mailing list archive)
Headers show
Series ASoC: hdac_hdmi: refine the hdac_hdmi jacks | expand

Message

Yang, Libin May 27, 2019, 9:07 a.m. UTC
From: Libin Yang <libin.yang@intel.com>

This patchset refines the hdac_hdmi jacks:
1. kctl setting should not impact on hdmi jack status
2. bind jack to pin-port instead of pcm
3. move creating jack into hdac_hdmi from machine drivers

Libin Yang (4):
  ASoC: hdac_hdmi: amixer kctl setting should not impact on jack status
  ASoC: hdac_hdmi: jack_event represents the status
  ASoC: hdac_hdmi: refine hdmi jacks
  ASoC: hdac_hdmi: fix some coding style issue

 sound/soc/codecs/hdac_hdmi.c                       | 176 +++++++++++----------
 sound/soc/intel/boards/bxt_da7219_max98357a.c      |  10 --
 sound/soc/intel/boards/bxt_rt298.c                 |  10 --
 sound/soc/intel/boards/glk_rt5682_max98357a.c      |  10 --
 sound/soc/intel/boards/kbl_da7219_max98357a.c      |  10 --
 sound/soc/intel/boards/kbl_da7219_max98927.c       |  10 --
 sound/soc/intel/boards/kbl_rt5660.c                |  10 --
 sound/soc/intel/boards/kbl_rt5663_max98927.c       |  10 --
 .../soc/intel/boards/kbl_rt5663_rt5514_max98927.c  |   9 --
 sound/soc/intel/boards/skl_hda_dsp_common.c        |   9 --
 sound/soc/intel/boards/skl_nau88l25_max98357a.c    |  11 --
 sound/soc/intel/boards/skl_nau88l25_ssm4567.c      |  11 --
 sound/soc/intel/boards/skl_rt286.c                 |  10 --
 sound/soc/intel/boards/sof_rt5682.c                |  11 --
 14 files changed, 92 insertions(+), 215 deletions(-)