Skip to content

Commit

Permalink
Fix alsa
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jan 29, 2025
1 parent 97c766e commit 36dc94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/alsa.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
(alsa:device-free-hint hints))
names)))

(defclass source (mixed:device-source alsa-device)
(defclass source (alsa-device mixed:device-source)
())

(defmethod stream-type ((_ source)) :capture)
Expand All @@ -120,7 +120,7 @@
(defmethod mixed:end ((source source))
(alsa:pcm-drop (pcm source)))

(defclass drain (mixed:device-drain alsa-device)
(defclass drain (alsa-device mixed:device-drain)
())

(defmethod stream-type ((_ drain)) :playback)
Expand Down

0 comments on commit 36dc94b

Please sign in to comment.