platform/adaptation/broadcom/alsa-ucm-conf-rpi3.git
4 years agoucm: Adds capture controls for ALSA device 99/206299/2 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/5.5/unified/20191031.014722 accepted/tizen/5.5/unified/mobile/hotfix/20201027.081900 accepted/tizen/5.5/unified/wearable/hotfix/20201027.123227 accepted/tizen/6.0/unified/20201030.123148 accepted/tizen/6.0/unified/hotfix/20201103.051847 accepted/tizen/unified/20190602.221824 submit/tizen/20190530.011954 submit/tizen_5.5/20191031.000001 submit/tizen_5.5_mobile_hotfix/20201026.185101 submit/tizen_5.5_wearable_hotfix/20201026.184301 submit/tizen_6.0/20201029.205101 submit/tizen_6.0_hotfix/20201102.192501 submit/tizen_6.0_hotfix/20201103.114801 tizen_5.5.m2_release tizen_6.0.m2_release
Jaechul Lee [Thu, 16 May 2019 05:34:31 +0000 (14:34 +0900)]
ucm: Adds capture controls for ALSA device

Capture control is necessary even though capture device doesn't exist.

Change-Id: I6fa5641c1c9c77f1204787fe1de4c5f128578441
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
4 years agoucm: Changes card number to card name 49/206149/1
Jaechul Lee [Tue, 14 May 2019 23:25:38 +0000 (08:25 +0900)]
ucm: Changes card number to card name

card numbers are changed because of a capture device. so, card numbers
in ucm are changed to name.

Change-Id: I77b5c9de69e94cecfeacfdceb10dc610c08f8c98
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
6 years agoucm: delete HDMI verb. 51/151551/11 accepted/tizen_4.0_unified accepted/tizen_5.0_unified tizen_4.0 tizen_5.0 accepted/tizen/4.0/unified/20170925.071936 accepted/tizen/5.0/unified/20181102.012128 accepted/tizen/unified/20170925.071500 submit/tizen/20170925.002540 submit/tizen_4.0/20170925.002557 submit/tizen_5.0/20181101.000001 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m2_release
Lee Hackseung [Thu, 21 Sep 2017 07:14:57 +0000 (16:14 +0900)]
ucm: delete HDMI verb.

Delete HDMI verb and move the HDMI device into the HiFi verb.
Move the volume control into the SectionVerb.

tested:
alsaucm -c bcm2835 set _verb HiFi set _enadev Speaker
alsaucm -c bcm2835 set _verb Hifi set _enadev HDMI

Change-Id: I2a5244ad47c09ccd1b37bdee3272f6ca2eff8af1
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
6 years agoucm: Change directory name to bcm2835 from bcm2837 26/151326/6 accepted/tizen/4.0/unified/20170921.074146 accepted/tizen/unified/20170921.072459 accepted/tizen/unified/20170922.065411 submit/tizen/20170921.045705 submit/tizen/20170921.084107 submit/tizen_4.0/20170921.045655
Lee Hackseung [Wed, 20 Sep 2017 11:22:36 +0000 (20:22 +0900)]
ucm: Change directory name to bcm2835 from bcm2837

Actually, RPI3's audio device name is "bcm2835".

Please See: audio-hal-bcm2837/tizen-audio-internal.h
platform/kernel/linux-rpi3/sound/arm/

The SoC:BCM2837 is the Broadcom chip used in the Raspberry-Pi 3.
However, the kernel's audio driver has been developed since the days of
bcm2835. And the name "bcm2835" continues to be used until now. So
Raspberry-pi 3 is bcm2837, but the audio device name is bcm2835. For the
same reason, not only audio, but other kernel drivers are also named
"bcm2835".

The alsa-ucm directory is of the form
"/usr/share/alsa/ucm/<card name>/<card name>.conf".
In "audio-hal-bcm2837", the snd_use_case_mgr_open() function is used,
and the parameter of this function is the "card name".
And Raspberry-Pi 3's the "card name" is "bcm2835".

Change-Id: Ie5c1e2502c28ffc72fe27346694274defec90ee5
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
6 years agoucm: Change directory name to bcm2837 from rpi3 36/151236/1 accepted/tizen/4.0/unified/20170921.024745 accepted/tizen/unified/20170921.024738 submit/tizen/20170920.103255 submit/tizen/20170920.215819 submit/tizen_4.0/20170920.103237 submit/tizen_4.0/20170920.215811
Jaechul Lee [Wed, 20 Sep 2017 08:11:19 +0000 (17:11 +0900)]
ucm: Change directory name to bcm2837 from rpi3

audio-hal uses sound card name when it trys to open ucm manager.
Therefore the directory contained ucm should be changed to sound card
name like bcm2837. That's a conventinal rules and looked more clearly.

Change-Id: I047e74a4e23bb652923b6455b7083790d424ba9a
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
6 years agopackaging: Add alsa configuration and verbs 47/150947/3 accepted/tizen/4.0/unified/20170920.051139 accepted/tizen/unified/20170920.050731 submit/tizen/20170919.224436 submit/tizen_4.0/20170919.224535
Hackseung Lee [Tue, 19 Sep 2017 06:49:23 +0000 (15:49 +0900)]
packaging: Add alsa configuration and verbs

Add alsa configuration and verbs.

Change-Id: I608c949720ee799b65c70e151182fd7f8f253d91
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
[jcsing.lee@samsung.com: move from alsa-ucm-conf-bcm2837 and modify commit message]
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
6 years agoInitial empty repository master
Tizen Infrastructure [Tue, 19 Sep 2017 06:21:30 +0000 (06:21 +0000)]
Initial empty repository