Skip to content

Commit

Permalink
ALSA: usbmixer: rename usbmixer.[ch] -> mixer.[ch]
Browse files Browse the repository at this point in the history
For clearer namespace, also rename usbmixer_maps.c -> mixer_maps.c

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Daniel Mack authored and Takashi Iwai committed Mar 12, 2010
1 parent 7b1eda2 commit f0b5e63
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sound/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

snd-usb-audio-objs := card.o \
usbmixer.o \
mixer.o \
mixer_quirks.o \
proc.o \
quirks.o \
Expand Down
2 changes: 1 addition & 1 deletion sound/usb/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#include "usbaudio.h"
#include "card.h"
#include "midi.h"
#include "usbmixer.h"
#include "mixer.h"
#include "proc.h"
#include "quirks.h"
#include "endpoint.h"
Expand Down
4 changes: 2 additions & 2 deletions sound/usb/usbmixer.c → sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <sound/tlv.h>

#include "usbaudio.h"
#include "usbmixer.h"
#include "mixer.h"
#include "helper.h"
#include "mixer_quirks.h"

Expand Down Expand Up @@ -132,7 +132,7 @@ enum {
* if the mixer topology is too complicated and the parsed names are
* ambiguous, add the entries in usbmixer_maps.c.
*/
#include "usbmixer_maps.c"
#include "mixer_maps.c"

static const struct usbmix_name_map *
find_map(struct mixer_build *state, int unitid, int control)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sound/usb/mixer_quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <sound/info.h>

#include "usbaudio.h"
#include "usbmixer.h"
#include "mixer.h"
#include "mixer_quirks.h"
#include "helper.h"

Expand Down
2 changes: 1 addition & 1 deletion sound/usb/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "usbaudio.h"
#include "card.h"
#include "usbmixer.h"
#include "mixer.h"
#include "mixer_quirks.h"
#include "midi.h"
#include "quirks.h"
Expand Down

0 comments on commit f0b5e63

Please sign in to comment.