Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * sound/soc/codec/wl1273.h
0004  *
0005  * ALSA SoC WL1273 codec driver
0006  *
0007  * Copyright (C) Nokia Corporation
0008  * Author: Matti Aaltonen <matti.j.aaltonen@nokia.com>
0009  */
0010 
0011 #ifndef __WL1273_CODEC_H__
0012 #define __WL1273_CODEC_H__
0013 
0014 int wl1273_get_format(struct snd_soc_component *component, unsigned int *fmt);
0015 
0016 #endif  /* End of __WL1273_CODEC_H__ */