summaryrefslogtreecommitdiff
path: root/drivers/memstick/core
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2019-11-29 15:40:27 +0100
committerTakashi Iwai <tiwai@suse.de>2019-11-29 15:43:19 +0100
commitd2cd795c4ece1a24fda170c35eeb4f17d9826cbb (patch)
treef1035c34b2d52145c5bcbd411f90f4697ceaf6b6 /drivers/memstick/core
parent609f5485344b05a7eaffe9fdd09d42ad1c501cdf (diff)
downloadkernel-d2cd795c4ece1a24fda170c35eeb4f17d9826cbb.tar.gz
ALSA: hda - fixup for the bass speaker on Lenovo Carbon X1 7th gen
The auto-parser assigns the bass speaker to DAC3 (NID 0x06) which is without the volume control. I do not see a reason to use DAC2, because the shared output to all speakers produces the sufficient and well balanced sound. The stereo support is enough for this purpose (laptop). Signed-off-by: Jaroslav Kysela <perex@perex.cz> Link: https://lore.kernel.org/r/20191129144027.14765-1-perex@perex.cz Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/memstick/core')
0 files changed, 0 insertions, 0 deletions
tle='2018-02-12 14:15:04 -0500'>2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds 2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan 2017-12-04net: use rtnl_register_module where neededFlorian Westphal 2017-11-30decnet: Move dn_next into decnet route structure.David Miller 2017-11-27net: annotate ->poll() instancesAl Viro 2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook 2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook 2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2017-11-11net: decnet: dn_table: mark expected switch fall-throughGustavo A. R. Silva 2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-11-01net: decnet: dn_nsp_out: use swap macro in dn_mk_ack_headerGustavo A. R. Silva 2017-11-01net: decnet: dn_nsp_in: use swap macro in dn_nsp_rx_packetGustavo A. R. Silva 2017-10-18decnet: af_decnet: mark expected switch fall-throughsGustavo A. R. Silva 2017-10-18net/decnet: Convert timers to use timer_setup()Kees Cook 2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang