Skip to content

Commit

Permalink
[ALSA] SoC WM8753 codec support
Browse files Browse the repository at this point in the history
This patch series adds support for the WM8753 codec as found on the
OpenMoko Neo 1973 (other Neo 1973 and Samsung S3C24xx patches to follow
today) as well other new devices.
Features:-
 o HiFi and Voice DAI supported (inc runtime switching of DAI mode)
 o DAPM
 o All mixers
 o PLL calculator
 o 16,20 and 24bit samples.
 o WM8753 I2C ID added to include/linux/i2c-id.h
From: Liam Girdwood <[email protected]>

Signed-off-by: Harald Welte <[email protected]>
Signed-off-by: Graeme Gregory <[email protected]>
Signed-off-by: Seth Forshee <[email protected]>
Signed-off-by: Liam Girdwood <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
Liam Girdwood authored and Jaroslav Kysela committed May 11, 2007
1 parent 1a23656 commit 1f53aee
Show file tree
Hide file tree
Showing 3 changed files with 1,938 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/i2c-id.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
#define I2C_DRIVERID_ISL1208 88 /* Intersil ISL1208 RTC */
#define I2C_DRIVERID_WM8731 89 /* Wolfson WM8731 audio codec */
#define I2C_DRIVERID_WM8750 90 /* Wolfson WM8750 audio codec */
#define I2C_DRIVERID_WM8753 91 /* Wolfson WM8753 audio codec */

#define I2C_DRIVERID_I2CDEV 900
#define I2C_DRIVERID_ARP 902 /* SMBus ARP Client */
Expand Down
Loading

0 comments on commit 1f53aee

Please sign in to comment.