diff options
author | Daniel Ankers <dan@weirdo.org.uk> | 2006-12-09 19:18:18 +0000 |
---|---|---|
committer | Daniel Ankers <dan@weirdo.org.uk> | 2006-12-09 19:18:18 +0000 |
commit | acbbe82a243b0675fb7a156627687234bd277996 (patch) | |
tree | 3b965f518d9a42fbb507984da7b27d9a8392184b /firmware/SOURCES | |
parent | 3e1f837d1108210dcc725725f39dc43e38414c93 (diff) | |
download | rockbox-acbbe82a243b0675fb7a156627687234bd277996.tar.gz rockbox-acbbe82a243b0675fb7a156627687234bd277996.zip |
Move I2S initialisation out of the Wolfson codec driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11700 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r-- | firmware/SOURCES | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 77c257879a..30431d71b2 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES | |||
@@ -328,6 +328,7 @@ target/arm/sandisk/sansa-e200/backlight-e200.c | |||
328 | target/arm/sandisk/sansa-e200/usb-e200.c | 328 | target/arm/sandisk/sansa-e200/usb-e200.c |
329 | target/arm/sandisk/sansa-e200/button-e200.c | 329 | target/arm/sandisk/sansa-e200/button-e200.c |
330 | target/arm/sandisk/sansa-e200/power-e200.c | 330 | target/arm/sandisk/sansa-e200/power-e200.c |
331 | target/arm/i2s-pp.c | ||
331 | #endif /* SIMULATOR */ | 332 | #endif /* SIMULATOR */ |
332 | #endif /* SANSA_E200 */ | 333 | #endif /* SANSA_E200 */ |
333 | 334 | ||
@@ -403,6 +404,7 @@ target/coldfire/iriver/h100/usb-h100.c | |||
403 | #ifndef SIMULATOR | 404 | #ifndef SIMULATOR |
404 | target/arm/ata-pp5020.c | 405 | target/arm/ata-pp5020.c |
405 | target/arm/wmcodec-pp.c | 406 | target/arm/wmcodec-pp.c |
407 | target/arm/i2s-pp.c | ||
406 | target/arm/iriver/h10/adc-h10.c | 408 | target/arm/iriver/h10/adc-h10.c |
407 | target/arm/iriver/h10/backlight-h10.c | 409 | target/arm/iriver/h10/backlight-h10.c |
408 | target/arm/iriver/h10/button-h10.c | 410 | target/arm/iriver/h10/button-h10.c |
@@ -416,6 +418,7 @@ target/arm/iriver/h10/usb-h10.c | |||
416 | #ifndef SIMULATOR | 418 | #ifndef SIMULATOR |
417 | target/arm/ata-pp5020.c | 419 | target/arm/ata-pp5020.c |
418 | target/arm/wmcodec-pp.c | 420 | target/arm/wmcodec-pp.c |
421 | target/arm/i2s-pp.c | ||
419 | target/arm/iriver/h10/adc-h10.c | 422 | target/arm/iriver/h10/adc-h10.c |
420 | target/arm/iriver/h10/backlight-h10.c | 423 | target/arm/iriver/h10/backlight-h10.c |
421 | target/arm/iriver/h10/button-h10.c | 424 | target/arm/iriver/h10/button-h10.c |
@@ -445,6 +448,7 @@ target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c | |||
445 | #ifndef SIMULATOR | 448 | #ifndef SIMULATOR |
446 | target/arm/ata-pp5020.c | 449 | target/arm/ata-pp5020.c |
447 | target/arm/wmcodec-pp.c | 450 | target/arm/wmcodec-pp.c |
451 | target/arm/i2s-pp.c | ||
448 | target/arm/tatung/tpj1022/adc-tpj1022.c | 452 | target/arm/tatung/tpj1022/adc-tpj1022.c |
449 | target/arm/tatung/tpj1022/backlight-tpj1022.c | 453 | target/arm/tatung/tpj1022/backlight-tpj1022.c |
450 | target/arm/tatung/tpj1022/button-tpj1022.c | 454 | target/arm/tatung/tpj1022/button-tpj1022.c |
@@ -459,6 +463,7 @@ target/arm/tatung/tpj1022/usb-tpj1022.c | |||
459 | drivers/lcd-ipod.c | 463 | drivers/lcd-ipod.c |
460 | drivers/pcf50605.c | 464 | drivers/pcf50605.c |
461 | target/arm/wmcodec-pp.c | 465 | target/arm/wmcodec-pp.c |
466 | target/arm/i2s-pp.c | ||
462 | target/arm/ata-pp5020.c | 467 | target/arm/ata-pp5020.c |
463 | target/arm/ipod/adc-ipod.c | 468 | target/arm/ipod/adc-ipod.c |
464 | target/arm/ipod/backlight-4g_color.c | 469 | target/arm/ipod/backlight-4g_color.c |
@@ -474,6 +479,7 @@ drivers/lcd-ipod.c | |||
474 | drivers/pcf50605.c | 479 | drivers/pcf50605.c |
475 | target/arm/ata-pp5020.c | 480 | target/arm/ata-pp5020.c |
476 | target/arm/wmcodec-pp.c | 481 | target/arm/wmcodec-pp.c |
482 | target/arm/i2s-pp.c | ||
477 | target/arm/ipod/adc-ipod.c | 483 | target/arm/ipod/adc-ipod.c |
478 | target/arm/ipod/backlight-4g_color.c | 484 | target/arm/ipod/backlight-4g_color.c |
479 | target/arm/ipod/button-clickwheel.c | 485 | target/arm/ipod/button-clickwheel.c |
@@ -488,6 +494,7 @@ drivers/lcd-ipod.c | |||
488 | drivers/pcf50605.c | 494 | drivers/pcf50605.c |
489 | target/arm/ata-pp5020.c | 495 | target/arm/ata-pp5020.c |
490 | target/arm/wmcodec-pp.c | 496 | target/arm/wmcodec-pp.c |
497 | target/arm/i2s-pp.c | ||
491 | target/arm/ipod/adc-ipod.c | 498 | target/arm/ipod/adc-ipod.c |
492 | target/arm/ipod/backlight-nano_video.c | 499 | target/arm/ipod/backlight-nano_video.c |
493 | target/arm/ipod/button-clickwheel.c | 500 | target/arm/ipod/button-clickwheel.c |
@@ -502,6 +509,7 @@ drivers/lcd-ipodvideo.c | |||
502 | drivers/pcf50605.c | 509 | drivers/pcf50605.c |
503 | target/arm/ata-pp5020.c | 510 | target/arm/ata-pp5020.c |
504 | target/arm/wmcodec-pp.c | 511 | target/arm/wmcodec-pp.c |
512 | target/arm/i2s-pp.c | ||
505 | target/arm/ipod/adc-ipod.c | 513 | target/arm/ipod/adc-ipod.c |
506 | target/arm/ipod/backlight-nano_video.c | 514 | target/arm/ipod/backlight-nano_video.c |
507 | target/arm/ipod/button-clickwheel.c | 515 | target/arm/ipod/button-clickwheel.c |
@@ -516,6 +524,7 @@ drivers/lcd-ipod.c | |||
516 | drivers/pcf50605.c | 524 | drivers/pcf50605.c |
517 | target/arm/ata-pp5002.c | 525 | target/arm/ata-pp5002.c |
518 | target/arm/wmcodec-pp.c | 526 | target/arm/wmcodec-pp.c |
527 | target/arm/i2s-pp.c | ||
519 | target/arm/ipod/adc-ipod.c | 528 | target/arm/ipod/adc-ipod.c |
520 | target/arm/ipod/3g/backlight-3g.c | 529 | target/arm/ipod/3g/backlight-3g.c |
521 | target/arm/ipod/3g/button-3g.c | 530 | target/arm/ipod/3g/button-3g.c |
@@ -530,6 +539,7 @@ drivers/lcd-ipod.c | |||
530 | drivers/pcf50605.c | 539 | drivers/pcf50605.c |
531 | target/arm/ata-pp5020.c | 540 | target/arm/ata-pp5020.c |
532 | target/arm/wmcodec-pp.c | 541 | target/arm/wmcodec-pp.c |
542 | target/arm/i2s-pp.c | ||
533 | target/arm/ipod/adc-ipod.c | 543 | target/arm/ipod/adc-ipod.c |
534 | target/arm/ipod/backlight-mini1g_mini2g.c | 544 | target/arm/ipod/backlight-mini1g_mini2g.c |
535 | target/arm/ipod/button-mini1g.c | 545 | target/arm/ipod/button-mini1g.c |
@@ -544,6 +554,7 @@ drivers/lcd-ipod.c | |||
544 | drivers/pcf50605.c | 554 | drivers/pcf50605.c |
545 | target/arm/ata-pp5020.c | 555 | target/arm/ata-pp5020.c |
546 | target/arm/wmcodec-pp.c | 556 | target/arm/wmcodec-pp.c |
557 | target/arm/i2s-pp.c | ||
547 | target/arm/ipod/adc-ipod.c | 558 | target/arm/ipod/adc-ipod.c |
548 | target/arm/ipod/backlight-mini1g_mini2g.c | 559 | target/arm/ipod/backlight-mini1g_mini2g.c |
549 | target/arm/ipod/button-clickwheel.c | 560 | target/arm/ipod/button-clickwheel.c |