]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: hda/ca0132 - Clean up ca0132_alt_out_select
authorConnor McAdams <conmanx360@gmail.com>
Tue, 18 Sep 2018 18:33:39 +0000 (14:33 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 20 Sep 2018 07:19:01 +0000 (09:19 +0200)
commit746fc9deb4349e6af24573b2446c7de6a9c6928a
treecd2f61193f19a843e011e833b0a7e6b6600e5740
parent415cd8447c60e942ea44a33d7bad85ec5da4dfa8
ALSA: hda/ca0132 - Clean up ca0132_alt_out_select

This patch cleans up ca0132_alt_out_select by moving the card specific
output commands into a separate function. As more cards are added, the
function ca0132_alt_out_select is going to get more bloated with these,
so moving into a separate function tries to keep that from happening.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0132.c