forked from len0rd/rockbox
Have drivers merged for WM8711/21/31 since they are so similar but respect all register differences between codecs. Change minis to #define the actual codec type. If anything breaks check if OSCPD and CLKOUTPD need to be clear for the target- H10 is fine. A nice naming convention suggestion for WM codec multidrivers would be welcome rather than naming for a specific chip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed96b2a4dd
commit
ea929a3e45
10 changed files with 218 additions and 440 deletions
|
@ -230,9 +230,9 @@ drivers/audio/wm8975.c
|
|||
drivers/audio/wm8985.c
|
||||
#elif defined(HAVE_WM8758)
|
||||
drivers/audio/wm8758.c
|
||||
#elif defined(HAVE_WM8721)
|
||||
drivers/audio/wm8721.c
|
||||
#elif defined(HAVE_WM8731)
|
||||
#elif defined(HAVE_WM8711) \
|
||||
|| defined(HAVE_WM8721) \
|
||||
|| defined(HAVE_WM8731)
|
||||
drivers/audio/wm8731.c
|
||||
#elif defined(HAVE_AS3514)
|
||||
drivers/audio/as3514.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue