Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76770664 authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse
Browse files

firmware: convert korg1212 driver to use firmware loader exclusively

parent 59890f74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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).
# 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-)

firmware/WHENCE

0 → 100644
+19 −0
Original line number Diff line number Diff line
             **********
             * 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