Modified to work the alc5658 codec 35/102535/1
authorjino.cho <jino.cho@samsung.com>
Mon, 14 Nov 2016 08:48:05 +0000 (17:48 +0900)
committerJeongho Mok <jho.mok@samsung.com>
Tue, 6 Dec 2016 05:08:57 +0000 (14:08 +0900)
Change-Id: I91dc0a451449acaf92eca76bc85596b8ab66fb7c
Signed-off-by: jino.cho <jino.cho@samsung.com>
audio-hal-alc5658.manifest [moved from audio-hal-ak4953.manifest with 100% similarity]
configure.ac
packaging/audio-hal-alc5658.spec [moved from packaging/audio-hal-ak4953.spec with 83% similarity]
tizen-audio-internal.h

index ebc1a66..5f4c22d 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.67])
 
-AC_INIT([audio-hal-ak4953], [0.1])
+AC_INIT([audio-hal-alc5658], [0.1])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_HEADERS([config.h])
 
similarity index 83%
rename from packaging/audio-hal-ak4953.spec
rename to packaging/audio-hal-alc5658.spec
index aebc751..74a44b8 100644 (file)
@@ -1,11 +1,11 @@
-Name:       audio-hal-ak4953
-Summary:    TIZEN Audio HAL for AK4953
+Name:       audio-hal-alc5658
+Summary:    TIZEN Audio HAL for ALC5658
 Version:    0.2.23
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
 URL:        http://tizen.org
-Source0:    audio-hal-ak4953-%{version}.tar.gz
+Source0:    audio-hal-alc5658-%{version}.tar.gz
 BuildRequires: pkgconfig(vconf)
 BuildRequires: pkgconfig(iniparser)
 BuildRequires: pkgconfig(dlog)
@@ -14,7 +14,7 @@ BuildRequires: pkgconfig(alsa)
 Provides: libtizen-audio.so
 
 %description
-TIZEN Audio HAL for AK4953
+TIZEN Audio HAL for ALC5658
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -44,7 +44,7 @@ cp LICENSE.Apache-2.0 %{buildroot}%{_datadir}/license/%{name}
 /sbin/ldconfig
 
 %files
-%manifest audio-hal-ak4953.manifest
+%manifest audio-hal-alc5658.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libtizen-audio.so
 %{_datadir}/license/%{name}
index 3eb276b..0f70091 100644 (file)
@@ -123,7 +123,7 @@ typedef struct device_type {
 #define streq !strcmp
 #define strneq strcmp
 
-#define ALSA_DEFAULT_CARD       "ak4953"
+#define ALSA_DEFAULT_CARD       "alc5658"
 #define PLAYBACK_PCM_DEVICE     "hw:0,0"
 #define CAPTURE_PCM_DEVICE      "hw:0,0"