Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1f883a9 authored by Vignesh Kulothungan's avatar Vignesh Kulothungan
Browse files

hal: audio extn: add lahaina snd card to sndmonitor

Enable sound monitor for lahaina target.

Change-Id: I00747d381920ec4fc7cdc201af1f78b9ab4a4e78
parent ee00824d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
* Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
* Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -224,6 +224,7 @@ static int enum_sndcards()
            (strncasecmp(card_id, "apq", 3) != 0) &&
            (strncasecmp(card_id, "sa", 2) != 0) &&
            (strncasecmp(card_id, "kona", 4) != 0) &&
            (strncasecmp(card_id, "lahaina", 7) != 0) &&
            (strncasecmp(card_id, "atoll", 5) != 0) &&
            (strncasecmp(card_id, "bengal", 6) != 0) &&
            (strncasecmp(card_id, "lito", 4) != 0)) {