Home
last modified time | relevance | path

Searched hist:"7 ceba75f21e4ecb520b110ffada72cc0c9f5c072" (Results 1 – 3 of 3) sorted by relevance

/linux/sound/x86/
H A Dintel_hdmi_lpe_audio.hdiff 7ceba75f21e4ecb520b110ffada72cc0c9f5c072 Thu Feb 02 15:58:35 CET 2017 Takashi Iwai <tiwai@suse.de> 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>
H A Dintel_hdmi_audio.hdiff 7ceba75f21e4ecb520b110ffada72cc0c9f5c072 Thu Feb 02 15:58:35 CET 2017 Takashi Iwai <tiwai@suse.de> 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>
H A Dintel_hdmi_audio.cdiff 7ceba75f21e4ecb520b110ffada72cc0c9f5c072 Thu Feb 02 15:58:35 CET 2017 Takashi Iwai <tiwai@suse.de> 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>