Commit 33162d2d authored by Eliot Blennerhassett's avatar Eliot Blennerhassett Committed by Takashi Iwai

ALSA: asihpi - Make local function static

Fixes a sparse warning.
Signed-off-by: default avatarEliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 938c565a
...@@ -373,6 +373,7 @@ static void instream_message(struct hpi_adapter_obj *pao, ...@@ -373,6 +373,7 @@ static void instream_message(struct hpi_adapter_obj *pao,
/** Entry point to this HPI backend /** Entry point to this HPI backend
* All calls to the HPI start here * All calls to the HPI start here
*/ */
static
void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm, void _HPI_6205(struct hpi_adapter_obj *pao, struct hpi_message *phm,
struct hpi_response *phr) struct hpi_response *phr)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment