alistair23-linux/sound/x86
Takashi Iwai 7ceba75f21 ALSA: x86: Reduce redundant register field names
Currently each register definition contains the own prefix in the
union struct itself; for example, union aud_ch_status_0 has
status_0_regx and status_0_regval fields.  These are simply
superfluous, since usually the type of the variable is seen in its
declaration or in its name.

In this patch, we cut off these prefixes.  Now all register
definitions have regx and regval fields consistently, instead.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2017-02-03 17:37:02 +01:00
..
intel_hdmi_audio.c ALSA: x86: Reduce redundant register field names 2017-02-03 17:37:02 +01:00
intel_hdmi_audio.h ALSA: x86: Reduce redundant register field names 2017-02-03 17:37:02 +01:00
intel_hdmi_lpe_audio.h ALSA: x86: Reduce redundant register field names 2017-02-03 17:37:02 +01:00
Kconfig
Makefile ALSA: x86: Fold intel_hdmi_audio_if.c into main file 2017-02-03 17:31:54 +01:00