PageRenderTime 25ms CodeModel.GetById 21ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/sound/soc/codecs/ak4642.h

https://bitbucket.org/abioy/linux
C Header | 20 lines | 5 code | 3 blank | 12 comment | 0 complexity | e594a43366c0e8d9f9fc8e3ebf25e88a MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
 1/*
 2 * ak4642.h  --  AK4642 Soc Audio driver
 3 *
 4 * Copyright (C) 2009 Renesas Solutions Corp.
 5 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
 6 *
 7 * Based on ak4535.c
 8 *
 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 */
13
14#ifndef _AK4642_H
15#define _AK4642_H
16
17extern struct snd_soc_dai ak4642_dai;
18extern struct snd_soc_codec_device soc_codec_dev_ak4642;
19
20#endif