mbox series

[0/2] ALSA/ASoC: hdac_ext cleanups

Message ID 20211216231128.344321-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ALSA/ASoC: hdac_ext cleanups | expand

Message

Pierre-Louis Bossart Dec. 16, 2021, 11:11 p.m. UTC
One function moved since it doesn't use the hdac_ext parts, and
renaming of variables to identify when hdac_stream and
hdac_ext_streams are used.

No functionality change.

Pierre-Louis Bossart (2):
  ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c
  ALSA: HDA: hdac_ext_stream: use consistent prefixes for variables

 include/sound/hdaudio.h         |   1 +
 include/sound/hdaudio_ext.h     |  27 ++--
 sound/hda/ext/hdac_ext_stream.c | 216 +++++++++++++++-----------------
 sound/hda/hdac_stream.c         |  16 +++
 sound/soc/intel/skylake/skl.c   |   4 +-
 5 files changed, 132 insertions(+), 132 deletions(-)

Comments

Takashi Iwai Dec. 25, 2021, 8:12 a.m. UTC | #1
On Fri, 17 Dec 2021 00:11:26 +0100,
Pierre-Louis Bossart wrote:
> 
> One function moved since it doesn't use the hdac_ext parts, and
> renaming of variables to identify when hdac_stream and
> hdac_ext_streams are used.
> 
> No functionality change.
> 
> Pierre-Louis Bossart (2):
>   ALSA/ASoC: hda: move/rename snd_hdac_ext_stop_streams to hdac_stream.c
>   ALSA: HDA: hdac_ext_stream: use consistent prefixes for variables

Applied both patches now.  Thanks.


Takashi