aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/rme9652/hdsp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index c2bd4384316a..1be84f22d0de 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -745,7 +745,7 @@ static int hdsp_get_iobox_version (struct hdsp *hdsp)
745 745
746 746
747#ifdef HDSP_FW_LOADER 747#ifdef HDSP_FW_LOADER
748static int __devinit hdsp_request_fw_loader(struct hdsp *hdsp); 748static int hdsp_request_fw_loader(struct hdsp *hdsp);
749#endif 749#endif
750 750
751static int hdsp_check_for_firmware (struct hdsp *hdsp, int load_on_demand) 751static int hdsp_check_for_firmware (struct hdsp *hdsp, int load_on_demand)
@@ -4688,8 +4688,7 @@ static struct snd_pcm_ops snd_hdsp_capture_ops = {
4688 .copy = snd_hdsp_capture_copy, 4688 .copy = snd_hdsp_capture_copy,
4689}; 4689};
4690 4690
4691static int __devinit snd_hdsp_create_hwdep(struct snd_card *card, 4691static int snd_hdsp_create_hwdep(struct snd_card *card, struct hdsp *hdsp)
4692 struct hdsp *hdsp)
4693{ 4692{
4694 struct snd_hwdep *hw; 4693 struct snd_hwdep *hw;
4695 int err; 4694 int err;
@@ -4857,7 +4856,7 @@ static int snd_hdsp_create_alsa_devices(struct snd_card *card, struct hdsp *hdsp
4857 4856
4858#ifdef HDSP_FW_LOADER 4857#ifdef HDSP_FW_LOADER
4859/* load firmware via hotplug fw loader */ 4858/* load firmware via hotplug fw loader */
4860static int __devinit hdsp_request_fw_loader(struct hdsp *hdsp) 4859static int hdsp_request_fw_loader(struct hdsp *hdsp)
4861{ 4860{
4862 const char *fwfile; 4861 const char *fwfile;
4863 const struct firmware *fw; 4862 const struct firmware *fw;