Revision 0939221e64687f7df9bc6572ace80ff5a90c9794 authored by Linus Torvalds on 21 March 2019, 17:31:55 UTC, committed by Linus Torvalds on 21 March 2019, 17:31:55 UTC
Pull udf fixes from Jan Kara:
 "Two udf error handling fixes"

* tag 'fixes_for_v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  udf: Propagate errors from udf_truncate_extents()
  udf: Fix crash on IO error during truncate
2 parent s 7294fbd + 2b42be5
Raw File
pcm_drm_eld.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __SOUND_PCM_DRM_ELD_H
#define __SOUND_PCM_DRM_ELD_H

int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);

#endif
back to top