Searched defs:snd_card (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/audio/hal/audio_extn/
H A Daudio_extn.c34 .snd_card = {0},
52 char *snd_card = NULL; local
67 snd_card = strtok_r(NULL, "-", &tmp);
68 if (snd_card == NULL) {
72 strlcpy(cur_snd_card_split.snd_card, snd_card, HW_INFO_ARRAY_MAX_SIZE);
81 ALOGI("%s: snd_card_name(%s) device(%s) snd_card(%s) form_factor(%s)",
82 __func__, in_snd_card_name, device, snd_card, form_factor);
H A Daudio_extn.h26 char snd_card[HW_INFO_ARRAY_MAX_SIZE]; member in struct:snd_card_split
109 #define audio_extn_hwdep_cal_send(snd_card, acdb_handle) (0)
111 void audio_extn_hwdep_cal_send(int snd_card, void *acdb_handle);
H A Dhwdep_cal.c122 void audio_extn_hwdep_cal_send(int snd_card, void *acdb_handle) argument
126 fd = hw_util_open(snd_card);
/hardware/qcom/audio/msm8909/hal/audio_extn/
H A Dlisten.c62 typedef int (*create_listen_hw_t)(unsigned int snd_card,
184 int audio_extn_listen_init(struct audio_device *adev, unsigned int snd_card) argument
243 listen_dev->create_listen_hw(snd_card, adev->audio_route);
H A Ddolby.c525 int audio_extn_dap_hal_init(int snd_card) { argument
544 ds2extnmod.dap_hal_set_hw_info(SND_CARD, (void*)(&snd_card));
545 ALOGV("%s Sound card number is:%d",__func__,snd_card);
/hardware/qcom/audio/msm8909/audiod/
H A DAudioDaemon.cpp415 void AudioDaemon::notifyAudioSystem(int snd_card, argument
425 snprintf(buf, sizeof(buf), "%d", snd_card - CPE_MAGIC_NUM);
434 snprintf(buf, sizeof(buf), "%d", snd_card);
/hardware/qcom/audio/hal/
H A Daudio_hw.h261 int snd_card; member in struct:audio_device
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.h288 int snd_card; member in struct:audio_device

Completed in 159 milliseconds