diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2016-12-16 10:57:35 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-12-16 08:03:58 +0000 |
commit | cd8de601a7d8463c6f548488ea226ef8933fdb9a (patch) | |
tree | 27a03f9b6f7fd61cb4f6ee4e6c9ec46d828438f4 /meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | |
parent | dc0993c41790488c2bdffcc59e317fb37018dd2f (diff) |
Enable USB Audio in porter board
This patch is to avoid the problem that pulseaudio can not be used in the Porter board.
This patch does the following two correspondences.
1. Enable USB Audio config
2. Corresponding to problem of self-destruction by outputting a lot of printk
Change-Id: I58682c0755e04e87ec198dd0494d6f9380ebe4ce
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend')
-rwxr-xr-x[-rw-r--r--] | meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index 697450772..57e8d17a2 100644..100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -1,7 +1,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" -# Enable support for TP-Link TL-W722N USB Wifi adapter and RTL2832U DVB USB +# Enable support for TP-Link TL-W722N USB Wifi adapter and RTL2832U DVB USB and USB Audio # adapter. -SRC_URI += "file://ath9k_htc.cfg \ - file://rtl_sdr.cfg " +SRC_URI += " file://disable_delay_printk.patch \ + file://ath9k_htc.cfg \ + file://rtl_sdr.cfg \ + file://usbaudio.cfg \ + " + KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg ${WORKDIR}/rtl_sdr.cfg" |