mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 23:07:18 +00:00
[client] audio/pw: fix search/replace error
This commit is contained in:
parent
11acaa2957
commit
5c20a851c6
@ -144,7 +144,7 @@ static void pipewire_free(void)
|
|||||||
pw_deinit();
|
pw_deinit();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void pipewire_playbackPlaybackStart(int channels, int sampleRate)
|
static void pipewire_playbackStart(int channels, int sampleRate)
|
||||||
{
|
{
|
||||||
const struct spa_pod * params[1];
|
const struct spa_pod * params[1];
|
||||||
uint8_t buffer[1024];
|
uint8_t buffer[1024];
|
||||||
@ -276,7 +276,7 @@ struct LG_AudioDevOps LGAD_PipeWire =
|
|||||||
.free = pipewire_free,
|
.free = pipewire_free,
|
||||||
.playback =
|
.playback =
|
||||||
{
|
{
|
||||||
.start = pipewire_playbackPlaybackStart,
|
.start = pipewire_playbackStart,
|
||||||
.play = pipewire_playbackPlay,
|
.play = pipewire_playbackPlay,
|
||||||
.stop = pipewire_playbackStop,
|
.stop = pipewire_playbackStop,
|
||||||
.volume = pipewire_playbackVolume,
|
.volume = pipewire_playbackVolume,
|
||||||
|
Loading…
Reference in New Issue
Block a user