diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-02-09 23:26:07 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-02-10 12:49:29 -0500 |
commit | 4b60221c04c3eab6077b4df27beaa1bb80f740ac (patch) | |
tree | f1451361373d50fd5fd53139e1b9b8ad3858d493 /sound/pci/asihpi/hpi6205.h | |
parent | 4704998e84b03e2d93ef8d4d03eeb7a84c0cb493 (diff) |
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 | |||
25 | #ifndef _HPI6205_H_ | 25 | #ifndef _HPI6205_H_ |
26 | #define _HPI6205_H_ | 26 | #define _HPI6205_H_ |
27 | 27 | ||
28 | /* transitional conditional compile shared between host and DSP */ | ||
29 | /* #define HPI6205_NO_HSR_POLL */ | ||
30 | |||
31 | #include "hpi_internal.h" | 28 | #include "hpi_internal.h" |
32 | 29 | ||
33 | /*********************************************************** | 30 | /*********************************************************** |