audio: alsa_utils: change log tag

* Match log tags used elsewhere in the audio HAL to make debugging easier
  (i.e. 'logcat | grep AHAL').
This commit is contained in:
Konsta
2025-10-25 15:31:24 +03:00
parent a050911a8c
commit d302a471c6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_device_profile"
#define LOG_TAG "AHAL_alsa_device_profile"
/*#define LOG_NDEBUG 0*/
/*#define LOG_PCM_PARAMS 0*/
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_device_proxy"
#define LOG_TAG "AHAL_alsa_device_proxy"
/*#define LOG_NDEBUG 0*/
/*#define LOG_PCM_PARAMS 0*/
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_format"
#define LOG_TAG "AHAL_alsa_format"
/*#define LOG_NDEBUG 0*/
#include "include/alsa_format.h"
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "alsa_logging"
#define LOG_TAG "AHAL_alsa_logging"
/*#define LOG_NDEBUG 0*/
#include <string.h>