summaryrefslogtreecommitdiff
path: root/audio_hw_profile.h (plain)
blob: fe58ecae0b165f510d59e6a4f89dd87330929e84
1#ifndef _AUDIO_HW_PROFILE_H_
2#define _AUDIO_HW_PROFILE_H_
3
4int get_external_card(int type);
5int get_aml_card();
6int get_spdif_port();
7char* get_hdmi_sink_cap(const char *keys);
8char* get_hdmi_arc_cap(unsigned *ad, int maxsize, const char *keys);
9#endif