mbox series

[0/5] ALSA: Fix uapi headers

Message ID 20191220153415.2740-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: Fix uapi headers | expand

Message

Takashi Iwai Dec. 20, 2019, 3:34 p.m. UTC
Hi,

here is a series of fixes for include/uapi/sound/*.h files and the
relevant code changes, so that they can be used for building
alsa-tools programs again.

The corresponding alsa-lib update will be followed.


Takashi

===

Takashi Iwai (5):
  ALSA: emu10k1: Make uapi/emu10k1.h compilable again
  ALSA: hdsp: Make uapi/hdsp.h compilable again
  ALSA: hdspm: Drop linux/types.h inclusion in uapi header
  ALSA: uapi: Fix typos and header inclusion in asound.h
  ALSA: uapi: Drop asound.h inclusion from asoc.h

 include/uapi/sound/asoc.h    |  1 -
 include/uapi/sound/asound.h  |  6 +++---
 include/uapi/sound/emu10k1.h | 38 ++++++++++++++++++++++++++------------
 include/uapi/sound/hdsp.h    |  4 +---
 include/uapi/sound/hdspm.h   |  2 --
 sound/pci/emu10k1/emufx.c    | 26 ++++++++++++++------------
 sound/pci/rme9652/hdsp.c     |  2 +-
 7 files changed, 45 insertions(+), 34 deletions(-)