]> git.karo-electronics.de Git - linux-beck.git/commit
ALSA: hda - remove unused clear of STATESTS
authorDylan Reid <dgreid@chromium.org>
Fri, 28 Feb 2014 23:41:17 +0000 (15:41 -0800)
committerTakashi Iwai <tiwai@suse.de>
Sat, 1 Mar 2014 10:21:19 +0000 (11:21 +0100)
commitf563bf65d9028c58bb0ecea9c8d40d5a57e64b3f
tree55b56a2360f894c055c7618cc180644a372bede7
parentf46ea609d1484818f39e6760c33a1629c756116e
ALSA: hda - remove unused clear of STATESTS

Although the code was updated last year the "#if 0" surrounding it
dates back to the original git commit.  The function will be moved to
a new file, no need to carry the dead code.

Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c