diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-25 15:28:39 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-25 15:28:39 +0200 |
commit | 62b1653e29d8f359c4c7e045b965dc963459473d (patch) | |
tree | 4f0d3f541c9eead5785f4e0230c46375a819ab60 /include/sound/uda1380.h | |
parent | 10121a12e2380fb34b6e646a8e367add06d036c3 (diff) | |
parent | d5fc3b5fe374f24b6773c22e90ef4bdda718b845 (diff) | |
download | talos-op-linux-62b1653e29d8f359c4c7e045b965dc963459473d.tar.gz talos-op-linux-62b1653e29d8f359c4c7e045b965dc963459473d.zip |
Merge branch 'for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asoc
Diffstat (limited to 'include/sound/uda1380.h')
-rw-r--r-- | include/sound/uda1380.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/sound/uda1380.h b/include/sound/uda1380.h new file mode 100644 index 000000000000..381319c7000c --- /dev/null +++ b/include/sound/uda1380.h @@ -0,0 +1,22 @@ +/* + * UDA1380 ALSA SoC Codec driver + * + * Copyright 2009 Philipp Zabel + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#ifndef __UDA1380_H +#define __UDA1380_H + +struct uda1380_platform_data { + int gpio_power; + int gpio_reset; + int dac_clk; +#define UDA1380_DAC_CLK_SYSCLK 0 +#define UDA1380_DAC_CLK_WSPLL 1 +}; + +#endif /* __UDA1380_H */ |