-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'sound-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/tiwai/sound Pull sound fixes from Takashi Iwai: "A collection of small fixes, nothing really stands out: - Usual HD-audio quirks / device-specific fixes - Kconfig dependency fix for UM - A series of minor fixes for SoundWire - Updates of USB-audio LINE6 contact address" * tag 'sound-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2 ALSA/hda: intel-sdw-acpi: add support for sdw-manager-list property read ALSA/hda: intel-sdw-acpi: simplify sdw-master-count property read ALSA/hda: intel-sdw-acpi: fetch fwnode once in sdw_intel_scan_controller() ALSA/hda: intel-sdw-acpi: cleanup sdw_intel_scan_controller ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects ALSA: scarlett2: Add error check after retrieving PEQ filter values ALSA: hda/cs8409: Fix possible NULL dereference sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML ALSA: line6: update contact information ALSA: usb-audio: Fix NULL pointer deref in snd_usb_power_domain_set() ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2 ALSA: hda: Sound support for HP Spectre x360 16 inch model 2024
- Loading branch information
Showing
23 changed files
with
143 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#include <linux/slab.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#ifndef CAPTURE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
@@ -20,7 +20,7 @@ | |
#include "midi.h" | ||
#include "playback.h" | ||
|
||
#define DRIVER_AUTHOR "Markus Grabner <[email protected].at>" | ||
#define DRIVER_AUTHOR "Markus Grabner <line6@grabner-graz.at>" | ||
#define DRIVER_DESC "Line 6 USB Driver" | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#ifndef DRIVER_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#include <linux/slab.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#ifndef MIDI_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#include <linux/slab.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/* | ||
* Line 6 Linux USB driver | ||
* | ||
* Copyright (C) 2004-2010 Markus Grabner ([email protected].at) | ||
* Copyright (C) 2004-2010 Markus Grabner (line6@grabner-graz.at) | ||
*/ | ||
|
||
#ifndef MIDIBUF_H | ||
|
Oops, something went wrong.