mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-04-08 08:21:08 -04:00
hdajackretask: Add "hints" functionality
The kernel driver has some hints you can send to it that changes parser behaviour. This patch exposes that functionality to the user. (This patch also includes minor fixes for documentation, GTK warnings and whitespace.) Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
406f80c968
commit
eb6408a791
7 changed files with 209 additions and 33 deletions
|
|
@ -48,6 +48,10 @@ gchar* get_config_description(unsigned long config);
|
|||
|
||||
gchar* get_caps_description(unsigned long pin_caps);
|
||||
|
||||
const gchar** get_standard_hint_names();
|
||||
gchar *get_hint_overrides(int card, int device);
|
||||
|
||||
|
||||
/* 0 = Jack, 1 = N/A, 2 = Internal, 3 = Both (?!) */
|
||||
int get_port_conn(unsigned long config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue