Home | History | Annotate | Download | only in msm8916

Lines Matching refs:acdb_device_table

285 static int acdb_device_table[SND_DEVICE_MAX] = {
601 int ret = acdb_device_table[snd_device];
968 acdb_device_table[SND_DEVICE_OUT_SPEAKER] = 131;
969 acdb_device_table[SND_DEVICE_OUT_SPEAKER_REVERSE] = 131;
970 acdb_device_table[SND_DEVICE_OUT_SPEAKER_AND_HDMI] = 131;
971 acdb_device_table[SND_DEVICE_OUT_SPEAKER_AND_USB_HEADSET] = 131;
1280 ALOGV("%s: acdb_device_table[%s]: old = %d new = %d", __func__,
1281 platform_get_snd_device_name(snd_device), acdb_device_table[snd_device], acdb_id);
1282 acdb_device_table[snd_device] = acdb_id;
1311 return acdb_device_table[snd_device];
1320 acdb_dev_id = acdb_device_table[audio_extn_get_spkr_prot_snd_device(snd_device)];
2339 if (acdb_device_table[SND_DEVICE_OUT_SPEAKER] !=
2340 acdb_device_table[SND_DEVICE_OUT_SPEAKER_REVERSE]) {