From: Ian Minett Date: Fri, 21 Sep 2012 03:29:19 +0000 (-0700) Subject: ALSA: hda - Change return value for load_dsp_prepare() to -ENOSYS X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a3af4807fa6766d0772396989cb6bcf93847bc53;p=deliverable%2Flinux.git ALSA: hda - Change return value for load_dsp_prepare() to -ENOSYS Signed-off-by: Ian Minett Signed-off-by: Takashi Iwai --- 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, unsigned int size, struct snd_dma_buffer *bufp) { - return 0; + return -ENOSYS; } static inline void snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {}