diff options
author | Eliot Blennerhassett | 2011-12-22 13:38:36 +1300 |
---|---|---|
committer | Takashi Iwai | 2011-12-22 08:13:00 +0100 |
commit | 8e0874ea72d9dde8d300a5d4d6dfa87238ff7a81 (patch) | |
tree | d423ebcad801fc02f5208ef9da11d3237ce7472b /sound/pci/asihpi/hpi_internal.h | |
parent | cbd757daf5ed29618214b4ec4e298c79117baa8e (diff) |
ALSA: asihpi - Correct stray capital letters in identifier.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/asihpi/hpi_internal.h b/sound/pci/asihpi/hpi_internal.h index d497030c160f..e5e9e339ff78 100644 --- a/sound/pci/asihpi/hpi_internal.h +++ b/sound/pci/asihpi/hpi_internal.h @@ -618,7 +618,7 @@ struct hpi_hostbuffer_status { u32 auxiliary_data_available; u32 stream_state; /* DSP index in to the host bus master buffer. */ - u32 dSP_index; + u32 dsp_index; /* Host index in to the host bus master buffer. */ u32 host_index; u32 size_in_bytes; @@ -1461,7 +1461,7 @@ struct hpi_control_cache_pad { /* 2^N sized FIFO buffer (internal to HPI<->DSP interaction) */ struct hpi_fifo_buffer { u32 size; - u32 dSP_index; + u32 dsp_index; u32 host_index; }; |