diff options
| author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-29 00:59:17 +0900 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 20:09:47 +0100 |
| commit | 04d426a039691bf114997a8af877682fdffcebd7 (patch) | |
| tree | 88380222cd8ef700fb780192344289d9f03859f3 /sound/firewire/dice/Makefile | |
| parent | ALSA: dice: Split hwdep functionality into a file (diff) | |
| download | linux-04d426a039691bf114997a8af877682fdffcebd7.tar.gz linux-04d426a039691bf114997a8af877682fdffcebd7.zip | |
ALSA: dice: Split proc interface into a file
This commit adds a file and move some codes related to proc output.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/dice/Makefile')
| -rw-r--r-- | sound/firewire/dice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile index 73b0e38803cb..9a48289eb9cb 100644 --- a/sound/firewire/dice/Makefile +++ b/sound/firewire/dice/Makefile @@ -1,3 +1,3 @@ -snd-dice-objs := dice-transaction.o dice-stream.o dice-pcm.o dice-hwdep.o \ - dice.o +snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-pcm.o \ + dice-hwdep.o dice.o obj-m += snd-dice.o |
