hal: remove ANC headset devices in hal
- Remove AUDIO_DEVICE_OUT_ANC_HEADPHONE and AUDIO_DEVICE_OUT_ANC_HEADSET in hal. - These devices are not used Change-Id: Ib8692906edb3460a6325adcf3c3cce9ef4641120
This commit is contained in:
parent
77a0d1183e
commit
0acba99f8e
|
@ -64,7 +64,7 @@
|
|||
|
||||
/* DS1-DDP Endp Params */
|
||||
#define DDP_ENDP_NUM_PARAMS 17
|
||||
#define DDP_ENDP_NUM_DEVICES 23
|
||||
#define DDP_ENDP_NUM_DEVICES 21
|
||||
static int ddp_endp_params_id[DDP_ENDP_NUM_PARAMS] = {
|
||||
PARAM_ID_MAX_OUTPUT_CHANNELS, PARAM_ID_CTL_RUNNING_MODE,
|
||||
PARAM_ID_CTL_ERROR_CONCEAL, PARAM_ID_CTL_ERROR_MAX_RPTS,
|
||||
|
@ -140,12 +140,6 @@ static struct ddp_endp_params {
|
|||
{AUDIO_DEVICE_OUT_FM_TX, 2,
|
||||
{8, 0, 0, 0, 0, 0, 0, 21, 1, 6, 0, 0, 0, 0, 0, 0, 0},
|
||||
{1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0} },
|
||||
{AUDIO_DEVICE_OUT_ANC_HEADSET, 2,
|
||||
{8, 0, 0, 0, 0, 0, 0, 21, 1, 6, 0, 0, 0, 0, 0, 0, 0},
|
||||
{1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0} },
|
||||
{AUDIO_DEVICE_OUT_ANC_HEADPHONE, 2,
|
||||
{8, 0, 0, 0, 0, 0, 0, 21, 1, 6, 0, 0, 0, 0, 0, 0, 0},
|
||||
{1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0} },
|
||||
{AUDIO_DEVICE_OUT_PROXY, 2,
|
||||
{8, 0, 0, 0, 0, 0, 0, 21, 1, 2, 0, 0, 0, 0, 0, 0, 0},
|
||||
{1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0} },
|
||||
|
|
Loading…
Reference in New Issue