diff --git a/ChangeLog b/ChangeLog index cf2a1f99..283bd527 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14654,3 +14654,5 @@ 2014-11-21 Fred Gleason * Added a '--clear-daypart-times' option to rdimport(1) in 'utils/rdimport/rdimport.cpp' and 'utils/rdimport/rdimport.h'. +2014-11-24 Fred Gleason + * Added support for the ASI5211 in 'rdhpi/rdhpisoundcard.cpp'. diff --git a/rdhpi/rdhpisoundcard.cpp b/rdhpi/rdhpisoundcard.cpp index 21708542..4df7355a 100644 --- a/rdhpi/rdhpisoundcard.cpp +++ b/rdhpi/rdhpisoundcard.cpp @@ -668,6 +668,7 @@ void RDHPISoundCard::HPIProbe() } switch(hpi_adapter_list[i]) { case 0x5111: + case 0x5211: input_mux_type[i]=true; break;