mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 02:54:00 +08:00
ALSA: hda - Remove an unused variable in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
699d899560
commit
cc90fd725e
@ -14056,7 +14056,6 @@ static int patch_alc268(struct hda_codec *codec)
|
|||||||
if (!spec->no_analog && !spec->adc_nids && spec->input_mux) {
|
if (!spec->no_analog && !spec->adc_nids && spec->input_mux) {
|
||||||
/* check whether NID 0x07 is valid */
|
/* check whether NID 0x07 is valid */
|
||||||
unsigned int wcap = get_wcaps(codec, 0x07);
|
unsigned int wcap = get_wcaps(codec, 0x07);
|
||||||
int i;
|
|
||||||
|
|
||||||
spec->capsrc_nids = alc268_capsrc_nids;
|
spec->capsrc_nids = alc268_capsrc_nids;
|
||||||
/* get type */
|
/* get type */
|
||||||
|
Loading…
Reference in New Issue
Block a user