mbox series

[0/3] HDA fixes to multiple Intel platforms

Message ID 20191115124449.20512-1-kai.vehmanen@linux.intel.com (mailing list archive)
Headers show
Series HDA fixes to multiple Intel platforms | expand

Message

Kai Vehmanen Nov. 15, 2019, 12:44 p.m. UTC
Hey,
here's a small set of HDA patches touching Intel specific
code. First is an important bugfix to TGL platforms
and latter are cleanups for code that is no longer needed.

Kai Vehmanen (3):
  ALSA: hda: hdmi - fix port numbering for ICL and TGL platforms
  ALSA: hda: hdmi - remove redundant code comments
  ALSA: hda - remove forced polling workaround for CFL and CNL

 sound/pci/hda/hda_intel.c  |  6 ------
 sound/pci/hda/patch_hdmi.c | 17 +++++++----------
 2 files changed, 7 insertions(+), 16 deletions(-)

Comments

Takashi Iwai Nov. 15, 2019, 1:20 p.m. UTC | #1
On Fri, 15 Nov 2019 13:44:46 +0100,
Kai Vehmanen wrote:
> 
> Hey,
> here's a small set of HDA patches touching Intel specific
> code. First is an important bugfix to TGL platforms
> and latter are cleanups for code that is no longer needed.
> 
> Kai Vehmanen (3):
>   ALSA: hda: hdmi - fix port numbering for ICL and TGL platforms
>   ALSA: hda: hdmi - remove redundant code comments
>   ALSA: hda - remove forced polling workaround for CFL and CNL

Applied all three patches now.  Thanks.


Takashi