mbox series

[0/4] ALSA: hda - add Intel DG1 support

Message ID 20200921141741.2983072-1-kai.vehmanen@linux.intel.com (mailing list archive)
Headers show
Series ALSA: hda - add Intel DG1 support | expand

Message

Kai Vehmanen Sept. 21, 2020, 2:17 p.m. UTC
Series adding support for HDMI/DP audio for Intel DG1.

Kai Vehmanen (4):
  ALSA: hda - add Intel DG1 PCI and HDMI ids
  ALSA: hda - controller is in GPU on the DG1
  ALSA: hda - handle multiple i915 device instances
  ALSA: hda - fix CONTROLLER_IN_GPU macro name

 sound/hda/hdac_i915.c      | 48 ++++++++++++++++++++++++++++++++++----
 sound/pci/hda/hda_intel.c  |  6 ++++-
 sound/pci/hda/patch_hdmi.c |  1 +
 3 files changed, 50 insertions(+), 5 deletions(-)

Comments

Takashi Iwai Sept. 21, 2020, 4 p.m. UTC | #1
On Mon, 21 Sep 2020 16:17:37 +0200,
Kai Vehmanen wrote:
> 
> Series adding support for HDMI/DP audio for Intel DG1.
> 
> Kai Vehmanen (4):
>   ALSA: hda - add Intel DG1 PCI and HDMI ids
>   ALSA: hda - controller is in GPU on the DG1
>   ALSA: hda - handle multiple i915 device instances
>   ALSA: hda - fix CONTROLLER_IN_GPU macro name

Applied all four patches now to for-next branch.


thanks,

Takashi