We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeb17d commit a5ec377Copy full SHA for a5ec377
sound/soc/intel/boards/bytcr_rt5640.c
@@ -490,7 +490,7 @@ static const struct acpi_gpio_mapping byt_rt5640_hp_elitepad_1000g2_gpios[] = {
490
{ },
491
};
492
493
-int byt_rt5640_hp_elitepad_1000g2_jack1_check(void *data)
+static int byt_rt5640_hp_elitepad_1000g2_jack1_check(void *data)
494
{
495
struct byt_rt5640_private *priv = data;
496
int jack_status, mic_status;
@@ -506,7 +506,7 @@ int byt_rt5640_hp_elitepad_1000g2_jack1_check(void *data)
506
return SND_JACK_HEADSET;
507
}
508
509
-int byt_rt5640_hp_elitepad_1000g2_jack2_check(void *data)
+static int byt_rt5640_hp_elitepad_1000g2_jack2_check(void *data)
510
511
struct snd_soc_component *component = data;
512
int jack_status, report;
0 commit comments