summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-05-14 18:05:33 +0200
committerTakashi Iwai <tiwai@suse.de>2020-05-14 18:07:54 +0200
commitb590b38ca305d6d7902ec7c4f7e273e0069f3bcc (patch)
tree012d2ba9acebeac8daff3ebaae0fd6c41e37a02b /tools/perf/scripts/python/bin/stackcollapse-report
parent1b94e59d30afecf18254ad413e953e7587645a20 (diff)
downloadkernel-b590b38ca305d6d7902ec7c4f7e273e0069f3bcc.tar.gz
ALSA: hda/realtek - Limit int mic boost for Thinkpad T530
Lenovo Thinkpad T530 seems to have a sensitive internal mic capture that needs to limit the mic boost like a few other Thinkpad models. Although we may change the quirk for ALC269_FIXUP_LENOVO_DOCK, this hits way too many other laptop models, so let's add a new fixup model that limits the internal mic boost on top of the existing quirk and apply to only T530. BugLink: https://bugzilla.suse.com/show_bug.cgi?id=1171293 Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20200514160533.10337-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng 2021-12-14MIPS: Fix typo in a commentJason Wang 2021-11-29MIPS: Remove a repeated word in a commentJason Wang 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport 2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport 2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport 2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds 2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer 2021-10-06mips, uasm: Enable muhu opcode for MIPS R6Tony Ambardar 2021-09-03Merge tag 'mips_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds 2021-07-28mips: clean up kernel-doc in mm/c-octeon.cRandy Dunlap 2021-07-13MIPS: Fix fall-through warnings for ClangGustavo A. R. Silva 2021-07-01Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds 2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport 2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport 2021-06-05Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer 2021-06-01MIPS: mm: XBurst CPU requires sync after DMAPaul Cercueil 2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu 2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang 2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle) 2021-04-06MIPS: uaccess: Added __get/__put_kernel_nofaultThomas Bogendoerfer 2021-04-06MIPS: Add support for CONFIG_DEBUG_VIRTUALFlorian Fainelli 2021-03-14MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handlingHuang Pei 2021-02-26MIPS: make userspace mapping young by defaultHuang Pei