diff options
author | Eliot Blennerhassett | 2011-04-05 20:55:48 +1200 |
---|---|---|
committer | Takashi Iwai | 2011-04-05 11:51:04 +0200 |
commit | 42258daba22897f9859b0f3cb42700322b7c16bc (patch) | |
tree | 9dcf72eaa1d9c6d8f9a8df907f0f10068162017a /sound/pci/asihpi/hpi_internal.h | |
parent | 6d0b898e9c402d6b7d0d07adacdbee2ebedafdcd (diff) |
ALSA: asihpi: Minor cleanups
Remove some unneeded defintions
Use %pR to print resources
Make some data const
Consistent braces for else
Signed-off-by: Eliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/asihpi/hpi_internal.h')
-rw-r--r-- | sound/pci/asihpi/hpi_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/asihpi/hpi_internal.h b/sound/pci/asihpi/hpi_internal.h index d829a65f47d0..4fab1595a6a2 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h @@ -1583,9 +1583,7 @@ void hpi_stream_response_to_legacy(struct hpi_stream_res *pSR); /*////////////////////////////////////////////////////////////////////////// */ /* declarations for individual HPI entry points */ -hpi_handler_func HPI_1000; hpi_handler_func HPI_6000; hpi_handler_func HPI_6205; -hpi_handler_func HPI_COMMON; #endif /* _HPI_INTERNAL_H_ */ |