Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.5 16 lines 382 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * sound/soc/codec/wl1273.h 4 * 5 * ALSA SoC WL1273 codec driver 6 * 7 * Copyright (C) Nokia Corporation 8 * Author: Matti Aaltonen <matti.j.aaltonen@nokia.com> 9 */ 10 11#ifndef __WL1273_CODEC_H__ 12#define __WL1273_CODEC_H__ 13 14int wl1273_get_format(struct snd_soc_component *component, unsigned int *fmt); 15 16#endif /* End of __WL1273_CODEC_H__ */