Skip to content

Commit

Permalink
firmware: convert korg1212 driver to use firmware loader exclusively
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 authored and David Woodhouse committed Jul 10, 2008
1 parent 59890f7 commit 7677066
Show file tree
Hide file tree
Showing 6 changed files with 1,007 additions and 1,015 deletions.
1 change: 1 addition & 0 deletions firmware/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE))
# accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). # accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all).
# But be aware that the config file might not be included at all. # But be aware that the config file might not be included at all.


fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp


fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-)


Expand Down
19 changes: 19 additions & 0 deletions firmware/WHENCE
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,19 @@
**********
* WHENCE *
**********

This file attempts to document the origin and licensing information,
if known, for each piece of firmware distributed for use with the Linux
kernel.

--------------------------------------------------------------------------

Driver: korg1212 -- Korg 1212 IO audio device

File: korg/k1212.dsp

Licence: Unknown

Found in alsa-firmware package in hex form; no licensing information.

--------------------------------------------------------------------------
Loading

0 comments on commit 7677066

Please sign in to comment.