diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-02-10 05:26:07 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-02-10 18:49:29 +0100 |
commit | 4b60221c04c3eab6077b4df27beaa1bb80f740ac (patch) | |
tree | f1451361373d50fd5fd53139e1b9b8ad3858d493 /sound/pci/asihpi/hpi6205.h | |
parent | ALSA: asihpi - Code cleanup. (diff) | |
download | linux-4b60221c04c3eab6077b4df27beaa1bb80f740ac.tar.xz linux-4b60221c04c3eab6077b4df27beaa1bb80f740ac.zip |
ALSA: asihpi - Remove int flag polling code preparing for stream interrupts.
Interrupt flag used for message handshake will be required for
stream interrupts, so conditionally compiled code without
HPI6205_NO_HSR_POLL defined can never be used; removing it.
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpi6205.h')
-rw-r--r-- | sound/pci/asihpi/hpi6205.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/asihpi/hpi6205.h b/sound/pci/asihpi/hpi6205.h index e00edb0cedda..df2f02c0c7b4 100644 --- a/sound/pci/asihpi/hpi6205.h +++ b/sound/pci/asihpi/hpi6205.h @@ -25,9 +25,6 @@ Copyright AudioScience, Inc., 2003 #ifndef _HPI6205_H_ #define _HPI6205_H_ -/* transitional conditional compile shared between host and DSP */ -/* #define HPI6205_NO_HSR_POLL */ - #include "hpi_internal.h" /*********************************************************** |