hpi6205.c (3285ea10e9b09d68da18d2f805980246ec53523a) | hpi6205.c (ffdb57874643a8ad65a46a02dceb2211283816c2) |
---|---|
1/****************************************************************************** 2 3 AudioScience HPI driver 4 Copyright (C) 1997-2010 AudioScience Inc. <support@audioscience.com> 5 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of version 2 of the GNU General Public License as 8 published by the Free Software Foundation; --- 704 unchanged lines hidden (view full) --- 713 HPI_DEBUG_LOG(VERBOSE, 714 "got adapter info type %x index %d serial %d\n", 715 hr.u.ax.info.adapter_type, hr.u.ax.info.adapter_index, 716 hr.u.ax.info.serial_number); 717 } 718 719 pao->open = 0; /* upon creation the adapter is closed */ 720 | 1/****************************************************************************** 2 3 AudioScience HPI driver 4 Copyright (C) 1997-2010 AudioScience Inc. <support@audioscience.com> 5 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of version 2 of the GNU General Public License as 8 published by the Free Software Foundation; --- 704 unchanged lines hidden (view full) --- 713 HPI_DEBUG_LOG(VERBOSE, 714 "got adapter info type %x index %d serial %d\n", 715 hr.u.ax.info.adapter_type, hr.u.ax.info.adapter_index, 716 hr.u.ax.info.serial_number); 717 } 718 719 pao->open = 0; /* upon creation the adapter is closed */ 720 |
721 if (phw->p_cache) 722 phw->p_cache->adap_idx = pao->index; 723 |
|
721 HPI_DEBUG_LOG(INFO, "bootload DSP OK\n"); 722 723 return hpi_add_adapter(pao); 724} 725 726/** Free memory areas allocated by adapter 727 * this routine is called from SubSysDeleteAdapter, 728 * and SubSysCreateAdapter if duplicate index --- 1562 unchanged lines hidden --- | 724 HPI_DEBUG_LOG(INFO, "bootload DSP OK\n"); 725 726 return hpi_add_adapter(pao); 727} 728 729/** Free memory areas allocated by adapter 730 * this routine is called from SubSysDeleteAdapter, 731 * and SubSysCreateAdapter if duplicate index --- 1562 unchanged lines hidden --- |