lkml.org 
[lkml]   [2020]   [Jul]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.19 088/133] ALSA: hda/realtek - change to suitable link model for ASUS platform
    Date
    From: Kailang Yang <kailang@realtek.com>

    commit ef9ddb9dc4f8b1da3b975918cd1fd98ec055b918 upstream.

    ASUS platform couldn't need to use Headset Mode model.
    It changes to the suitable model.

    Signed-off-by: Kailang Yang <kailang@realtek.com>
    Cc: <stable@vger.kernel.org>
    Link: https://lore.kernel.org/r/d05bcff170784ec7bb35023407148161@realtek.com
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/pci/hda/patch_realtek.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    --- a/sound/pci/hda/patch_realtek.c
    +++ b/sound/pci/hda/patch_realtek.c
    @@ -6701,7 +6701,7 @@ static const struct hda_fixup alc269_fix
    { }
    },
    .chained = true,
    - .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
    + .chain_id = ALC269_FIXUP_HEADSET_MIC
    },
    [ALC294_FIXUP_ASUS_HEADSET_MIC] = {
    .type = HDA_FIXUP_PINS,
    @@ -6710,7 +6710,7 @@ static const struct hda_fixup alc269_fix
    { }
    },
    .chained = true,
    - .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
    + .chain_id = ALC269_FIXUP_HEADSET_MIC
    },
    [ALC294_FIXUP_ASUS_SPK] = {
    .type = HDA_FIXUP_VERBS,

    \
     
     \ /
      Last update: 2020-07-20 19:10    [W:3.565 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site