summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-02-02 17:58:35 +0300
committerTakashi Iwai <tiwai@suse.de>2017-02-03 19:37:02 +0300
commit7ceba75f21e4ecb520b110ffada72cc0c9f5c072 (patch)
tree616d9589c4dc58fc0bbbb644155fe95ab994f58c /Makefile
parentdf0435db1db9e385acdc0a354896d2c0e878dbd5 (diff)
downloadlinux-7ceba75f21e4ecb520b110ffada72cc0c9f5c072.tar.xz
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>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions