forked from len0rd/rockbox
samsungyp: Enable recording feature. No idea if it works. :D
Change-Id: I48952f0551aaf1023f084e0be18354970d2492ed
This commit is contained in:
parent
46e357f1bb
commit
a8aa8403ad
2 changed files with 4 additions and 1 deletions
|
@ -114,6 +114,9 @@
|
||||||
#define HAVE_FMRADIO_IN
|
#define HAVE_FMRADIO_IN
|
||||||
#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
|
#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
|
||||||
|
|
||||||
|
#define REC_SAMPR_CAPS HW_SAMPR_CAPS /* Same as playback */
|
||||||
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* We have a GPIO pin that detects this */
|
/* We have a GPIO pin that detects this */
|
||||||
#define HAVE_HEADPHONE_DETECTION
|
#define HAVE_HEADPHONE_DETECTION
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
/* define the bitmask of recording sample rates */
|
/* define the bitmask of recording sample rates */
|
||||||
#define REC_SAMPR_CAPS HW_SAMPR_CAPS /* Same as playback */
|
#define REC_SAMPR_CAPS HW_SAMPR_CAPS /* Same as playback */
|
||||||
|
#define HAVE_RECORDING
|
||||||
|
|
||||||
/* R1 has a standard linux RTC driver on /dev/rtc1 (->/dev/rtc)
|
/* R1 has a standard linux RTC driver on /dev/rtc1 (->/dev/rtc)
|
||||||
* The RTC is S35392 A
|
* The RTC is S35392 A
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue