Merge remote-tracking branch 'net-next/master' into mac80211-next
[deliverable/linux.git] / sound / soc / codecs / rt5677-spi.h
CommitLineData
af48f1d0
OC
1/*
2 * rt5677-spi.h -- RT5677 ALSA SoC audio codec driver
3 *
4 * Copyright 2013 Realtek Semiconductor Corp.
5 * Author: Oder Chiou <oder_chiou@realtek.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
d65fd3a4
OC
12#ifndef __RT5677_SPI_H__
13#define __RT5677_SPI_H__
af48f1d0 14
7d4d443e
BZ
15int rt5677_spi_read(u32 addr, void *rxbuf, size_t len);
16int rt5677_spi_write(u32 addr, const void *txbuf, size_t len);
17int rt5677_spi_write_firmware(u32 addr, const struct firmware *fw);
af48f1d0
OC
18
19#endif /* __RT5677_SPI_H__ */
This page took 0.110453 seconds and 5 git commands to generate.