aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorIan Minett <ian_minett@creativelabs.com>2012-09-20 23:29:19 -0400
committerTakashi Iwai <tiwai@suse.de>2012-11-28 02:47:21 -0500
commita3af4807fa6766d0772396989cb6bcf93847bc53 (patch)
treee98261620fa4f52d64c93456b0703f6275211262 /sound/pci
parentd5c21b88e8df0701f33eaa33ef33601d8314a4f4 (diff)
ALSA: hda - Change return value for load_dsp_prepare() to -ENOSYS
Signed-off-by: Ian Minett <ian_minett@creativelabs.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index c218bf41261a..c9f53bd587b0 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -1165,7 +1165,7 @@ snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format,
1165 unsigned int size, 1165 unsigned int size,
1166 struct snd_dma_buffer *bufp) 1166 struct snd_dma_buffer *bufp)
1167{ 1167{
1168 return 0; 1168 return -ENOSYS;
1169} 1169}
1170static inline void 1170static inline void
1171snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {} 1171snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {}