Enable full sample rate sets for X3ii, X20, and Rocker
Change-Id: I89e139efb8a7662afaaabec360e6579907f8d025
This commit is contained in:
parent
491b696669
commit
ae18cac2a9
3 changed files with 12 additions and 0 deletions
|
@ -123,6 +123,10 @@
|
|||
/* We don't have hardware controls */
|
||||
#define HAVE_SW_TONE_CONTROLS
|
||||
|
||||
/* HW codec is flexible */
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
|
||||
#define HAVE_PLAY_FREQ
|
||||
|
||||
/* Battery */
|
||||
#define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */
|
||||
|
|
|
@ -122,6 +122,10 @@
|
|||
/* We don't have hardware controls */
|
||||
#define HAVE_SW_TONE_CONTROLS
|
||||
|
||||
/* HW codec is flexible */
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
|
||||
#define HAVE_PLAY_FREQ
|
||||
|
||||
/* Battery */
|
||||
#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */
|
||||
|
|
|
@ -122,6 +122,10 @@
|
|||
/* We don't have hardware controls */
|
||||
#define HAVE_SW_TONE_CONTROLS
|
||||
|
||||
/* HW codec is flexible */
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
|
||||
#define HAVE_PLAY_FREQ
|
||||
|
||||
/* Battery */
|
||||
#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
|
||||
#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */
|
||||
|
|
Loading…
Reference in a new issue