Changeset 772 for GPL/trunk/alsa-kernel/pci/via82xx.c
- Timestamp:
- Apr 19, 2025, 8:08:37 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-6.6-LTS (added) merged: 765,768-769 /GPL/branches/uniaud32-exp (added) merged: 735-741,743-744,748-751,753-760,762-764 /GPL/branches/uniaud32-next merged: 718-734
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/pci/via82xx.c
r717 r772 1989 1989 * as the PCM vol control 1990 1990 */ 1991 struct snd_ctl_elem_id sid; 1992 memset(&sid, 0, sizeof(sid)); 1993 strcpy(sid.name, "PCM Playback Volume"); 1994 sid.iface = SNDRV_CTL_ELEM_IFACE_MIXER; 1995 if (! snd_ctl_find_id(chip->card, &sid)) { 1991 if (!snd_ctl_find_id_mixer(chip->card, "PCM Playback Volume")) { 1996 1992 dev_info(chip->card->dev, 1997 1993 "Using DXS as PCM Playback\n");
Note:
See TracChangeset
for help on using the changeset viewer.