Home
last modified time | relevance | path

Searched refs:ALSA_PROP (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp60 #define ALSA_PROP(dev, name, out, in) \ macro
68 ALSA_PROP(AudioSystem::DEVICE_OUT_ALL, "master", "PCM", "Capture");
72 ALSA_PROP(AudioSystem::DEVICE_OUT_EARPIECE, "earpiece", "Earpiece", "Capture"),
73 ALSA_PROP(AudioSystem::DEVICE_OUT_SPEAKER, "speaker", "Speaker", ""),
74 ALSA_PROP(AudioSystem::DEVICE_OUT_WIRED_HEADSET, "headset", "Headphone", "Capture"),
75ALSA_PROP(AudioSystem::DEVICE_OUT_BLUETOOTH_SCO, "bluetooth.sco", "Bluetooth", "Bluetooth Capture"…
76ALSA_PROP(AudioSystem::DEVICE_OUT_BLUETOOTH_A2DP, "bluetooth.a2dp", "Bluetooth A2DP", "Bluetooth A…
77 ALSA_PROP(static_cast<AudioSystem::audio_devices>(0), "", NULL, NULL)