summaryrefslogtreecommitdiffstats
path: root/sound/pci/lx6464es
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2014-09-29 11:03:21 +0200
committerTakashi Iwai <tiwai@suse.de>2014-09-30 10:34:29 +0200
commit66640898edb7b0ef452e179753e8d6130b35fd83 (patch)
treea920c67eb3cb63e5081672d6bce8ab72c02d26ce /sound/pci/lx6464es
parentALSA: ctxfi: sparse warning (diff)
downloadlinux-66640898edb7b0ef452e179753e8d6130b35fd83.tar.xz
linux-66640898edb7b0ef452e179753e8d6130b35fd83.zip
ALSA: ctxfi: changed void * to struct hw *
in the code we have void *hw and while using we are always typecasting it to (struct hw *). it is better to use void type of pointer when we store different types of pointer , but in this code we are only having struct hw. So changed all the relevant reference of void *hw to struct hw *hw, without any modification of the existing code logic. the next patch of the series will remove the typecasting which is not required now. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lx6464es')
0 files changed, 0 insertions, 0 deletions