cregit-Linux how code gets into the kernel

Release 4.14 include/sound/pcm_iec958.h

Directory: include/sound
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __SOUND_PCM_IEC958_H

#define __SOUND_PCM_IEC958_H

#include <linux/types.h>

int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
	size_t len);

int snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
					     u8 *cs, size_t len);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Russell King2761.36%133.33%
Jyri Sarha1636.36%133.33%
Greg Kroah-Hartman12.27%133.33%
Total44100.00%3100.00%
Directory: include/sound
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.