wm8903.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) wm8903.h (58bd2934923b7339e7320b1cbe87f13287c57c31)
1/*
2 * wm8903.h - WM8903 audio codec interface
3 *
4 * Copyright 2008 Wolfson Microelectronics PLC.
5 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 */
12
13#ifndef _WM8903_H
14#define _WM8903_H
15
16#include <linux/i2c.h>
17
1/*
2 * wm8903.h - WM8903 audio codec interface
3 *
4 * Copyright 2008 Wolfson Microelectronics PLC.
5 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 */
12
13#ifndef _WM8903_H
14#define _WM8903_H
15
16#include <linux/i2c.h>
17
18extern int wm8903_mic_detect(struct snd_soc_codec *codec,
18extern int wm8903_mic_detect(struct snd_soc_component *component,
19 struct snd_soc_jack *jack,
20 int det, int shrt);
21
22
23/*
24 * Register values.
25 */
26#define WM8903_SW_RESET_AND_ID 0x00

--- 1199 unchanged lines hidden ---
19 struct snd_soc_jack *jack,
20 int det, int shrt);
21
22
23/*
24 * Register values.
25 */
26#define WM8903_SW_RESET_AND_ID 0x00

--- 1199 unchanged lines hidden ---