ALSA: aoa: clean up file names
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 23 Oct 2008 13:47:56 +0000 (15:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 Oct 2008 16:43:42 +0000 (18:43 +0200)
commit888dcb7cb26fb85dfe3486d28a2431d69d3e8148
treeaad6f0dba4bdb63bc72280ed51a79f7dea284278
parent72474be62d6ec2e0337ff01ecbd737f9c5c242c7
ALSA: aoa: clean up file names

This cleans up the apple onboard audio driver filenames.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
39 files changed:
sound/aoa/codecs/Makefile
sound/aoa/codecs/onyx.c [new file with mode: 0644]
sound/aoa/codecs/onyx.h [new file with mode: 0644]
sound/aoa/codecs/snd-aoa-codec-onyx.c [deleted file]
sound/aoa/codecs/snd-aoa-codec-onyx.h [deleted file]
sound/aoa/codecs/snd-aoa-codec-tas-basstreble.h [deleted file]
sound/aoa/codecs/snd-aoa-codec-tas-gain-table.h [deleted file]
sound/aoa/codecs/snd-aoa-codec-tas.c [deleted file]
sound/aoa/codecs/snd-aoa-codec-tas.h [deleted file]
sound/aoa/codecs/snd-aoa-codec-toonie.c [deleted file]
sound/aoa/codecs/tas-basstreble.h [new file with mode: 0644]
sound/aoa/codecs/tas-gain-table.h [new file with mode: 0644]
sound/aoa/codecs/tas.c [new file with mode: 0644]
sound/aoa/codecs/tas.h [new file with mode: 0644]
sound/aoa/codecs/toonie.c [new file with mode: 0644]
sound/aoa/core/Makefile
sound/aoa/core/alsa.c [new file with mode: 0644]
sound/aoa/core/alsa.h [new file with mode: 0644]
sound/aoa/core/core.c [new file with mode: 0644]
sound/aoa/core/gpio-feature.c [new file with mode: 0644]
sound/aoa/core/gpio-pmf.c [new file with mode: 0644]
sound/aoa/core/snd-aoa-alsa.c [deleted file]
sound/aoa/core/snd-aoa-alsa.h [deleted file]
sound/aoa/core/snd-aoa-core.c [deleted file]
sound/aoa/core/snd-aoa-gpio-feature.c [deleted file]
sound/aoa/core/snd-aoa-gpio-pmf.c [deleted file]
sound/aoa/fabrics/Makefile
sound/aoa/fabrics/layout.c [new file with mode: 0644]
sound/aoa/fabrics/snd-aoa-fabric-layout.c [deleted file]
sound/aoa/soundbus/i2sbus/Makefile
sound/aoa/soundbus/i2sbus/control.c [new file with mode: 0644]
sound/aoa/soundbus/i2sbus/core.c [new file with mode: 0644]
sound/aoa/soundbus/i2sbus/i2sbus-control.c [deleted file]
sound/aoa/soundbus/i2sbus/i2sbus-core.c [deleted file]
sound/aoa/soundbus/i2sbus/i2sbus-interface.h [deleted file]
sound/aoa/soundbus/i2sbus/i2sbus-pcm.c [deleted file]
sound/aoa/soundbus/i2sbus/i2sbus.h
sound/aoa/soundbus/i2sbus/interface.h [new file with mode: 0644]
sound/aoa/soundbus/i2sbus/pcm.c [new file with mode: 0644]