|
@@ -236,9 +236,9 @@ static const struct snd_soc_dapm_route byt_rt5651_audio_map[] = {
|
|
|
};
|
|
|
|
|
|
static const struct snd_soc_dapm_route byt_rt5651_intmic_dmic_map[] = {
|
|
|
- {"IN2P", NULL, "Headset Mic"},
|
|
|
{"DMIC L1", NULL, "Internal Mic"},
|
|
|
{"DMIC R1", NULL, "Internal Mic"},
|
|
|
+ {"IN3P", NULL, "Headset Mic"},
|
|
|
};
|
|
|
|
|
|
static const struct snd_soc_dapm_route byt_rt5651_intmic_in1_map[] = {
|
|
@@ -684,7 +684,7 @@ struct acpi_chan_package { /* ACPICA seems to require 64 bit integers */
|
|
|
static int snd_byt_rt5651_mc_probe(struct platform_device *pdev)
|
|
|
{
|
|
|
const char * const intmic_name[] = { "dmic", "in1", "in12" };
|
|
|
- const char * const hsmic_name[] = { "in2", "in3", "in3" };
|
|
|
+ const char * const hsmic_name[] = { "in3", "in3", "in3" };
|
|
|
struct byt_rt5651_private *priv;
|
|
|
struct snd_soc_acpi_mach *mach;
|
|
|
const char *i2c_name = NULL;
|