Skip to content

Commit a3af480

Browse files
ikminetttiwai
authored andcommitted
ALSA: hda - Change return value for load_dsp_prepare() to -ENOSYS
Signed-off-by: Ian Minett <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent d5c21b8 commit a3af480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/hda/hda_codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format,
11651165
unsigned int size,
11661166
struct snd_dma_buffer *bufp)
11671167
{
1168-
return 0;
1168+
return -ENOSYS;
11691169
}
11701170
static inline void
11711171
snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {}

0 commit comments

Comments
 (0)