기존 이솝 임베디드 포럼의 지식인 서비스가 게시판 형태로 변경되었습니다.

안녕하세요,

v210으로 froyo로만든 제품에서  audio를 제거하려고

BoardConfig.mk에서

아래와 같이 설정을 변경하였읍니다

================

BOARD_USES_GENERIC_AUDIO := true
ifeq ($(BOARD_USES_GENERIC_AUDIO),false)
BOARD_USES_ALSA_AUDIO := true
BUILD_WITH_ALSA_UTILS := true
else
BOARD_USES_ALSA_AUDIO := false
BUILD_WITH_ALSA_UTILS := false
endif

=================

그런데 서비스에 연결된 error가 나서 실행이 되지 않는군요

 

도움을 부탁드립니다.


이제현

2012.02.21 00:25:38
*.90.137.102

더미(Dummy) 오디오 드라이버를 하나 만들어서 사용하시는 편이 수월할것 같습니다.

ODROID-PC에서도 비슷한 요청이 있어 적용해본적이 있습니다.

조이재즈

2012.02.21 23:45:39
*.244.221.2

Drivers -> Sound card support -> Advanced Linux Sound Architecture -> Generic sound devices ->

Dummy (/dev/null) soundcard 를 이용해보세요.

 

 

yama

2012.02.24 13:28:36
*.13.120.249

감사합니다.

 

yama

2012.03.05 19:06:59
*.66.235.227

menuconfig에서 dummy driver를 선택하고 compile한결과 아래와 같은 오류가 발생합니다.

그냥 config에 넣을까 하다가 다시 문의 드립니다.

==========================================

In file included from sound/core/pcm.c:28:
include/sound/pcm.h: In function 'snd_pcm_playback_avail':
include/sound/pcm.h:588: error: 'CONFIG_ANDROID_BUF_NUM' undeclared (first use in this function)
include/sound/pcm.h:588: error: (Each undeclared identifier is reported only once
include/sound/pcm.h:588: error: for each function it appears in.)
include/sound/pcm.h: In function 'snd_pcm_playback_hw_avail':
include/sound/pcm.h:610: error: 'CONFIG_ANDROID_BUF_NUM' undeclared (first use in this function)
include/sound/pcm.h: In function 'snd_pcm_playback_data':
include/sound/pcm.h:661: error: 'CONFIG_ANDROID_BUF_NUM' undeclared (first use in this function)
include/sound/pcm.h: In function 'snd_pcm_playback_empty':
include/sound/pcm.h:675: error: 'CONFIG_ANDROID_BUF_NUM' undeclared (first use in this function)
make[2]: *** [sound/core/pcm.o] Error 1
make[1]: *** [sound/core] Error 2
make: *** [sound] Error 2
==========================

yama

2012.03.05 23:04:27
*.66.235.227

Kconfig에 ANDROID_BUFF_NUM을 OPTION으로 넣어 해결했습니다.

List of Articles
번호 제목 글쓴이 날짜 조회 수sort
5468 [문의]android.mk eng에서만 동작하도록 하는 방법 [2] 핸폰개발자 2013-06-17 1572
5467 Ralink RT2571WF 드라이버를 insmod 시키면 kernel error가 생겨... [1] 안시영 2009-02-20 1571
5466 어플에서 uboot 버전정보 보기? [4] lveritas 2012-11-27 1570
5465 ubuntu에서 qt프로그램 실행 관련해서 질문드립니다 file 춤선생 2013-12-04 1570
5464 u-boot.bin 의 파일 구조 [1] frog 2012-07-21 1569
5463 ODROID_T UVC 카메라 문의드립니다. file [1] 곰장 2011-06-03 1568
5462 Exynos4210 MFC H.264 Encoding 성능이 진짜 초당 30 프레임이... [1] 파란새 2011-12-13 1567
5461 ffmpeg libstageFright Android 질문입니다. [4] 야호야호야 2012-08-01 1567
5460 RAM이 매우 적은 상황에서 initramfs, squashfs 에 관련된 질문.. [8] 박수민 2013-03-22 1566
5459 LAN91C111 이더넷 드라이버 핀과 GPIO 설정 문의 [4] 한석준 2009-03-10 1565
5458 카메라 ISP 관련 질문 [3] 미키 2011-08-17 1565
5457 android 포팅 문의 관련.. [2] 리오살다 2013-07-10 1565
5456 audio codec chip(wm8731)에서 간혹 출력이 안나올때가 있습니다 [2] 문철민 2014-06-18 1565
5455 Wince 의 WM_DEVICECHANGE 에서 vid, pid 인식 방법 [1] 안영진 2009-05-07 1563
5454 Android PowerManagerService Wakelock [3] 아틸라 2011-05-07 1563
» v210 audio chip을 제거방법 문의. [5] yama 2012-02-19 1563
5452 [ x264 + FFMPEG ] for Android [1] honggun 2010-09-18 1562
5451 cpu의 이더넷을 RMII방식으로 스위칭허브IC와 연결하였을때 phy초기... [1] Happycpu 2011-09-28 1562
5450 PV310(Exynose4210)에서 LCD화면 회전하기 [1] 훌러덩 2012-04-22 1562
5449 [질문] S3C2440 과 smc91x 드라이버 관련입니다. [6] 김현기 2007-05-24 1561

사용자 로그인