diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
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 | } |
1170 | static inline void | 1170 | static inline void |
1171 | snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {} | 1171 | snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) {} |