rt-thread/bsp/qemu-vexpress-a9/drivers/audio
David Lin 8b4f55a34b
Fixed spelling mistakes of code in drv_sound.c
macro error:  
	PL041_CHANNLE_LEFT_DAC  -> PL041_CHANNEL_LEFT_DAC
	PL041_CHANNLE_RIGHT_DAC  ->  PL041_CHANNEL_RIGHT_DAC
	PL041_CHANNLE_LEFT_ADC   -> PL041_CHANNEL_LEFT_ADC
	PL041_CHANNLE_RIGHT_ADC  -> PL041_CHANNEL_RIGHT_ADC             
parameter error:
	channle -> channel
functions error:
	aaci_pl041_channle_disable -> aaci_pl041_channel_disable
	aaci_pl041_channle_enable -> aaci_pl041_channel_enable
	aaci_pl041_channle_write -> aaci_pl041_channel_write
	aaci_pl041_channle_cfg -> aaci_pl041_channel_cfg
2020-02-17 22:39:32 +08:00
..
SConscript [bsp][qemu]添加Audio驱动 2018-05-29 10:55:42 +08:00
drv_ac97.c [bsp][qemu]添加Audio驱动 2018-05-29 10:55:42 +08:00
drv_ac97.h [bsp][qemu]添加Audio驱动 2018-05-29 10:55:42 +08:00
drv_pl041.c Fixed spelling mistakes of code in drv_pl041.c 2020-02-17 22:11:57 +08:00
drv_pl041.h Update drv_pl041.h 2020-02-17 22:32:43 +08:00
drv_sound.c Fixed spelling mistakes of code in drv_sound.c 2020-02-17 22:39:32 +08:00
drv_sound.h [bsp][qemu-vexpress-a9][stm32l475-atk-pandora]add audio driver copyright file header. 2019-08-07 14:03:18 +08:00