Commit a3af4807 authored by Ian Minett's avatar Ian Minett Committed by Takashi Iwai

ALSA: hda - Change return value for load_dsp_prepare() to -ENOSYS

Signed-off-by: default avatarIan Minett <ian_minett@creativelabs.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d5c21b88
...@@ -1165,7 +1165,7 @@ snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, ...@@ -1165,7 +1165,7 @@ snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format,
unsigned int size, unsigned int size,
struct snd_dma_buffer *bufp) struct snd_dma_buffer *bufp)
{ {
return 0; return -ENOSYS;
} }
static inline void static inline void
snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {} snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {}
......
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